-
Jinja2 should error when it sees a variable in a template that it does not have defined. This would prevent empty interpolations from occurring.
-
Several of the repos that I have played with start with a syntax error. Think we should avoid syntax errors when possible.
```
ImportError while loading conftest '/testbed/tests/conftest.py'.
te…
srush updated
2 months ago
-
Describe in detail each Jinja2 filter, function, and test (both those defined in Minijinja and in Weaver).
We could also create an [mdBook](https://github.com/rust-lang/mdBook) that we will progres…
-
When using FastAPI/Starlette, you get this warning:
```python
starlette/templating.py:92: DeprecationWarning: Extra environment options are deprecated. Use a preconfigured jinja2.Environment inste…
-
I'm using jinjava to test ansible templates, and I've noticed that these template sometimes contain lines such as:
```
#jinja2: trim_blocks:False
```
and these lines are kept in the output fil…
-
When I use "jinja2" instead of the default template system, I try:
```python
import xadmin
urlpatterns = [
url(r'^xadmin/', xadmin.site.urls),
]
```
I got the following error:
```
F…
nocmt updated
7 years ago
-
After successfully creating, syncing and building 2 groups, I got this when archiving the third group.
tg-archive --build
2024-02-12 19:04:44,734: building site
Traceback (most recent call last…
-
I followed the training steps to train the llama2 model, but encountered the following error. I searched a lot, but still couldn't solve it.
```
UndefinedError File "/home/hs/anaconda3/envs/onebit/…
-
Could we get support for jinja2?
For:
{% if %} {% else %} {% endif %}
{% for %} {% endfor %}
etc.
Related to #68 since jinja2 originates from python but imo shouldn't necessarily depend on py…
-
After running the run.sh / the UI and after logging in, this happend:
```
Traceback (most recent call last):
File "/home/user/.local/lib/python3.8/site-packages/flask/app.py", line 2464, in __cal…