-
Getting this error:
`Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone…
kerim updated
7 years ago
-
from readme:
> provide syntax highlighting for Nunjucks tags, filers, and variables which are injected into the **default html grammar**
So I'm making a code generator from openapi definition. I'…
-
All the nifty i18n-related helpers in [Twig\Extension](https://github.com/wikimedia/ToolforgeBundle/blob/master/Twig/Extension.php) could be moved to [Wikimedia\ToolforgeBundle\Service\Intuition](http…
-
Hi
I am trying to add twig.js files (.twig) into the node-dev watch file system changes like
{
"notify": true,
"clearScreen": true,
"timestamp": true,
"vm": false,
"extensions": {
"ls"…
-
Hi,
I'm not able to autocomplete work into my twig files.
In my project I have this:
```
/images
/templates/.twig files
```
My config.cson (inspired by examples found in issues):
```
"aut…
-
Symfony 4.4 is released - its the long-term-supported version for the next years. Symfony 4.4 dropped support for some classes which makes the bundle unusable. Twig version 3 has now namespaces:
…
-
We like to use cpd for code duplication checks for Twig templates. These files use .twig as extensions.
They are not recognized as files containing html.
Is is possible to accept them as html file…
-
### Template:
```twig
{% block content deferred %}
hello world
{% endblock %}
```
### Error message:
![image](https://github.com/rybakit/twig-deferred-extensi…
-
```
Warning: Missing argument 2 for Template::__construct(), called in /home/furtastic/domains/furtastic.pl/public_html/system/library/dotpay/TemplateLoader.php on line 63 and defined in /home/furtas…
-
Is it possible to set the comment syntax based on the file extension?
So for files that have .html/.htm as the extension, commenting out blocks will be as ``
And for .twig files, commenting out …