-
### Description
error is:
```
❯ python main.py
Traceback (most recent call last):
File "/home/lotso/.cache/pypoetry/virtualenvs/tt-n-gxmD69-py3.12/lib/python3.12/site-packages/litestar/contrib…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
**Describe the bug**
I tried to install the _mistral.rs PyO3 Bindings: mistralrs_ but it failed. I followed the instructions under [https://github.com/EricLBuehler/mistral.rs/blob/master/mistralrs-py…
-
## Description
Currently yaml anchors inside yaml data files are not fully supported because of serde_yaml author refused to implement them. There is wonderful [yaml-rust2](https://crates.io/crates…
-
How to set the default value for Optionvariable when it is empty
For example, when my content: Optionis empty, the template displays' none '. My GPT asked me to write' {{content | default ('Default V…
-
I am trying to install the dependencies and I am stuck with
File "/Chat-RAG/app.py", line 2, in
from chatrag import demo
File "/Chat-RAG/chatrag.py", line 3, in
from gradio_utils i…
-
The work for MiniJinja 2 is taking place in the [`main`](https://github.com/mitsuhiko/minijinja/tree/main) branch. Maintenance releases for 1.x will be worked on in [`minijinja-1.x`](https://github.c…
-
### Rocket Version
0.5.0
### Operating System
MacOS 14.4.1
### Rust Toolchain Version
rustc 1.77.2 (25ef9e3d8 2024-04-09)
### What happened?
I am trying to intergrate MiniJinja.
## Cargo.tom…
-
Jinja2 supports e.g. `{{ ' ' * 10 }}` but that doesn't work with MiniJinja. We were able to circumvent the issue with a recursive macro, but that operator would simplify things!
```
Error: invalid…
-
I wrote my own code to load html templates into the minijinja engine in gisst-server. However, since we will want to likely use template inheritance (for things like the header menus and user login), …