Jens
Jens
I wonder if jollyday is still alive?
Will this get pulled into master?
Hey, good to hear it's working for you ! I'll add this to the `SetColumnRemaks` as well. Should go automatically into the pull request then.
I've added `skipVisitors` to `SetColumnRemarks`as well.
Checking this locally first...
Tested this briefly and it does works. This is more of a suggestion to consider making EventSource work with self-signed certs. I guess it needs code review and more testing.
Thank you for your reply. I did a brief research and could not find anything. I have successfully used [MaxDesiatov/XMLCoder](https://github.com/MaxDesiatov/XMLCoder) before but only with "self-designed" and limited XML files. I...
I ended up setting the attribute right after the NativeSqliteDriver is created by using this function: ```swift @OptIn(ExperimentalForeignApi::class) fun setExcludeFromBackup() { return memScoped { val databasePath = DatabaseFileContext.databasePath(databaseName, null) if...
Side note: I pulled a backup from an iPhone but seemingly developer signed apps are not included in an iPhone backup anyways.