Masafumi Koba
Masafumi Koba
Fix #263 This pull request emulates the esbuild's behavior for `legalComments: 'linked'` since esbuild fails when passing the option as-is. When passing `'linked'`, the option is internally converted to `'eof'`,...
### Feature request Hi authors, thank you for creating this excellent tool! I can receive significant performance benefits for building speed. 😄 I wish wonderful if `esbuild-loader` could support `legalComments:...
Hi there, I've created this PR to make npm commands such as [`npm repo`](https://docs.npmjs.com/cli/v7/commands/npm-repo) more useful. For example, all packages in the Babel repository have that field (babel/babel#11625). This change...
### What steps are needed to reproduce the bug? Because the [`postcss-resolve-nested-selector`](https://github.com/davidtheclark/postcss-resolve-nested-selector) package returns just a list of strings and loses a raw source position, there are some cases that...
> Which issue, if any, is this issue related to? Ref: - #6101 - davidtheclark/cosmiconfig#274 > Is there anything in the PR that needs further explanation? This PR is a...
### What is the problem you're trying to solve? We have the following two options to ignore files from linting: ### `ignoreFiles` (.stylelintrc) https://github.com/stylelint/stylelint/blob/dbbfe21e1c945c9d54b16ddd5c1570b4ae3f935e/docs/user-guide/configure.md#L368-L380 ### `--ignore-pattern` (CLI) https://github.com/stylelint/stylelint/blob/dbbfe21e1c945c9d54b16ddd5c1570b4ae3f935e/docs/user-guide/usage/cli.md#L63-L65 These options...
Hi! I think more useful if there would be a simple usage of this plugin in README. The reasons: - Users can see `node_modules/eslint-plugin-eslint-comments/README.md` on their local machines even if...
Hi, I open this issue and suggest to make the default's exception retry behavior more useful. The current exceptions, which are handled by Faraday retrying, are `Octokit::ServerError`. See below: https://github.com/octokit/octokit.rb/blob/8a88e97aaaa2d5a165d566a76499ae30a9eb0bfa/lib/octokit/default.rb#L28...
Hi there, I found the difference between README and the actual code, about the default `per_page` value. REAMDE: `30` > Default results from the GitHub API are 30, if you...
**Your environment** * `ruby -v`: `ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [arm64-darwin20]` * `rdbg -v`: `rdbg 1.3.1` (f5ff7f7) * OS: macOS 11.6 20G165 **Describe the bug** When running Capybara and RSpec...