Nicolas Hillegeer

Results 36 issues of Nicolas Hillegeer

http://newsbeuter.org/doc/newsbeuter.html Save some fingers...

Note: I don't necessarily need this in a cross-platform way, Linux-only would be fine. But cross-platform is always nice. I'm making a recursive watcher for a medium-sized folder structure (~50000...

I recently switched to `TERM=tmux-direct` inside of tmux because it has native support for 24-bit colours. It's in my terminfo: ``` $ infocmp -x tmux-256color tmux-direct comparing tmux-256color to tmux-direct....

enhancement

Hi! My use case is running shellcheck(1) with efm-langserver (using the nvim-lsp client). I noticed that after I made a change to my document the returned diagnostics did not match...

Hi! For some command-line experimenting, I would love to do things like: ``` lua each(print, io.lines()) ``` Of course with many more transformations applied. However, such things don't work. Studying...

need feedback

I usually identify my gists by filename, so when I upload them, I'd like to be able to pick a nice sounding filename, and not just a description. I tried...

I have a dream. `[]` is the cursor position. ``` bash $ for v in 1 2 3 ; do echo $v ; done[] 1 2 3 $ [] $...

feature request
need more info

We'd like to trace execution of RPCs on our frontend using perfmark. For debugging purposes, our frontend renames a thread when work is scheduled on it. When the task starts...

I'm working on a new website and the speedup from using PJAX is tremendous (mostly because the page template is unbelievably heavy). Now, most of the pages need some javascript...

I was lately trying to run `execsnoop` on my workstation and seeing nothing being printed out. Confused, I read the script and tried catting all sorts of values in `/sys/kernel/debug/tracing`....