Damien LeBerrigaud

Results 12 comments of Damien LeBerrigaud

Looks like we are getting close to having a usable MSI installer - https://github.com/veracrypt/VeraCrypt/issues/447#issuecomment-894769246

https://github.com/logary/logary/pull/439

It depends. It seems the project is following the RFC to the letter, which then breaks websites/servers assuming that clients should use UTF-8 as the default encoding. It seems browsers,...

Unfortunately it does not fix it. I did try before as well, with a docker image having latest CLI and the Autopilot plugin: run cf push it works, run cf...

I also faced the issue of trying to push a docker container with zero down time, and it's something that autopilot does not support either. So I forked the resource...

Created a pull request to fix it https://github.com/concourse/cf-resource/pull/72

Any updates on this? While x64 support works ok on arm64 devices, battery life and performance would be greatly improved with a native build.

After having investigated more. We found the following issue: We have a KMM core app that integrates with SQLCipher via SQLDelight. * On Android and iOS we generate a random...

We were accidentally still linking SQLite. Ensuring that `linkSqlite = false` fixes it.