-
The formula's yaml files are carrying too much logic for files that must let you, at a quick glance, understand what values are being set as default or overriden in each of those files.
Even more, so…
-
## What
MiniJinja has had a major release: https://github.com/mitsuhiko/minijinja/releases/tag/2.0.0.
We don't pin to certain versions but we should ensure lockfile updates will not bump to v2 a…
-
### Summary
It's hogging up the CPU.
![image](https://github.com/ansible/vscode-ansible/assets/278492/fdd1dad4-5a6b-414d-ac64-ce2eeaa7688d)
### Extension version
v24.4.0
### VS Code version
…
pkese updated
4 months ago
-
ansible [core 2.17.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module loc…
-
Tried your filament sensor code and klipper chokes on:
{% set _dummy = filament_sensor.update({params.SENSOR|string: params.ENABLE|int}) %}
stating that there is no .update in jinja. Any though…
-
There are some subtle and not-so-subtle variations in the different implementations of Django-style templates. For instance, [default values in Django](https://docs.djangoproject.com/en/1.7/ref/templa…
-
### Summary
The issue was already reported in https://github.com/ansible/ansible/issues/64250 for the old repository, but not migrated. I have nothing much to add to the original report. The proble…
-
Currently, Proton injects values into a CloudFormation template using Jinja. For example:
```
Resources:
TaskDefinition:
Type: AWS::ECS::TaskDefinition
Properties:
Cpu: {{service…
-
Notes from an virtual spec discussion we just had over Zoom:
### Other syntax for `sel(...)`
Replace
```yaml
- sel(linux): xtensor
```
with
```yaml
- if: linux
put: xtensor
``…
wolfv updated
2 years ago
-
Profiling of the code has shown that most time is spent within [source:trunk/plan/templates/schedule_table.html]. The current version of this code has three nested for loops within the template code, …