KevShe
KevShe
I think we should really consider a {#display} block. Would make it all easier, also documentation/tutorial wise. A `#if` block destroys and rebuild the dom, while a `#display` block toggles...
> Yes this looks pretty nice as well! I'm not an ecmascript fine point expert, but could this potentially have parsing issues due to decorator syntax looking quite similar? Isn't...
> Symfony 6.3 does not receive bugfixes anymore. If you still see the same behaviour with Symfony 6.4 or higher, please create a small example application that allows to reproduce...
That's very misleading, but you're right. Thanks. I think the class signature should clarify that it is expecting the full path *including the file name*. ```php /** * @param string...
@david-plugge We dont need the current URI, we need every URI that exists in the whole app...
These sql execution tokens which look like that: `/* SOME STATEMENT */;` I was able to trim them iut with a regex, but a flag would be the nice and...
```php $sql = trim(preg_replace("/\/\*(?:.|\n)*?\*\/\s*;/", '', $file)); ``` @ifsnop This is how I am using it.
@maximilian-schwarz Your solution generally works, but... > It's only working without SSL. Which makes it almost unusable. I would consider this a bug. Is there no solution to make it...
I am currently facing the same issue. The app will run on multiple subdomains in production and I need to replicate this for development.
There is something off about it, it definitely worked with the free version. Or maybe it set the default to 7.4 when it was previously 8.2? When editing the 7.4...