Daniel

Results 26 comments of Daniel

I'm getting a similar error. I was on 0.7, and just tried to update to 0.9.4, but got the same "plugin has crashed" error. However, that was with the version...

This is indeed troubling. I choose this library _because_ of the DataGrid control. I use a few more controls, such as the dock, and property grid as well, but the...

I did similar. I grabbed the github source from late Feb, and just pulled it into my regular source, linking against the nuget version of this library.

Your example looks fine, however I am hitting this issue as well. I have several "utility classes" in my project, and when deployed, the XML Documentation tags aren't at the...

For this, the project was copied to a cloud location, Google Drive File Stream drive after creating. All I did was create a new project, and paste the example code...

> In fact the only recommended way to use Keeweb in Nextcloud is to open a KDBX file in Nextcloud and not using the app icon. > > I think...

I can confirm this fixes it on Nextcloud 4.4.4 on Windows 10. The only setting I needed was this: `targetChunkUploadDuration=6000` That matches what I noticed empirically, which was that the...

> I was mistaken, I reverted the change to check, and the default is 60000... `2022-04-14 11:09:41:146 [ info nextcloud.sync.propagator.upload.ng C:\Users\sysadmin\AppData\Local\Temp\2\windows-9586\client-building\desktop\src\libsync\propagateuploadng.cpp:418 ]: Chunked upload of 10000000 bytes took 2552 ms,...

> > targetChunkUploadDuration=6000 > > I'm confused as to where you would put this setting when running Nextcloud in Docker since the aformentioned .cfg file does not seem to exist....

Is there any way for a provider writer to override this? I'm developing an EF 2.2 provider for an older database, and it doesn't support subqueries in a join clause...