Honk

Results 106 comments of Honk

don't forget also this PR this week so we can have offical support! :]

Do you have any suggestions about the middleware structure in the context of websockets? There should definitely be a Doctrine and Sentry middleware - Doctrine to reset the EntityManager and...

> Is this PR is stalled? This is something i'd love to see in the bundle so we can use Centrifuge yes, I won't be adding anything here, I have...

Using symfony 6.3 I have hard time reproducing it on production too, but it does happen as clients reported this multiple times and today that happened to me too

this is the whole `framework.yaml` ```yml # see https://symfony.com/doc/current/reference/configuration/framework.html framework: http_method_override: false trusted_proxies: '127.0.0.1/8,REMOTE_ADDR,SERVER_NAME' trusted_headers: [ 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix' ] secret: '%env(APP_SECRET)%' handle_all_throwables: true #csrf_protection: true #http_method_override: true...

I have added the following middleware, and so far it seems fine. Since the `ServicesResetter` does not register all services that can be reset (my own, internal symfony's, bundles, eg.)...

Same here, but also in dev mode in android 14 emulator. > > I have the same problem in samsung device > > It's better to write your own background...

This is a target SDK, not a minimal one, you should always target latest Android version...

[Various Artists - Anime Hot Wave.cue.remove.the.zip](https://github.com/enzo1982/freac/files/11907959/Various.Artists.-.Anime.Hot.Wave.cue.remove.the.zip) Here example that says "unable to open file" and I do use the 1.1.7 version

This has not been solved for me. Maybe the issue is that the content-type is `multipart/form-data; boundary=----` ?