Chris Watson
Chris Watson
Here is what my brain came up with as an example `shard.yml` for `crystal` itself. ``` yaml name: crystal version: 0.19.4 description: The Crystal Programming Language http://crystal-lang.org authors: - Ary...
@bcardiff @Sija I'm pretty sure they use dependabot, which is open source. Someone could open a PR for Crystal support.
Installing `sudo` with scoop and then doing `sudo shards install` works, but obviously it would be good to avoid giving admin rights to a program that can execute arbitrary code.
I can, however, confirm that the IP4M-1041W works just fine
@KnorpelSenf yep, just need to get some time to do it
Apparently `bash.exe` has also been deprecated in favor `wsl.exe`. Maybe try running the command with `wsl.exe` without any flags and see if it works. I may need to update all...
You're welcome to open a PR :)
It looks like having 2 main functions could be causing the issue. I had `main.rs` as well as another file both of which with `fn main() {}` and it stopped...
Same here, even after adding modifying the `"rust.rustLangSrcPath"` option
Looks like this already exists and was implemented some 3 years ago, unless I'm misunderstanding https://github.com/status-im/nim-stint/blame/master/stint/io.nim#L370