vglfr

Results 7 comments of vglfr

Same problem, my workaround: - rename names * to *_t inside translations tuple - makemigrations - manually rename *_t back to * in migration files

Having the same problem on Linux. Bash and Zsh work but Fish and Nu lack Nix-specific bits in $PATH. Removed all shell-specific configuration, just plain `programs.fish.enable = true`. Multi-user Nix...

Solves fish problem for me: ``` programs.fish.loginShellInit = '' fish_add_path --prepend --global "/nix/var/nix/profiles/default/bin" fish_add_path --prepend --global "/home/vglfr/.nix-profile/bin" ''; ``` Alternatively: ``` programs.fish.loginShellInit = pkgs.lib.optionalString pkgs.stdenv.isAarch64 '' source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish ''; ```

`himalaya 1.0.0-beta.4` on Nix unstable. Which apparently is April 2024. Full config: ``` [accounts.vglfr] default = true email = "[email protected]" display-name = "..." downloads-dir = "~/Downloads" folder.alias.trash = "[Gmail]/Trash" backend...

The error persists when installed with `nix shell github:pimalaya/himalaya`. Logs and config exactly as [when installed with Cargo](https://github.com/pimalaya/himalaya/issues/529#issuecomment-2554366665). Version: ``` himalaya v1.0.0 +maildir +wizard +imap +smtp +pgp-commands +sendmail build: linux...

>do you confirm that the message is moved properly? Absolutely! In all settings - Cargo, nixpkgs, repo flake. Please give me a day to test it with another Gmail account.

Log should be appropriate given no other reports. Same behavior with a second account.