Trevor Arjeski
Trevor Arjeski
Seeing other rendering issues like this:  I am not sure how to reproduce exactly, but it happens when I scroll around during rust analyzer loading (ex. after on save)
`npm test` isn't working for me. Is there a way to run the tests?
Happening for me too on Windows 10. I have installed the Win 10 SDK through the Visual Studio 2019 Build tools and the most recent WDK (Windows Driver Kit)
I have an Arctis 7 2019 - I have written my own controller in Python (Windows works too) and found that the battery is not a percentage, but it is...
I started hacking this type of syntax into the attribute macro, but it seems that the requested functionality is unclear. Should inside the parenthesis be the exact expected number of...
I didn't see that ability in my exploration. I only saw meta data capabilities for key value pairs which would allow `positional=1` or a list type that would allow `positional(1)`....
The easiest way to do this for Rust seems to be letting `rust-analyzer` do the ordering for you: ``` sorting = { priority_weight = 2, comparators = { compare.order, ......
I believe `window-status-bell-style` won't work correctly with [the overrides](https://github.com/nordtheme/tmux/blob/f7b6da07ab55fe32ee5f7d62da56d8e5ac691a92/src/nord-status-content.conf#L20-L21) that the nord theme does, namely the powerline characters. It seems that the bell style will get immediately overwritten if you...
Hijacking to note that anyone using Chicken should also add this config: ``` vim.g["conjure#client#scheme#stdio#value_prefix_pattern"] = false ``` So that `(out)` isn't on the line of the form result ``` ;...
Fixed conflicts after pass cmd feature. Needs testing still.