Rene Nyffenegger

Results 14 issues of Rene Nyffenegger

Reduce the number of parameter-sets in Set-DbgBreakpoint to remove ambuigity when trying to resolve Set-DbgBreakpoint such as Set-DbgBreakpoint $exentry

The value of the variable DIVE_VERSION is not needed in a spawned subprocess. Thus, the variable does not necessarily need to be exported. Arguably, the environment is less polluted if...

On some Debian installations, the following command docker version --format '{{.Server.Version}}' returns a version number with +dfsg... added, for example: 20.10.5+dfsg1 After removing the dots, the comparison of DOCKER_VERSION with...

OCA Verified

Use const char* data type for constant strings.

When using wget to download `displaylink-debian.sh` and executing this script, I get an error message about a missing patch file (see https://github.com/AdnanHodzic/displaylink-debian/issues/907). I don't encounter this error when cloning the...

Running sudo ./displaylink-debian.sh eventually results in _./displaylink-debian.sh: line 463: /home/rene/v/resources/displaylink-installer.patch: No such file or directory_ ``` --------------- Linux system info ---------------- Distro: Debian Release: bookworm Kernel: 6.1.0-18-amd64 ---------------- DisplayLink info...

this.byte_encoder maps Uint8's to strings, not strings to strings. The call to toString() is unnecessary and can be removed.