artem avetisyan
artem avetisyan
There is a noticable lag (and cursor inertia) when keeping `j` and friends down which goes away when poppy is disabled. Profile log (scroll down for the summary): ``` FUNCTION...
I use relative numbers to copy blocks of text. E.g. `:-12,-10t.` copies lines from 12 lines up to 10 lines to the line under cursor. The problem is that as...
I'd like to be able dispatch `tsc -w` (typescript compiler watch mode) in the background and get automatic updates in the quickfix window as new errors come and go. Is...
So that process that runs in Electron renderer process can log to the terminal if it runs in a headless mode, but to the browser console if it runs with...
I upgraded an old nativescript project to the latest dependencies (nativescript itself + all plugins) but when I run `tns run ios` it gets stuck here: ``` ... webpack 5.50.0...
It offers me to select one, but there is nothing to select from:  Am I using it wrong?
I've got DPMS enabled and it suspends the laptop after 10 minutes of inactivity as expected. Now that I've plugged in this amazing tool, it's not clear if I should...
I put up a little [repo](https://github.com/artemave/gemstash-docker) that sets it up. Let me know if you want to take ownership or to make it a part of this project.
For isolated testing. Maybe even use this? https://www.npmjs.com/package/history
React has this nice syntax: ```jsx header stuff ``` hyperdom could do with the same?