Robert Sprunk

Results 16 comments of Robert Sprunk

Did anyone get any further investigating the underlying issue? The field versionString doesn't exist for me in the bulkResponse: ``` details { appDetails { versionCode: 173 installationSize: 1381889 .... }...

I've been trying to accomplish a similar thing with MySQL/MariaDB. The provisioner requires root database access by default: https://github.com/wallabag/docker/blob/master/root/etc/ansible/entrypoint.yml#L88 However, the environment variable `POPULATE_DATABASE=False` disables this behaviour and I'm able...

I gave this a try: Using [pyscreenshot](https://github.com/ponty/pyscreenshot) I'm able to take screenshots under Wayland (Gnome 3) without any user interaction. Then I'm sending these screenshots to Hyperion using `hyperion-remote -i...

I'm using Arch Linux and the aur package for paperwork. https://aur.archlinux.org/packages/paperwork/ The current version is 1.2.4

Just commenting on "1. CORS_ORIGIN_WHITELIST issue" I set `PAPERLESS_CORS_ALLOWED_HOSTS="http://localhost:8000"` directly in paperless.conf and it works.

I agree that the spam issue is already solved by `PAPERLESS_EMAIL_SECRET`. First, I would strip a set of common subject prefixes like "Fwd:" and then remove all non-safe characters from...

I can confirm this. Happening on my Sony Z3 Compact as well. Specs: Size 4.6" 720 x 1280 pixels (~319 ppi pixel density)

@Szwendacz99 @igor-cali I had to manually delete the (empty) folder that contains the files. Afterwards syncing the file worked again with 3.28.2 The location where Nextcloud stores the files in...

Currently the API returns this error when a user tries to import an updated event invitation. ``` Sabre\DAV\Exception\BadRequest Calendar object with uid already exists in this calendar collection. ``` In...

There's a related issue available at nextcloud-metadata: https://github.com/gino0631/nextcloud-metadata/issues/6