NVRM

Results 26 comments of NVRM

This is definetly possible using pure css only, as shown here https://codepen.io/oahehc/pen/OJPjZXB but it require some deep rework to be implemented nicely.

The install leads to many errors with `Svelte": "^3.0.0`, like `(!) Plugin svelte: A11y: element should have an href attribute` (...). --- `Svelte": "^3.0.0`, `rollup.config.js` that works for me. ```javascript...

For those trying to figure out what's going on, when mounted into the `src` folder of a svelte project, the command should be something like (the opposite way...) `prettier --write...

To solve or palliate this and many other issues, I do recommend to add: - The ability to load a theme from the command line - `pkill -USR1 hx` (reload...

That's an important behavior to force reload-all to actually reload it all every time. Right now, using many buffers, it's misleading and can result to loss of data and confusion....

It may be non-trivial or whatever, but that is a major inconvenience. For the record, similar TTY text editor all have such auto-reload capabilities at external file change, as an...

There is a couple of settings in `~/.tmux.conf` that affects the behavior of the escape sequence, and may help with this issue. In particular the following: `set -sg escape-time 0`...

To advocate for `Ctrl + [` users. They are in their right to notice, this is a very old behavior in VT100 terminal that `Ctrl+ [` does produce the escape...

Not sure why, but to chain some commands, sometimes they requires a `:`, and sometimes not: The following works fine for me. (Typing AltGr + d output ð on my...

Same here, it came abruptly without config change, it was working nicely before, now CPU stuck at 100% . It looks like it's indexing, after many minutes without actions the...