-
Hi,
I saw in "run.rs" and "args/runners.rs" that there is a quiet argument which silences the "Running: ......" console output - which is exactly what I'd like to do.
Now I was wondering if ther…
-
I was on the current, 1.0.16, version of the User Symple Slicer.
**Describe the bug**
Not a bug, more like a communication improvement request.
I imported a .TOML file that was missing the quo…
-
Modern python package can contain a pyproject.toml instead of a requirements.txt or a Pipfle, cf https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
Do you have plan to support tho…
-
Hi,
When i try to run `pip install -e .` I keep getting these error messages (this is a copy-pasted part of a long error message):
```
CMake Error at CMakeLists.txt:17 (find_package):
…
-
We want to nixify `treefmt.toml`, and have it directly use the nix packages, in addition to having `treefmt` in nix shell run with the nixified configuration.
We can use https://github.com/numtide/…
-
Fix Cargo.toml so Volans compiles:
```diff
diff --git a/Cargo.toml b/Cargo.toml
index 7e625e3..4e02477 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,9 @@ rust-htslib = "0.36.0"
pretty_…
ghuls updated
2 years ago
-
I am trying out Druid for the first time today. As per the README I have tried using the below in `Cargo.toml` but I am getting the below error.
```toml
[dependencies]
druid = "0.7.0"
druid-widget…
-
Missing a hekad.toml
```
➜ heka git:(master) ack 00-hekad
heka/server.sls
26:/etc/heka/conf.d/00-hekad.toml:
28: - source: salt://heka/files/00-hekad.toml
42: - file: /etc/he…
epcim updated
7 years ago
-
Current setup of `dragonball` is treating every `dbs-*` crates as a path dependency of `dragonball` while each crate having their own `Cargo.toml` and `README.md`. It would be better to have a workspa…
-
How to use env file instead of toml for sensitive information like credentials?