Jonas Heinrich

Results 168 comments of Jonas Heinrich

@babluboy the ebook is available here http://booksdescr.org/item/index.php?md5=3EEBA71873EF47BFCBF7575EA081D05E

That's a really useful feature. E.g. if I want to search for the package "wayland" which is mapped to "Archlinux".

It is possible to calculate the hashes in rust, see https://github.com/Raincal/blurhash-rs

I really wonder when the edit function will be reenabled :/

Here's an cool example of an API used in the Fyyd podcast database: https://api.fyyd.de/0.2/search/podcast?title=logbuch This query is searching for podcasts with the title "logbuch" and also shows some meta info...

I created a module to configure the overrides ( https://librewolf.net/docs/settings/ ) file at least https://github.com/nix-community/home-manager/pull/2976 This is something which only applies to Librewolf and I guess it would be okay...

Result of `nixpkgs-review pr 192288` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 1 package built: ft2-clone

@Emantor is this behavior of a binary in gensio inteded? ``` [nix-shell:~/.cache/nixpkgs-review/pr-170180]$ ./results/gensio/bin/greflector --version ./results/gensio/bin/greflector: line 7: syntax error near unexpected token `(' ./results/gensio/bin/greflector: line 7: `def dump_buffer(buf):' ```