Takuya Fukuju

Results 8 issues of Takuya Fukuju

Hi, thank you for maintaining such a great tool. Currently, Dotbot shows the command if its `quiet` option is set to `true` but no description. Is it intended behavior? For...

bug

Hi, In Volta v1.0.8, the `list` command outputs just ` (default)` for packages that do not have binaries as follows: ```shell % volta install node@latest vue success: installed and set...

The following pattern is considered a problem, although there are no actual math operators: ```css .foo { background-image: url('data:image/svg+xml,.bar{}'); } ``` CLI result: ``` 2:144 โœ– Expected single space before...

Bug ๐Ÿ›
Help wanted ๐Ÿ™‹

According to the documentation, the `ignoreInside` option of the `no-duplicate-dollar-variables` rule should accept an array but currently accepts a string. Documentation: https://github.com/kristerkari/stylelint-scss/tree/2aeaac74a95fcf725343501e3ea8eaaacb2b9f2b/src/rules/no-duplicate-dollar-variables#ignoreinside-at-rule-nested-at-rule Implementation: https://github.com/kristerkari/stylelint-scss/blob/2aeaac74a95fcf725343501e3ea8eaaacb2b9f2b/src/rules/no-duplicate-dollar-variables/index.js

Documentation โœ๏ธ

This plugin breaks source maps when used with the `base` option of `gulp.src()`, and Chrome DevTools, for example, shows an error in the Sources panel like this: ``` Could not...

bug
help wanted

Parcel CSS has been renamed Lightning CSS since v1.14.0. See: https://github.com/parcel-bundler/lightningcss/releases/tag/v1.14.0 And I added the missing entry in the "Which engines are covered?" section.

Hi, Thank you so much for adding support for Astro in #45, and I'm sorry for the silence. I just tried the latest Sheriff on my Astro projects and noticed...

enhancement