dvdvgt
dvdvgt
I did some inference myself and tried to explain most of the parts of the case study, as I found it hard to follow without pre-existing knowledge. The "metropolis hastings...
> AFAIK, lsp works on json-rpc, therefore binary data is not possible. That's true, but we can encode the binary data as a string using [base64](https://docs.rs/base64/latest/base64/) and then send it...
I fail to see what we can do about it to completely avoid this issue: - Either disallow `!` occurring in identifiers, - force the user to add a space...
> Also, similarly: `n-1` lexes as `n` `-1` (not as `n` `-` `1`) and fails during parsing. This should be fixable by allowing the lexer only to lex unsigned numbers...
As much as I like the frequent and consistent use whitespaces to structure code, I disagree. I don't think arithmetics is the right place to force this onto the user....
Hi all! Thanks for your hard work on helix. May I kindly ask if there's any update regarding this PR?
Thanks for your continued work on this. I just tested this locally, but I cannot observe any scrolling behaviour by default. By the previous [comments](https://github.com/helix-editor/helix/pull/8362#issuecomment-1732591390), I would have expected that...
Yes, right. That's a typo... edited
`-(x + y)` is perfectly valid and very commonly used mathematically expression. I have never seen someone write `0 - (x + y)` instead. Do you have an example where...
The changes to the inliner seem to break some tests. For example, consider the JS output for the file `anf.effekt.md`: Without inlining ``` function traverse_0(e_0, Fresh_2, Bind_0, ks_331, k_263) {...