Giel van Schijndel
Giel van Schijndel
The installation instructions in the README give an `aptitude install` command to use. Unfortunately they lack the `python3-setuptools` package. This will not always be a problem because it's a "Recommends"...
This is an excerpt of [Hopic](https://github.com/tomtom-international/hopic)'s pytest run in the `python:3.10.0rc2-slim` docker image. With `python:3.10.0rc1-slim` this same error does not occur. I don't have the time right now to fully...
When directly fetching a ref _without_ specifying a destination ref. E.g. `repo.remotes.origin.fetch(["master"])` instead of `repo.remotes.origin.fetch(["refs/heads/master:refs/remotes/origin/master"])` git will produce a different amount of ref-update lines on stderr than in `.git/FETCH_HEAD`. For...
When using slcand on a USB can dongle (providing a serial-over-USB device as /dev/ttyUSBx) and detaching that dongle slcand doesn't detect that event and keeps running. As a way of...
This pull request makes it build again with the current rust-nightly. It also runs ;-). In fact the reason I did these modifications is to compare its runtime to my...
This makes the underlying storage type, used by the containers and previously hardcoded to `bits::carray`, configurable. It then adds a specialized container (`pic_array`) for storing variable-length arrays of `T`s. The...
The colors for base01, base00, base2 and red referred the wrong color when in 256 color mode. This fixes it to use the XTerm color indexes/codes specified in the solarized...
### Description This adds support for `attrset` members in `programs.zsh.localVariables` and ensures they're reconstructed as ZSH associative arrays. This is particularly useful for the `ZSH_HIGHLIGHT_STYLES` associative array used by the,...
This allows separating the *use* of nixgl.auto.nixGLDefault from the location where we pass nvidiaHash to provide a pure instantiation. Without this usage of `nixgl.auto.XXX` is always impure. Also reuse `nixgl.auto`...