Benoit de Chezelles
Benoit de Chezelles
@faustinoaq Hey! You mentioned in https://github.com/crystal-lang-tools/scry/pull/122#issue-194885723 that you had some progress on scry config file, how is it now? I'd like to go forward with this, do you have a...
Hello, I personally don't want this as the default behavior. If you want this feature for your own setup you can enable this using the flag `r` & `o` of...
> I'm surprised that anyone wouldn't want this as the default In my case I _always_ want normal keys o & O to add _blank_ lines below/above the current line...
> So, WDYT about this scry capability? Crazy :stuck_out_tongue: I think this would need a special tool from the compiler, similar to `tool implementation`. We should be able to find...
`union` is a keyword for writing lib bindings (same as C's union) (doc: https://crystal-lang.org/docs/syntax_and_semantics/c_bindings/union.html)
Also I think there is documentation missing for `Channel.select` and related functions (I have a nice example of it at https://gist.github.com/bew/9088cf265bd0ea97ddb89dad7926fd3c)
Oh yes my bad, didn't saw we were in crystal-book repository.
Maybe something like this would work? https://stackoverflow.com/a/41917863/5655255 (warning C code) ```c void int_handler(int status) { printf("\n"); // Move to a new line rl_on_new_line(); // Regenerate the prompt on a newline...
I'm not doing crystal anymore, I will not work on this anytime soon..
Huh how? `cr tool hierarchy` doesn't give you the files where each class (no module iirc) is implemented