-
**Is your feature request related to a problem? Please describe.**
I work in python projects that use poetry for dependency management, and use a `src/` folder for the repository. When importing an a…
-
Hi, thanks for the wonderful work.
I cloned the repo and try to built it. But I have touble to build it right. I faced the below error.
```
$ cargo build --release
error: failed to parse manife…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](https://pytho…
-
I was adding a rust-toolchain.toml file to a project, and ended up in a very confusing state where it was clearly being picked up (e.g. `rustup show` had the `overridden by .../rust-toolchain.toml` te…
-
It would be nice if within a `runt.toml` there was an option to designate an output filename different than the basename of the input file.
As an example
Something like this
```
[[tests]]
name…
-
Hi,
is there a schedule to integrate multiline string/array parsing into cli11?
For example :
```
# Comments are supported, using a #
# The default section is [default], case insensitive
valu…
-
This TOML
```toml
[foo]
field = "bar"
[baz]
field = "quux"
```
is equivalent to this JSON
```json
{
"foo": {
"field": "bar"
},
"baz": {
"field": "quux"
}
}
```
This…
-
# Documentation issue
The feature was merged here: https://github.com/Keats/tera/pull/310
The documentation is here: https://keats.github.io/tera/docs/#throw
## Summary
In the abridge theme …
-
**Describe the bug**
```
% mise trust
mise trusted /home/var/ravi/stow/tmp/node-env-test/.mise.toml
% mise trust --untrust
mise No trusted config files found.
mise Run with --verbose or MISE_VER…
-
Hellö! Thank you for this great product!
It would be awesome, if one could pass secrets like the Gotify Token, Redis password or remote PrivateKey via environment variables, instead of configuring …