mralusw

Results 61 comments of mralusw

Note for newbies: https://github.com/mawww/kakoune/issues/898#issuecomment-727516233 restores with `,z` (thanks to `map ... global user`). It doesn't seem to be possible to move the mapping to e.g. `global view` or `global goto`...

The hamburger is quasi-invisible in dark mode both on Chrome and Firefox. Now, I can't seem to figure out WHICH dark mode I've enabled for Chrome, let me see if...

chrome://flags/#enable-force-dark Turning this on (which is the only documented way to make webpages dark) makes the page https://webrtcforthecurious.com/, well, dark, and the hamburger invisible.

I've ended up [de-clawing WinBTRFS in my fork](https://github.com/mralusw/maharmstone-btrfs-ro) (impossible to mount r/w), which is overkill, but I only really want to read Linux data without rebooting. @lss4 I've looked into...

This filesystem has multiple reports about filesystem corruption with Linux, and you're worried about... least astonishment? I would think the "principle of least astonishment" requires that simply checking out a...

Proot is a wrapper, and thus much closer to a shell. The important thing would be to reproduce transparently the WIFSIGNALED, WTERMSIG, WIFEXITED, WEXITSTATUS of the child process. This can...

If you lose the normal-exit / signaled status of the child process and the signal number (if any), the only option for me is to - wrap the child process...

Just to be clear, my `sed-cached` script is on a [separate `sed-cached` branch](https://github.com/kstr0k/sed-bin/tree/sed-cached); this pull request only includes changes to `sed`.

... and, finally, **sed-busting performance for shell scripts**, with the latest sed-cached used in library-mode. It's about 4x faster than calling sed in a regular shell (and 2x faster than...

Sure, have a look and let me know if you want to do things differently. I've converted this to a draft PR. I've just noticed there's a bug (also present...