Gonzalo Ruiz

Results 6 issues of Gonzalo Ruiz

### ENHANCEMENT It'd be nice if the app detected links to the same nextcloud instance: i.e. to a file or directory `https://yourservercloud.tld/f/00000000` or to any other subdirectory (essentially`NEXTCLOUDURL/.*`) and redirected...

enhancement

Adds support to animate on any container's scroll property. Allows I would've rather chosen the ES6 class constructor to implement it, but I kept the global variable logic the same....

Hello everyone! Is there a way to change what the scrolling container is from the default (window)? The main use case I see is a website where the view is...

This PR migrates the build system to [poetry](https://github.com/python-poetry/poetry), greatly simplifying the build, and updates the documentation to reflect the change. Installs now require a no-hastle 'pip install .'. Ensures proper...

The docker-run.sh command forwards the X11 sockets, but since all the environment variables say it's running on Wayland, the Qt platform runs expecting to be able to access it. As...

Adds support for non-RSA keys to authenticate to the reMarkable (Ed25519Key, ECDSAKey, DSSKey). First loads the key and checks the type, then returns the relevant paramiko PKey object. Fixes the...