deadc0de

Results 14 comments of deadc0de

Your welcome :-) This is due to the fact that Erlang consider an IP as a tuple composed of 4 ints and thus transforming it as a string without formatting...

If you need any help, feel free to open an issue on my fork.

Hello, thanks for your answer, here are the required info: * It occurs in both Safari and the system bar (although I'm mostly interested in the system bar part) *...

pinentry: ``` pinentry-program /opt/homebrew/bin/pinentry-mac ``` Yes the agent returns all my keys with `gpg-connect-agent 'keyinfo --list' /bye` Moreover `pass` and `gopass` work flawlessly from the command line.

@mdentremont thanks for submitting this bug however could you provide how you installed dotdrop After checking it seems `distro` is in * pypi: https://pypi.org/pypi/dotdrop/1.11.0/json (so also probably in brew and...

I was able to reproduce. The way to fix this is indeed to reinstall the requirements defined in `requirements.txt` (for example with`pip3 install -r dotdrop/requirements.txt --user`). This happens if you...

I have added a note in [the submodule installation doc](https://dotdrop.readthedocs.io/en/latest/installation/#as-a-submodule): > If you happened to encounter ModuleNotFoundError error after an update, it means the dependencies have changed and you should...

Ouch. Ok so you did run the `pip3 install --user -r dotdrop/requirements.txt` which contained `distro` but that wasn't installed? Any error warning from `pip` or anything?

Dotdrop when used as a submodule does update itself (to the latest commit of the master branch, not to the latest version/tag) unless the environment variable `DOTDROP_AUTOUPDATE` is set to...

Thanks for reporting this however you're saying you're running dotdrop from branch fix-428? Can you please try with the master branch and let me know if that bug is also...