Javier
Javier
For the newest release 0.14.8 your commit for ut8 requires changes. The new patch just keeps the normal_entry.py modifications, given the opened_file.py ones are no longer required, neither match the...
I hit this same issue. Auto mounting GDrive through autofs+gdrifs, I uploaded some directories, then made a recursive diff between the uploaded dir and the local dir. diff fails, and...
One more note, my files are not huge, in the order of MB...
Hmm, looking into what gets affected due to GD_DEBUG, I just found in both: GDriveFS-0.14.3/gdrivefs/resources/scripts/gdfs GDriveFS-0.14.3/gdrivefs/resources/scripts/gdfstool The following: ``` gdrivefs.gdfs.gdfuse.mount( auth_storage_filepath=args.auth_storage_file, mountpoint=args.mountpoint, debug=gdrivefs.config.IS_DEBUG, nothreads=gdrivefs.config.IS_DEBUG, option_string=option_string) ``` The only difference I...
One more thing, if it's the threading thing, what would that imply, less performance on reads? If not, what else? Also, if that was the case, would it be python...
OK, confirmed. When disabling threads on the FUSE call, everything works OK. I made a pull request 147, which by default sets NO threads to 1, but still allowing setting...
My old PR to work around this by disabling multi threading was no longer able to merge... I created a new PR, which becomes able to merge: #202
I'd like to add, that it's pretty useful to be able to select one or multiple messages in a chat, to them delete them. Also it would be good to...
Isn't this rather a PyMuPDF bug? Or perhaps a missing rebuild of libmupdf? See, on Arch (python is python3 on Arch), when building PyMuPDF 1.18.4, and trying the build before...
On Arch at least, more than showing artifacts, it doesn't show a thing. According to the preferences, I was expecting an icon with a number, os with an envelope, but...