-
More from experience with IMI here...
One of the hurdles we had to address with IMI was how to get complex relations into our metadata, things like optional attributes. I managed to get something …
-
Even though I added the configuration settings specified in the ReadMe, I am not able to trigger intellisense for all HTML attributes when editing a Twig file.
Example:
In an `HTML` file, I can ty…
-
Hi Paul,
Nice work on this plugin!
I'm using this within a CakePHP project that relies on plugins like Acl, which has it's own templates in ctp plain PHP. How have you been dealing with this kind of…
-
Hi, after updating to 3.0.1 noticed our builds were failing with
```
/data/node_modules/kss/node_modules/fs-extra/lib/mkdirs/make-dir.js:86
} catch {
```
Downgrading to 3.0.0 fixed thi…
-
The new `types` tag supports optional variables like this:
```twig
{% types {
name?: 'string',
} %}
```
But this is currently detected as a problem:
```
KO ./tests/EndToEnd/Types/opti…
-
Build a Twig custom tag in order to handle the default WordPress loop into Twig templates.
```php
{% loop %}
// Loop through posts
{% else %}
// No posts found.
{% endloop %}
```
-
On an Angular project, and using neovim, and installing using `vim-plug` I can't get coc-tailwindcss to trigger in any `*.component.html` file.
My set up is as follows:
```
Angular CLI: 1…
-
# Problem description
A best practice to optimize the Cumulative Layout Shift of images is to specify the height and width of the image. For image formats that are only limited by width, this is curr…
-
nodejs6.11
Server's timezone is UTC.
js:
```
process.env.TZ='Asia/Tokyo'
```
twig:
```
{{'now'|date('Y-m-d H:i:s')}}
{{'now'|date('Y-m-d H:i:s', 'Asia/Tokyo')}}
{{'2017-09-11T08:43:02.53…
rktyt updated
2 years ago
-
We are using in project *.html files, I associated them with twig editor, but document still not recognized as Twig template
I noticed that there is a check for extenion can cause this problem
src / …