Bob van de Vijver
Bob van de Vijver
@lazka / @peter-otten Maybe you can try #54532 to verify whether my proposed fix solves your issues as well.
Also hit by this issue, but it can be solved by setting `REFACTOR_ALLOF_INLINE_SCHEMAS` to `true` within the `inlineSchemaOptions`.
It seems to happen when the page you're working is being reloaded: the extension does not pick up this reload at all (old components and values are still being shown,...
I am seeing the exact same behaviour. It seems the newline is required for node to correctly generate the cmd file
I have the same issue: even though requests do work correctly with the extra `queryParameters` part, it should not be there according to the [spec](https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api). I'm now using the snippet...
The link contains the MS docs about what the code should do: so yes, it is not a spec in literal sense, but is does describe how it is supposed...
@waja Did it also fix the wrong ids in the database?
Yes, this issue is explicitly regarding creating share links. Downloads were never impacted.
This is not fixed, but it is quite a breaking bug. A fix would be highly appreciated!
I see my documentation MR (https://github.com/symfony/symfony-docs/pull/17203) has never been merged, but there is already a rate limiter option for a messenger worker. Just configure the `rate_limiter` option on your transport...