Bob van der Linden

Results 21 issues of Bob van der Linden

Currently users are running into non-functioning copy to clipboard under Wayland. Enabling USE_WAYLAND_CLIPBOARD is the solution. Many package maintainers are starting to enable this option by default. It might be...

# Motivation Currently it is possible to install the same package twice. This installation will only fail on conflicting _files_ and not on conflicting names (profile entry names). When installing...

new-cli
with-tests

Currently it is not (practically) possible to match a profile entry using a flake uri. For instance: ``` $ nix profile install nixpkgs#pulseaudio $ nix profile remove nixpkgs#pulseaudio warning: 'nixpkgs#pulseaudio'...

feature

I'd like to use `git commit --fixup=` more in my day-to-day work. However, it dawned on me that the options `--fixup=amend:` and `--fixup=reword:` were not supported by bash completion. I...

new user

[As discussed on Discord](https://discord.com/channels/1036369714731036712/1036369758024650792/1076933065294757950), this configuration is needed to run pytorch in devenv on Linux. It was confirmed to work. I don't have much knowledge of CUDA itself, so I'm...

**Describe the bug** When using system packages from within a python application `symbol lookup error` may happen. This happens when the system package (like `git`) is linked against a different...

bug

This fixes issues with node 0.8.x and 0.9.x (and possibly others) which could not install verror with ^1.4.0 Node 0.10.x installs verror without issues. An example where this error occurs...

This makes sure that if an address in one of the two address families is found, it won't raise an error due to it not being found in the other...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

It seems version ranges are not working correctly. I have the following in pom.xml: ``` org.slf4j slf4j-api [1.7.1,1.7.99) ``` When I run mvn2nix, the following pops up in project-info.json: ```...