Florian
Florian
I can also confirm the bug. I tried the following two setups: Linux Box --> NFS --> NAS (Raidsonic 4220b) Linux Box --> Samba --> NAS (Raidsonic 4220b) The problem:...
I'd also like to help. I use paperless-ng for my private and work related paper management. I can help with Python development, testing and potentially packaging (at least for NixOS...
I am currently using paperless-ng as well and would love for the project to continue. I have some python, docker and packaging experience and am willing to help any way...
I am also affected by that and cannot use `deploy-rs` for my CA setup.. :disappointed:
I added experimental support for CA derivations. The build/deploy logic had to be adapted. We cannot evaluate a CA output path before actually building it. If anyone wants to check...
I got something similar with `babel` My error is: ``` error: infinite recursion encountered at /nix/store/pxf5kjsydf0rrb4kkmn5g92xjqx51kzy-nixpkgs/pkgs/top-level/python-aliases.nix:41:11: 40| asyncio-nats-client = nats-py; # added 2022-02-08 41| Babel = babel; # added 2022-05-06...
I am getting a similar error on django 4.1 but not on 4.0.7. Which django version do you use?
ok, I have found my issue to be a regression in django4 (https://code.djangoproject.com/ticket/33899)
hi @machawk1 and @ibnesayeed , thanks for having a look! I was looking around how to properly implement settings in python and stumbled upon [this StackOverflow answer](https://stackoverflow.com/questions/6198372/most-pythonic-way-to-provide-global-configuration-variables-in-config-py). One of the...
Does it break anything else? If not, maybe it is worth creating a pull request for your change @elliottjohnson ? Your patch helped me, too. Baikal is now working as...