Gentle
Gentle
**Checklist** - [x] Updated CHANGELOG.md describing pertinent changes. - [x] Updated README.md with pertinent info (may not always apply). - [x] Squash down commits to one or two logical commits...
Trunk.toml allows to provide paths that should be ignored by trunk watch and trunk serve, but the way this is currently implemented requires the paths to actually exist so you...
Scenario: in a workspace setup, the library extracts the wasi-deps to every crate that links against libpython, this code tries to instead find the actually used cargo target directory The...
functionally this code does what I expect it to (asserts go through) but there is a type error in the signature of `Converter.structure`, it accepts cl: type[T] and UnionType does...