-
Inspired by concerns voiced in [this comment](https://github.com/rust-lang/rust/issues/84419#issuecomment-826415318) that askama has a bad edit cycle because it involves recompilation each time. Ideal…
est31 updated
5 months ago
-
It's often helpful if there is a repo template with all right set up for new comers. We can use a tool such as cargo-generate ([see this example project](https://github.com/tui-rs-revival/rust-tui-tem…
-
For each row in a CSV, fill out a specified minijinja template with corresponding columns, and send the output to a file, whose filename can also be dynamically generated using CSV data.
Extend th…
-
I'm using `lstrip_blocks` and `set_trim_blocks` to help with white space, but it's still bugs me and I end up with a lot of manual removal by adding `-`
I'd like to request a feature to treat every…
-
When packaging this for alpinelinux, I noticed that the `test_random` test failed for our `armhf`, `armv7` and `x86` targets
```
test test_random ... FAILED
failures:
---- test_random stdout…
-
### Problem
I have now spent some time developing a voici dashboard and my process looks like:
1) build the notebook for jupyterlite
2) open jupyterlite in a new private window to avoid any…
-
Currently, if you use GitHub Codespaces or Visual Studio Code Dev Containers you need to manually define a `.devcontainer` directory to create an environment with all the necessary Rust build tools si…
-
Hi @jpx40,
I wasn't expecting a fork! Although I should warn you about this code base.
This code was written a long time ago (it should have honestly been archived) and from memory, is not writt…
-
Hi 👋🏼
Thanks for keeping up with this project, it's much more useful that what I was doing with envsubst.
I have one problem though, there doesn't seem to be any support for enabling [trim_blo…
-
To avoid making this a backwards incompatible change, only strings and backticks preceeded by an `f` will allow interpolation:
```
bar := "world"
foo := f"Hello, {{bar}}!"
baz := f`echo "Hello,…
casey updated
4 months ago