Frederic MEYER
Frederic MEYER
I implemented Akavache for storing many user & app related data locally. This works well overall. But it seems there is a scenario where the app regularly crashes (but not...
On your demo download section, the macOS dmg file only contains the x64 build. (not developer signed actually) Do you have plans to include an aarch64 (apple silicon) build either...
I have a perfectly valid schema made with 0.9.3 that opens fine with this version. Building 0.9.4-beta branch and trying to open the file, it produces the following errors: ```...
Building 0.9.4-alpha1 branch on Apple M1 / BigSur 11.4 Build ends successfully (provided that you install all the dependencies (I used brew), especially qt@5 rather than the latest qt6). But...
## Bug Information Version Number of Plugin: 5.2.0 Device Tested On: iPhone 6s / 7 plus - iOS 11.4 Simulator Tested On: N/A Version of VS: Version 7.5.3 (build 7)...
Hello, I've tested the scenario (at least on iOS) where the user refuses the permission for the app to access the address book, and it seems the next time we...
Would there be a way to support route definitions with optional segments (as for instance in [PHP Slim Framework](https://www.slimframework.com/docs/v3/objects/router.html))? For instance, if I want to delete say one specific notification...
Hello, I recently used this image and my wordpress site is running locally and quick! Now, I wanted to add xdebug support and be able to do step by step...
php cli is still linked to php83 although wordpress is using php84 ``` 1a377be75300:/var/www/wp-content# ls -l /usr/bin/php* lrwxrwxrwx 1 root root 14 Apr 24 06:40 /usr/bin/php -> /usr/bin/php83 -rwxr-xr-x 1...