Victorien Elvinger

Results 319 comments of Victorien Elvinger

According to crates.io statistics, `embedded-io` is more used than `core-io` and `acid-io`. I could personally choose `embedded-io`. Also, it is maintained by an [official team of Rust](https://github.com/rust-embedded).

@GunseiKPaseri Could you add a changelog entry and resolve the conflicts?

Sorry this was not clear from the description. The rule is intended to report template literals tagged with `String.raw` without any escape sequence. Example of code to report: ```js String.raw`a...

> why this rule exists Raw strings don't handle escape sequence like in regular strings (including untagged template literals) do. For instance the following raw string: ```js String.raw`\n`; ``` is...

The issue has been funded! I will start work in a week.

Thanks for opening the discussion about the rule :) I wonder if we could get rid of the `packagePrivate` option altogether. If there is an index file, then all exports...

Without module resolution, the rule seems impossible to implement. In this case, I have another idea: the rule could focus on `strictDependencies` For example, a user could restrict imports to...

There is something I don't understand: the rule is not enabled by default (it is not recommended). Thus, the rule should only be enabled if the project use React. Why...

Hi @h-a-n-a, If I understand correctly, you create a binding between the imported `jsxFactory` and `jsxFragmentFactory` and all visited `jsxEleemnt` and `jsxFragment` respectively. I understand what you are trying to...