Christos Lytras
Christos Lytras
@alexander-schranz oh I misread your posts here. That's interesting. I'm using Twig with PHP Scoper currently with no issues, but the truth is that I haven't encoutered an other plugin...
@alexander-schranz yes I'm using the cache for views even with `auto_reload` set to `true` and it works, like: ```php
@alexander-schranz no I don't have `// '~^$~',` `exclude-namespaces` activated. Every filter works inside the templates for me. It's all a matter of scoping, for classes and functions. If there are...
@alexander-schranz Everything gets the namespace prefix inside `CoreExtension.php` like: ```php namespace MyNS\Vendor\Twig\Extension; use MyNS\Vendor\Twig\ExpressionParser; use MyNS\Vendor\Twig\Node\Expression\Binary\AddBinary; use MyNS\Vendor\Twig\Node\Expression\Binary\AndBinary; use MyNS\Vendor\Twig\Node\Expression\Binary\BitwiseAndBinary; use MyNS\Vendor\Twig\Node\Expression\Binary\BitwiseOrBinary; use MyNS\Vendor\Twig\Node\Expression\Binary\BitwiseXorBinary; ... namespace MyNS\Vendor; use MyNS\Vendor\Twig\Environment; use...
That's a very clean environment. A stock Wordpress Docker container having just the plugin I'm developing and stock plugins, but again, this file is inside the `vendor-patched` directory that PHP...
@alexander-schranz you're welcome. I can now see your point and I agree with you, indeed there might be issues with these Twig global function when something else has included an...
This would be a really handy feature and would un-bind the datetime popup control from the input field. There are so many cases that a datetime picker is needed without...
@alisaya10 can you be more specific about the issue you're facing? I didn't have any issue at all installing and using this package with the (_current_) latest RN 0.71.6. It...
I'm facing such an issue, where on local compose compilation, a container that is up and has a vite dev server running, it hangs after several hours and then when...
> > I'm facing such an issue, where on local compose compilation, a container that is up and has a vite dev server running, it hangs after several hours and...