Chris Watson
Chris Watson
I have been searching all over and still haven't found anything, but the interop for WSL is still pretty new so I wasn't really expecting to turn up anything useful....
This PR updates the code to work with zig master, which should become v0.6 next month.
Currently the spec tries to authenticate with a pubkey on port 2222 which naturally will fail on most systems. The only way I can think of to circumvent this and...
Any particular reason why this package isn't win32 compatible? I am using this for a project right now that needs to be cross platform, and I just figured out that...
Seems like `Channel::StrictReceiveAction(T)` is private now
It would be nice if the `LOG_LEVEL` environment variable could set the level
Seems like c2v has a hard time with multiple, comma separated variable assignments on the same line # Test case ```c fn aes256_set_encryption_key(key &u8, expandedkey &u32) { nb := 4,...
It would be nice to have this include yasnippets for commonly used patterns like ```crystal module ModuleName end class ClassName end ``` etc
Right now when requiring a file it completes the full path to the file, including the `.cr` extension. Using `completion-at-point-functions` it should be possible to make this complete just the...
OpenGraph meta tags would make sharing links from Crystal-ANN on social networks better. Twitter and Facebook have special og tags that they use that allow you to specify how things...