Kévin Liagre

Results 10 comments of Kévin Liagre

I have the same exception sometimes using paratest

Thanks for your quick and detailed answer. I'll dig into the implementation you've provided. Could you give me an example of what you call "None required collections" ?

Hi @JiriChara We use Nuxt.js 2 with Vue 2.5.17 and Vuex 3.0.1 We faced a similar issue in our application and had to take a more restrictive path to avoid...

You're right. I forgot to mention that. I used php:8.0-RC2 too but this test was skipped, not failed. Indeed for PHP 7.4. PHP 8 changed the way internals warning were...

Hey! Thanks for this awesome package. I'm not sure it's fixed. I can see my iPhone going to sleep using v3 while recording a video. I think I can use...

Let me download the ShadowLens example and I test it right away.

Yes I can reproduce in the example app using the main branch. For the record I'm using an iPhone 13 (iOS 17.2) with autolock screen configured to 30 seconds. However...

Looks like Amazon recommends setting the idleTimer off on their example app for broadcasting too. https://docs.aws.amazon.com/fr_fr/ivs/latest/LowLatencyUserGuide/broadcast-ios-getting-started.html#broadcast-ios-disable-idle-timer

Hello nicolaskern, You should dig into this fork which provides what you're looking for. https://github.com/ambta/DoctrineEncryptBundle You'll find command to encrypt your whole database.

Hello spectrumcat I've made a PR (https://github.com/ambta/DoctrineEncryptBundle/pull/5) on this fork https://github.com/ambta/DoctrineEncryptBundle to add support for encrypted fields in Embedded entities. I've chosen to make the PR for this fork because...