decryphe

Results 8 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.

I would second some form of new maintenance, as this project is for all intents and purposes currently unmaintained. We also use asn1tools quite extensively at work, so I could...

I wonder if this could be combined with the efforts done over at https://github.com/librasn who have been very active. Off the top of my head, I could see benefits in...

I'd like to discuss whether or not I should implement another loop before generating lint output that determines the actual location where a snippet should be placed. Considering the kind-of-weird...

> I was going to open a new issue, but wanted to confirm once whether or not this is a bug: This lint stops doing anything if I set: `source-item-ordering...

@utkarshgupta137 I updated the PR mentioned, but re-reading your question, it's a different topic. Your use-case would need yet another configuration option - I'll do some thinking of how to...