Laurent Cozic

Results 266 comments of Laurent Cozic

Based on the graphs, it looks like the app is busy most of the time while the plugin is enabled, so perhaps there's some timer or something that's running too...

`OpenSSL: error:0A0003E8` returns a few results, so you could start there

For the record I've implemented that fix a while back: ```java try { Field field = CursorWindow.class.getDeclaredField("sCursorWindowSize"); field.setAccessible(true); field.set(null, 100 * 1024 * 1024); //the 100MB is the new size...

This is now fixed and will be part of the next Joplin Cloud release

Not sure if related but the class jop-noMdConv is for internal use, and is now cleared when loading the note. Other than that, I don't really understand the issue based...

Joplin expects the URL to be `.../remote.php/webdav/...` but you have `.../remote.php/dav/...`. Did they change the URL format in Nextcloud 18?

Not sure if this is fully fixed but I suggest leaving it aside for now in any case. If we still get bug reports about this from users we can...

Thank you for doing this. I'm going to go over it soon and get back to you

Thank you for adding this!