JamesB797
Results
2
issues of
JamesB797
I have some complex twig templating from a php twig project that crashes in twig js. Here is the minimum code required to trigger the crash: ```js const Twig =...
priority - high
type - bug / bugfix
triaged
pending - needs milestone
The slice filter type regex is `regex: /^\[(\d*:\d*)\]/,` which only matches something like `[10:]` but not `[length:]`. I can just use `|slice(length)` and `|slice(0, length)` but it's a little unexpected...
type - feature request / submission
pending - needs information
triaged