Chris Clark

Results 24 comments of Chris Clark

I vote this be an optional parameter to the runner like cc, static, etc. I could see a default value being 8.1.0. This would prevent others who rely on an...

I have a PR which allows for an optional version, this would allow the github action to use the same v2. Unless that is a requirement for github actions to...

You PR'd the wrong one imo. I moved on from this project and action, but you would have broken anyone trying to rely on the default being 8.1.0. You made...

I found this in the github actions documentation. https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action

I was able to get caching working as expected, I forked this action, and allowed for custom versions of mingwtoolchain to be used. Here is a skipped cache run. https://github.com/coffeebe4code/cons/runs/7588745986?check_suite_focus=true...

Github actions themselves seem like a blackbox, what directory is the repository even put into so we can change to it?

Same issue. Windows passes but linux fails. `cargo test` fails, but the e2e is successful. `set -e` should be the default ``` build-win: runs-on: windows-latest steps: - uses: actions/checkout@v2 -...

This was a lifesaver. LSP wasn't working for me, and ALEInfo wasn't great at helping.

rust-analyzer takes forever to start up for some reason. I would like some sort of callback as well. Would really help.

I have no typescript in my project. I am surprised there is this issue. Why does everyone require or have some dependencies on the typescript eslint? If you wanted typescript...