Diti

Results 19 comments of Diti

I knew MyEtherWallet didn’t load in my Firefox, but I didn’t know why—never thought to check the logs. Same problem here, Firefox 57.0b13 with U2F support enabled (which seems necessary...

Hey! This issue’s been open for 2 months and nobody from MEW has been assigned to it yet. Does anyone know if they’re aware of the issue or not?

Any progress or pointers about how to do that? I am not sure where to start.

Getting a very generic pipeline crash message during my tests, which makes things painful to debug. Posting here to show interest in an update!

@nzbr The link to your test-signed build does not work.

This issue happens to break the post-activation steps of `home-manager` generations, following unstable Nixpkgs. To be clearer, the error does occur with `sudo nixos-rebuild switch` (because it reloads `systemd` units),...

Paraphrasing @BruceMacD, [Ollama is already present in Nixpkgs](/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/misc/ollama/default.nix). It doesn’t exist as a service (yet), but you can still simply install the `ollama` package (see `man configuration.nix`), or use `nix-shell`...

> Running `MANPAGER="sh -c 'col -bx | bat -l man -p'" MANROFFOPT='-c' git commit --help` fixes it, thanks for help. Perhaps this should be added in the README? It has...