Georges.L
Georges.L
> It's not duplicated. Duplication is a situation when you have two things doing the same. Here we have two endpoints, doing the same, but in different ways (the first...
Glad you understood my point :)
> Another solution working for us, decorate the `sylius.context.locale.storage_based` service, catch the `SessionNotFoundException` and wrap it into `LocaleNotFoundException`, and let the composite context keep trying (given that `sylius.context.locale.provider_based` is available...
Hello, what's the status of this PR ? I'm curious too since I'm struggling a lot too for a project with large amount of cart quantities :)
Bumping this ticket as it has questioned a couple of my customer on different projects and I'm currently not able to tell him when will it be fixed by Sylius...
Same issue here, a bit blocking atm :(
Simple question: how can I use the include() function when the main template as been rendered from a string: https://github.com/Geolim4/In-Memoriam/blob/60412b8730f68ecf2005c3694e41fdbb73254927/src/ts/Extensions/renderer.ts#L92 Should include() get implemented as a callback function on my...
> @Geolim4 you can't use the `include` function because it is not currently supported. This issue is for adding support for it. Ohhh okay, so the readme is a bit...
The implementation note says that "include" is supported while its not actually :( https://github.com/twigjs/twig.js/wiki/Implementation-Notes
> @willrowe I think you are misreading the docs. The `include` _tag_ is listed as supported. I added the note about the `include` function that says: > > > `include`:...