Simon van der Veldt

Results 147 comments of Simon van der Veldt

That's great! I'm using [cmder](http://gooseberrycreative.com/cmder/) which is a good-looking and easy to install prepackaged version of [ConEmu](https://code.google.com/p/conemu-maximus5/).

Cool! If you need some help let me know!

Seems like there's nothing we can do :( urwid itself supports both ncurses and raw display modules http://urwid.org/manual/displaymodules.html. I tried both: - the raw one needs `fcntl` which is a...

+1 for this feature! > Another use case is using ssh keys at build time for building from private repos without them being stored in the layer, eliminating the need...

Another usecase for this is for a local cache of the `node_modules` directory on a CI server to reduce build-times. `npm install` is very slow and even in the current...

Seems like it isn't, I get no results for ``` zcat /proc/config.gz | grep -i CONFIG_TRIM_UNUSED_KSYMS ``` The gentoo-kernel kernels are using Fedora's kernel config, for 5.15.63 that's https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-x86_64-fedora.config

From all the checks I did it seems to be disabled, `make menuconfig` shows `N` as well (although the `.config` file is very different from the Fedora one, so not...

> Peraphs you need a .conf in the filename under /etc/sysctl.d Yeah, that's probably it. The combination of a `.conf` file containing the disables and a restart of sysctl works...

Any update on this? Did the icon exist before and was it removed? Did a quick look through the git logs and redshift icons did exists They were removed in...

This also gets flagged by Gentoo's QA checks ``` * QA Notice: Symbolic link /usr/share/icons/Faba/16x16/places/folder-drag-accept.svg points to /usr/share/icons/Faba/16x16/places/folder-open.svg which does not exist. >>> /usr/share/icons/Faba/16x16/places/folder-drag-accept.svg -> folder-open.svg ``` Seems like there's...