Gaétan Lepage

Results 54 issues of Gaétan Lepage

Would it be possible to color the keyword arguments differently ? When calling a function and explicitly specifying the arguments names, they do not get colored and appear the same...

Hello ! Thank you once again for this great theme ! I would just like to make a suggestion for improvement: some colors make the content sometimes hard to read....

### Description added 'mappings' option for zathura. ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`. - [x] Code tested through `nix-shell --pure tests -A...

The `_utils.merge_dicts` function does not handle list merges.

Hello, I am using this overlay to install neovim-nightly within home-manager. I managed to get all my python requirements working but the Node.js provider is not found. I tried to...

The doc states that the `opts` options are optional for a button. However, only providing `type`, `val` and `on_press` causes the plugin to crash [here](https://github.com/goolord/alpha-nvim/blob/4b36c1ca9ea475bdc006896657cf1ccc486aeffa/lua/alpha.lua#L273) with the following error: ```...

Tests are currently broken when ran with the latest version of JAX installed. This patch ensures the code compatibility with the current jax API.

When packaging the [latest version (5.2.2) on nixpkgs](https://github.com/NixOS/nixpkgs/pull/284112), I noticed that the following tests were failing on MacOS (both `x86_64` and `aarch64`) while they work fine on linux: ``` ERROR...

bug (unverified)

Hello ! This is a proposal to add a new option `--user` (or `--default-user`) which would make possible to call `tuigreet` with a username to be pre-filled. Of course, someone...

### Description Context: [jax update to 0.4.25 in the nixpkgs repository](https://github.com/NixOS/nixpkgs/pull/291705) Building the latest version (0.4.25) works fine without CUDA support. However, when enabling the latter, we face: ``` ERROR:...

bug