-
### Output of `bubblejail --version`
0.9.3
### Your distro name and version
Debian
### Description
Command meson compile fails, even though the jinja2 has already been installed:
T…
-
# Description
pycsw depends on `jinja2` for some reason, and this isn't declared in `requirements.txt`
# Environment
- operating system: mac/linux
- Python version: 3.10
- pycsw version: ma…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
For templated rule messages we are using Jinja2. It's not clear for me why we are using it since it is possible to just use string.format (as we are currently doing whenever we render message):
```
"…
-
**Is this a bug report or feature request?**
* Bug Report
**Deviation from expected behavior:**
docker scout cves rook/ceph:master|grep jinja
i New version 1.15.1 available (installed versio…
-
### Describe the bug
https://github.com/princeton-nlp/SWE-bench/blob/fe8cb2e1c9eff8099a8e9b93a0c90c340711f14b/swebench/harness/constants.py#L496
`pip show jinja2` v2.11.2
`.tox/py39/bin/pyth…
-
ATM, jinja 2 is only an optional dependency (used with extra dependency 'psydata' only). Given the usefulness (I hope) of ValueRangeCheck (which requires jinja), would it make sense to make this a req…
hiker updated
1 month ago
-
## Problem
We use the Jinja2 templating engine in our metadata YAML files, especially in cases with dimensions, to avoid repeating the same phrases over and over. The problem is that Jinja2 syntax …
-
```python3
from plugins.languages import python
from utils import rand
from core import bash
class Jinja2(python.Python):
def init(self):
self.update_actions({
're…
-
The `jinja2.utils.missing` singleton instance cannot be pickled since pickle cannot find `MissingType` due to the `jinja2.utils.MissingType` attribute not existing:
```python
import pickle
import…