Michael Färber
Michael Färber
I see. Still, I believe that even the incomplete example should not segfault ... ;)
@nothingnesses: Ok, so here is what I did: I installed HVM with `cargo install --git https://github.com/Kindelia/HVM` and then made a `main.hvm` that contains precisely the code I posted in my...
When saying "the paragraph about division by 0", are you talking about the following? > In jaq, `n / 0` yields `nan` if `n == 0`, `infinite` if `n >...
Hi @ibelieveinwhatileaveinthewaybehind, to diagnose your issue, can you clone the jaq repository, go to the directory `jaq-parse`, and run `cargo build` as well as `cargo build --release`? If both succeed,...
I just changed a component that might have been responsible for the stack overflow. Would you try compiling jaq again?
Great to hear that! :)
`decimal2base` looks nice already; can you make it so that the input can be negative as well?
Oh dear! This is a misunderstanding; the README mentions string interpolation indeed, but the checkbox is not ticked to indicate that this is not implemented yet: - [x] Identity (`.`)...
That is a great idea. I implemented it in 1ef1994. Thanks!
This happens both with mouse and Space y. I found the culprit in the meanwhile: In [`helix-view/src/clipboard.rs`](https://github.com/helix-editor/helix/blob/77ff8d355051ef567c7998b226e28ba436c2e230/helix-view/src/clipboard.rs#L86), Helix checks for the existence of several tools, such as `xsel` and `xclip`...