kingschnulli

Results 4 issues of kingschnulli

### PHP Version any ### Shopware Version any ### Expected behaviour All ban methods in the current AbstractReverseProxyGateway implementations seem to do a synchronous BAN request call. This will lead...

Bug

### PHP Version Any ### Shopware Version 6.5.8.6 / trunk ### Expected behaviour Consider the following twig template in storefront, reduced for clarity: ```twig {% set itemStyles = { border:...

Good first issue
Bug

I just fiddled around with tonic a little, I came up with this solution for a generic OPTIONS request handler that will describe the service: ``` /** * @description Describe...

### Description I'm trying to load some static twig files in my javascript modules like this: ```js const template = await fetch(import.meta.resolve('./index.twig')).then(response => response.text()); ``` This fails as AssetMapper does...

Feature
Stalled
AssetMapper