mmodler

Results 24 comments of mmodler

I always have autoescaping true and use raw when i'm sure what i'm doing - this is the most fail-proof approach in my opinion. So when should i need is_safe?...

:) For security considerations i prefer whitelisting over blacklisting. So with is_safe = true for a method i would get the same output as |raw - but i won't have...

Are you talking about __() translate with json file? Then add __ to twigbridge config: ` 'functions' => [ 'elixir', 'head', 'last', 'mix', '__', ], ` Then use in templates:...

Some design decisions are necessary for an implementation / PR. I'll call the new asset cache method "cache on request" - Should "cache on request" replace the old STATAMIC_ASSETS_CACHE=true or...

Thats exactly what we think about atm. LEts say we have persons and groups, then i want to assign groups while editing a person and persons while editing a group...

I also experienced this issue when working with terms during the same request. The terms queries are returning the old content before my updates. I have many terms operations within...

I came to this topic via Duncans great duplicator addon. But many users only use tree view, so they never see this feature. The PR above is unfinished, so any...

@tillkruss Now tests are passing, only code style test failing but has nothing to do with my change?