Richard Hagen
Richard Hagen
#Fixed! Hi! I just tried to do the same: ```yaml doctrine: orm: entity_managers: default: mappings: App: is_bundle: false type: attribute dir: '%kernel.project_dir%/src/Entity' prefix: 'App\Entity' alias: App FancyPants: type: attribute dir:...
I wrote a OpenApiFactory to modify the type, that "works", but I dont know enough about OpenAPI / API-Platform to verify it, or if it will have any unforseen side-effects......
As a new user, I was very supprised that this wasnt already the case, so following this! :) What I expected was something like this: ```yaml backups: pgbackrest: image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0...
Hi! Could this be implemented as a Middleware in Traefik2 and look for the Link header? If found fetch the assets from the backend and push to the client? `[CLIENT]...
From the h2 server code, it seems we only have to trigger a preload, then the h2 server would create the fake request and send to the handler automatically, which...
Hi! I'm also "patiently" (ish) waiting for http2 push... What can I / users do to help getting push implemented in h2? Can Containous do more?
This feature would be epic, have been subscribed for a year on it! Would make it way easier to run "serverless" on kubernetes without the heavy and complicated Istio stack!
Imagine of much compute resources would be saved if everyone building docker images on github saved 30sec each time 🤯
Thanks @devminded ! I remember I already do thos tings, uts jjust when I update a node dependency or PHP dependencies that everything takes forever 🤔
Just looked trough the documentation how to solve this myself, glad to see im not the only one! I would love to avoid an Expensive serialization step if the respons...