Christoph Horn
Christoph Horn
I'm currently having the same issue with the Arch image and the [wslu ](https://github.com/wslutilities/wslu) tools. Unfortunately there doesn't seem to be a `binfmt-support` package in the Arch repos. From https://github.com/arkane-systems/genie/issues/142...
Can confirm that this solution fixed the issue for me. Thank you very much!
`C-space` is also often used as a leader key for tmux/terminal.
Some of these might be intentional and fixes would be a bit opinionated. Pinging @two-six for Acme, Nord Light @enkodr for Ayu Light @chunghha for Rose Pine Dawn > About...
> Thanks for the ping, I'll look into fixing acme. The main point of the nord light is the low contrast between elements of the ui, so in my opinion...
Acme uses a mix of hard coded colors and colors derived from the terminal theme. That's why it can look pretty bad when a dark terminal theme is used. The...
This seems to be fixed. ``` source_file [0, 0] - [4, 0] binary_expression [0, 0] - [2, 7] binary_expression [0, 0] - [1, 7] call_expression [0, 0] - [0, 5]...
Did some experimentation what is allowed syntax wise with parameters. Do parameters are a bit more limited compared to normal function parameters so we probably need an extra block for...
@maxbrunsfeld have you thought about adding another maintainer to this repo? The Julia parser has a lot of issues. Most fixes should be trivial, but in its current state it...
Yes, that's a good argument, `undef` also belongs to the same category. The (new) Julia parser also treats these as identifiers: ```julia julia> parseall(GreenNode, "true; false; nothing; missing") 1:29 │[toplevel]...