-
IIUC, right now, all template rendering functionality takes the context as `**kwargs`. This leads to at least two not-so-desirable outcomes:
- The namespace between arguments to the rendering funct…
-
rust version:
```
username@ubuntu-2204:~/esp/teeny$ rustc -V
rustc 1.82.0-nightly (fd8d6fbe5 2024-08-02)
```
build error:
```
username@ubuntu-2204:~/esp/teeny$ just run esp32
cargo +esp run …
-
### Describe This Problem
It's a bit frustrating when we want to repeat SQL several times. Like insert 100 rows
```SQL
INSERT INTO t (c) VALUES
(1),
(2),
...
(100);
```
or query with all the…
-
## Description
Tried to package minijinja-cli for nixpkgs and faced test failures when executing the test suite there.
## Reproduction steps
1. Use nix to build minijinja-cli. I use this com…
psibi updated
9 months ago
-
It would be great to use custom strftime style format string with `dateformat` and the other time/date functions, or perhaps more cleanly, just make a `strftime` filter.
-
### Bug Description
BB loader in llamahub has critical bugs, I feel it cannot be used in the current form.
Issue-1 : The content_url has an additional "/" in the path. Captured the error in the trac…
-
### Feature request
https://huggingface.co/docs/transformers/main/en/chat_templating
Theres a lot of complexity here. I dont think that it needs to be as complicated as it is. We can just look a…
-
I was looking for a good way to have reusable elements with block overrides (somewhat like a component?) and I couldn't find a good way to do it (though I may have missed something..) It looks like tw…
j0lol updated
7 months ago
-
the idea is to catch the undefined variable names and make them accessible true the State
```rust
Returns a list of the names of the undefined variables.
pub fn undefined_variables(&self) -> Vec…
yacir updated
8 months ago
-
We have recently encountered an issue compiling a commercial product targeted on the Windows OS when we are adding the -lto optimization flag.
Compiling without the -lto flag is successful in Wind…