Benoît

Results 22 issues of Benoît

Your project is the first found on google, but two other `cargo-clippy` binaries exists, and (as a cargo beginner) I had a hard time to figure out which is which....

**Is your feature request related to a problem? Please describe.** I want to use `bumbag` in a TS project configured with [`"strict": true` or `"strictNullChecks": true`](https://www.typescriptlang.org/tsconfig#strictNullChecks), but `bumbag` types are...

bug

This PR is a fix proposal for #2461. It adds `ExportNamedDeclaration` to dependencies in the same way as `ImportDelcaration` does. I'm not familiar with the logic here, so please review...

## Overview I am facing an issue where the `no-cycle` rule fails to detect cycles when using named exports with a source (ex: `export { bar } from "./bar.js"`). The...

## Overview In our JS project managed with `yarn`, we want to ignore anything located in the `node_modules` folder (our dependencies), so we added `node_modules` in our `.wokeignore` file. Somehow,...

bug

Passing a `value` prop to the `FormTextarea` didn't do anything for two reasons: * the `value` prop wasn't declared, so it was always undefined * the `localValue` prop wasn't passed...

When an `async` resolver is raising an exception, this exception is not logged and its stack in lost and never printed. The only "report" is the error carried by the...

I have a small issue when using this plugin with rollup in watch mode. When doing a rust file modification, it seems rollup is bundles the project in two pass,...

I'm wondering if this plugin could also support the VIM `'comments'` option? My usecase is: I work with HTML files containing script and style tags. `vim-context-commentstring` allows me to use...

# Bug Report I am maintaning a library where I use `const enum` variants to declare the keys of an interface (`interface Foo { [MyConstEnum.Foo]: "bar" }`). The enum and...

Bug
Help Wanted