simone viozzi
simone viozzi
I'm experiencing a laggy mouse, with random wheel scroll, very annoying. I tried running `logid` manually to see the output, this is less than an hour: ```bash [DEBUG] Unsupported device...
Can copy single files and folders, the recursive implementation is in `AbstractFileSystem.copy`. Is compatible with `AbstractFileSystem.copy` so for example: ```python fs = GDriveFileSystem("root/tmp", auth) fs.copy('root/tmp/a.pdf', 'root/tmp/folder/b.pdf', recursive=False) > will copy...
Hi, i'm addind a method to rename a `GoogleDriveFile` the google api to rename a file is: https://developers.google.com/drive/api/v2/reference/files/patch I saw you have a wrapper for `files().patch`: `_FilesPatch` do you prefer...
While working on https://github.com/iterative/PyDrive2/pull/222, I discovered that `find` has a bug with the cache. Let assume `self.path=root/tmp/` and a folder structure like: ``` root/tmp/ └── fo1/ ├── file2.pdf └── fo2/...
As discussed in #217 we need a method / mechanism to invalidate the cache for specific paths. This is needed because, if the user move / delete a file, and...
### Motivation and context Fixes #5070 - `ToolsControlComponent` now store `latestResponse` and `latestResult` as a list of polygons (`number[][][]`) - Made it compatible with interactors that return a single polygon,...
I'm using zsh with Oh my Zsh plugin manager. Following the [completion guide](https://github.com/kazhala/dotbare/wiki/Completion#zsh), I called: ``` _dotbare_completion_git _dotbare_completion_cmd ``` But only the last one in order is working. It looks...
Hi, does `GDriveFileSystem` support manipulation of files in the `shared with me folder`? Like copy from my drive to a folder shared with me. If not, I can create a...
To pull my dashboards, I use: ```bash docker run --rm \ --volume "$(pwd)/grafana-dash:/data" \ --network "monitor-net" \ ghcr.io/mpostument/grafana-sync:1.4.10 \ pull-dashboards --apikey="" --directory="/data" --url http://grafana:3000 ``` But this creates a folder...
**Describe the bug** If the computer is restored from sleep, `jellyfinmediaplayer` will segfault every time something is played. I have been having this issue for a long time but never...