Florian
Florian
Hi. I just came across your project on discourse and love the idea! The last commit is over half a year ago. Do you still actively develop the project?
My computer crashed while accessing some files on the cryfs filesystem. Now I have the problem to be unable to delete some files. When I access the directory no files...
This bugfix adds an implementation for the daemon address and therefore closes #717 it utilizes a settings class (called App) to store settings in.This is necessary, because the flask web...
The -d (daemon address) CLI argument isn't implemented, also stated in the help. I use an external IPFS daemon with an exposed API behind nginx as a reverse proxy. Right...
This script doesn't run anymore with Python 3.8, since support for platform.linux_distribution() was removed. This PR fixes that. Signed-off-by: Florian Brandes
Hi, when using `diskcache` with the newer django framework 4.1, one of the tests fail: ``` ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /build/source,...
###### Description of changes Update of paperless-ngx. Due to the beta status currently a draft. [Changelog](https://github.com/paperless-ngx/paperless-ngx/releases) EDIT: Now includes the following updates: - qpdf: 10.6.3 -> 11.1.0 [Changelog](https://qpdf.readthedocs.io/en/stable/release-notes.html) - python3Packages.pikepdf:...
Compiling `flask-wtf` with the current version of `flask==2.2.2` breaks the test suite: ``` ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.1.2, pluggy-1.0.0 rootdir: /build/Flask-WTF-1.0.1, configfile: setup.cfg, testpaths:...
Hi, I have noticed styx [didn't evaluate](https://hydra.nixos.org/job/nixpkgs/trunk/styx.x86_64-linux) since April anymore due to python2.7 in nixpkgs. After updating according to your derivation, it builds again, but takes *ages* to evaluate. Probably...
Hi, would it be possible to add `nix` language/syntax highlight to prism? Thanks :+1: