Gauthier

Results 702 comments of Gauthier

Hi @ediweissmann, did you had time to look at this PR by any chance ? My application has some performance issues with the current plain java webp reader, which would...

> @gotson > > > My application has some performance issues with the current plain java webp reader > > Is that plain java library open source? I have a...

> Hi @gotson > > If you have the jar and prebuilt natives for this PR, would you mind uploading them here? > > Regards They are available in Maven...

> Hi @gotson, any chance for adding Mac ARM64 architecture? Unlikely. There's no support using Docker to cross compile for that, so the only way to do so is by...

> Does this PR solve the ARM64 issue? For linux only

> @pemistahl Yes, you are right, they have to be called in the same Gradle call (until #19 is implemented) as `publish*` triggers staging repository creation. Maybe we could improve...

Is this still relevant with the latest version? Can we close this?

See https://github.com/xerial/sqlite-jdbc/blob/master/USAGE.md#how-to-use-encrypted-databases

Until now the native library was built by adding `extension-functions.c` (from https://sqlite.org/contrib), which contains some math functions, among others. If we enable the new math functions it generates a conflict,...

> Note: This file (https://sqlite.org/contrib/download/extension-functions.c?get=25) is partially obsolete and included in SQLite. It needs to be revised first. It's still relevant for functions that are not natively in SQLite, and...