Bob van de Vijver

Results 97 comments of 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...

Yes, this issue is explicitly regarding creating share links. Downloads were never impacted.

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...