Hugo

Results 372 issues of Hugo

Someone has already [written one](http://manpages.ubuntu.com/manpages/trusty/man1/jmtpfs.1.html) for Debian, so it's just a matter of moving that into the repo.

Currently, the portal tries to check the process filesystem to inspect its flatpak metadata, but this is not possible for non-flatpak sandboxes, for which D-Bus access is out-of-scope here. In...

enhancement

I'm trying to use `xdg-dbus-proxy` with systemd socket based activation. That is, systemd creates the socket early during startup, but will initialise the proxy only after receiving the first connection...

Tests run fine on 3.9, and some basic usage had no issues.

This ensures that the session is closed even if an exception is raised.

``` $ rye add atomicwrites Bootstrapping rye internals error: No such file or directory (os error 2) ``` With https://github.com/mitsuhiko/rye/pull/29 I get: ``` Bootstrapping rye internals Error: error bootstrapping venv...

enhancement

We currently use a few custom settings (e.g.: `AFIP_KEY_STORAGE`, `AFIP_CERT_STORAGE`) to define storages. Django 4.2 implements a standard mechanism for defining custom storages. We should move over to use that....

enhancement

We currently have a copy of the entire expected HTML in the test code, and this is a pain to updated when changes happen. Try using something like syrupy instead:...

enhancement

This should scale a lot better to different sizes, and removes the dependency on Pillow. See: https://github.com/lincolnloop/python-qrcode#svg