person93
person93
Hi, I think this language looks pretty cool and it'll be informative to see chumsky being used as intended by you, the original author. However, I'm having trouble learning the...
It fails with the following output: ``` Updating crates.io index Compiling openssl v0.9.24 error: failed to run custom build command for `openssl v0.9.24` process didn't exit successfully: `/home/mtepfer/src/kay/target/debug/build/openssl-38e9a39fe210587c/build-script-build` (exit code:...
Add a new binary `cargo-all-features` that takes a single parameter `test`, `check`, or `build`. Have the old binaries run the new binary in a separate process and then emit a...
### Current Config (as I understand it) - `skip_feature_sets`: A set of sets. Any feature set from the matrix that is a superset of any members will be dropped. -...
Most places use a feature list but refer to it as a set. (When I was refactoring, I kept the list behaviour and called it `FeatureList`.) However, the deny list...
I use [this tool](https://pre-commit.com/) in many of my projects to manage git hooks that run various lints. The yaml file is roughly my standard for rust projects and the shell...
The output of any given run is quite noisy. I propose only showing the output of failing runs and show a summary report instead. Perhaps showing the currently running set...
I have a QueryBuilder class that I am testing and I tried to use the `compress` method on the actual and expected results before comparing them, but the tests fail...
I tried to call `warrior.bind!` from a method of a class that I defined, but it only worked once. When it got to turn two, I got an error stating...
I used trunk to serve the tour package and had no issues. I just put this html file into the package root and ran `trunk serve`. ```html Trunk of ice...