Yohann Boniface

Results 98 comments of Yohann Boniface

Ngl i would need to dig into pincer to remember what is a MessageConvertable x)

Hi is there any update about this bug? it seems that it is still failing ```c Test(xi_put_char, do_not_write_empty_char) { char c = '\0'; cr_redirect_stdout(); xi_put_char(c); cr_assert_stdout_eq_str(""); } ``` > yields:...

Here is a small script that retrieve the number of packages from the latest nixpkgs release It fetches the `packages.json` from the last item of nixpkgs s3 bucket ```sh #!/usr/bin/env...

> Hej @Sigmanificient, nice work! Danke! > > You may want to contact the [Documentation Team](https://nixos.org/community/teams/documentation/), in case you want to contribute to the code base of search.nixos.org. I'll highlight...

Small update: I found that `https://channels.nixos.org/nixos-unstable` that already redirects to the latest nixpkgs version, which means I can cut off half of the previous script! Here is a newer version,...

This issue should be renamed *Hard-coded package and option count on search.nixos.org*

> ```json > { > "type": "kernel", > "key": "├ \u001b[34mkernel" > } > ``` I guess the following configuration error: ``` Error: failed to parse JSON config file `/home/sigmanificient/.config/fastfetch/config.jsonc`...

It also does it on the latest vresion i just built (`fastfetch 2.11.3 (x86_64)`)