decryphe

Results 3 comments of decryphe

I can confirm, there is a regression between versions 10.0.0 and 11.0.0 that breaks linting many TypeScript lints in `*.vue` files. I'm using a vue3/vue-cli with TypeScript. To answer the...

Here's the further learnings from my second contribution: - `cargo test --all-targets --workspace` - Using `cross` to run tests for other systems, e.g. 32-bit systems - `cross test --target i686-unknown-linux-gnu...

I checked out https://github.com/dhovart/cargo-local-registry/pull/172 and can confirm that the changes do resolve all my issues.