Simon André
Simon André
I understand, but sadly i don't have any solution for this.. I can tell you that anyone that want to see your scripts can, as you probably have a manifest.json...
The problem is located in none of these places. I gave the culprit in the PR you referenced, and warned about the possibility of breaking apps out there without care....
I'm pretty sure this would have been fixed with the [LiveArg implementation](https://github.com/symfony/ux/pull/1694) we almost sent in 2.18. At least, it was the same root cause: empty string data handle. But...
@1ed did you have time to read the other PR i'd be curious to have your opinion... They may not but they are really due to the same thing (empty...
We had no choice but to revert it, sadly, as it created bugs in rare occasion. i’m 100% open to any solution :)
@jannes-io No, still [this problem](https://github.com/symfony/ux/pull/1694#issuecomment-2124931327) with Doctrine / other valueresolvers, but this was enough to _not_ release it like that 😅
If you want to bootstrap the rule, this should be a good start: `src/Rules/Function/IncludeToRenderFunctionRule.php` ```php
Not sure if all would be necessary, but here are the list of tests to ensure named arguments (with `:`, don't think we need the same with `=` ```php {{...
And what should be the test i think to merge context with args **Arguments** ```twig {# from #} {{ include('template.html', foobar }} {{ include('template.html', {foo: bar}) }} {{ include('template.html', {foobar}...
I'll review tomorrow or tuesday in depth.. but the overall mood: i love it !