Xandor Schiefer

Results 58 comments of Xandor Schiefer

I tried that already, actually: ``` Unexpected error: SyntaxError: Cannot use import statement outside a module ```

This also works with keys.openpgp.org: ``` https://keys.openpgp.org/vks/v1/by-fingerprint/FINGERPRINT ```

Also not working for me: ``` ❯ pass import ~/Documents/Passwords/passwords.kdbx -vvv . Trying to guess file format and manager name. . Importer: keepassxc, Format: kdbx, Version: . Importing passwords from...

Raising this again… some distro packaging happens in response to a new release. There has been new functionality (e.g. https://github.com/tadfisher/pass-otp/pull/117) added to `pass-otp` since the last release that isn't available...

@tadfisher No release since almost 4 years :cry: Please consider cutting a new release.

For anyone using Nix, I have overridden the package like so: ```nix pkgs.pass.withExtensions (exts: with exts; [ (pass-otp.overrideAttrs (oldAttrs: let perl-pass-otp = with pkgs.perlPackages; buildPerlPackage { pname = "Pass-OTP"; version...

@haasosaurus That works for me. Tested using the Iosevka Term Nerd Font Complete Mono (all styles) and Kitty.

@acircuit @Ferdev I just ran into this same issue. In my case the problem was that I was trying to cache non-GET requests. `sw-toolbox` silently fails when trying to persist...

In the short term, a non-stretch goal could be to add a way to individually exclude/include * Google System Base, * Google Play Store, and * Google Android Shared Services...

I ran into this issue when upgrading to `0.21.3`. Removing `yarn.lock` and `node_modules` and reinstalling my dependencies fixed it.