purepani
purepani
**Is your feature request related to a problem? Please describe.** np.add.at(a, mask, b) is a replacement for a[mask] += b, except repeated indices will cause the addition to be performed...
Just thought I'd add an issue here in case anyone else ran into the issue: Currently qtwebkit is broken on nixpkgs-unstable. The pull request to fix it is here: https://github.com/NixOS/nixpkgs/pull/287423....
Since you already seem to be using nix flakes to manage this, it might be a good idea to expose an output so that it's easier to use this plugin.
I just noticed that the hydra build for the most recent commit has failed. It looks like it didn't detect any input changes from the commit, which is likely why...
Adds a package for home assistant based on https://github.com/Mic92/dream2nix-home-assistant.
| Field | Description | |--------------|-------------| | Plugin | `lsp` | | Nixpkgs | `unstable` | | Home Manager | `unstable ` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html)...
Currently there is no easy way to change the version python used to get pylsp. It seems to use pkgs.python3Packages by default, but changing the package from the default packages...
| Field | Description | |----------|-------------| | Plugin | `papis.nvim` | | Homepage | `https://github.com/jghauser/papis.nvim` | | Nixpkgs | `false` | ## Extra Information A citation plugin for interacting with...
Hi! I just wanted to offer a suggested for a different backend to add. https://github.com/dankamongmen/notcurses It seems to have good support for a wide variety of terminals. I'm not sure...
I am a NixOS user, and one of the changes NixOS makes is that /etc/hosts is symlinked from the nix store, which is read only. The issue this causes is...