Johannes la Poutre

Results 19 comments of Johannes la Poutre

Same here; had to make a quick fix to an existing project (target platform iPad). Pouch 5.1.0 did not sync anymore with Cloudant. I have currently no time to investigate...

Same on released production version 1.24 on Mac OS X: [Enter steps to reproduce:] 1. Start Atom 2. Get big red bug alert **Atom**: 1.24.0 x64 **Electron**: 1.6.16 **OS**: Mac...

Hi, > @squio is this something you could contribute with a PR? We're happy to review and merge this I had a quick look at the release built files (in...

> cc/ @squio Hmm looks like this PR broke more than it solved, please feel free to undo this merge (I have found a different work around which definitely won't...

Please check you have this in your config: ```php 'authManager' => [ 'class' => 'Da\User\Component\AuthDbManagerComponent', ], ``` I had a similar issue which was caused by the default config to...

This regex is only used to parse the default database name when it is not set; the work around is to simply provide a `defaultDatabaseName` in the configuration in `config.php`:...

Got the same on iPhone 13 mini, latest iOS 17 and most recent Mastodon app Verified on four different wifi networks (one DNS filtered, the others open). Mastodon account on...

Just to chime in ... this is actually very helpful for me getting started with M2M relations, maybe this should be part of the documentation some time? Also a question:...

We just discovered this in our production app and it is a real blocker because we now get black text on black backgrounds due to some unfortunate combination of configuration...

Apart from this issue I noticed that the `setForceDark` property does not work in recent Android Additionally: - Media queries don't work: `window.matchMedia('(prefers-color-scheme: dark)')` - The WebView's background has become...