Masafumi Koba
Masafumi Koba
Hello, thanks for the nice gem! I found a bit weird behavior of the `steep check` command, so I've opened this issue. When only the following `Steepfile` is present in...
Hi, I found a typo in the `tsconfig.json` example (it's an invalid JSON 😅 ).
Hi, there. When I read [README](https://github.com/ruby/gem_rbs_collection/blob/8e1f19e0c8768b6bac2815fe65a3310298ba400e/README.md), I spent time to know what the most recommended way to use `gem_rbs_collection` is. For example, the README describes the easiest way is to...
### Description I suggest that Bugsnag would support extra environment variables in addition to `BUGSNAG_API_KEY` when we configure Bugsnag. ### Issue Currently, Bugsnag supports only the `BUGSNAG_API_KEY` environment variable: https://github.com/bugsnag/bugsnag-ruby/blob/c8d9f4e2dae7c593e21b1a7abae63eb1df04752f/lib/bugsnag/configuration.rb#L121...
I think it very useful to provide a feature that users can automatically fix the detected file. For example, given `goodcheck.yml`: ```yaml rules: - id: disallow-foo pattern: foo message: Disallow...
## Example `goodcheck.yml`: ```yaml rules: - id: disallow-standard-error pattern: - token: StandardError glob: lib/**/*.rb message: Disallow `StandardError`. justification: - When there is an unavoidable reason to use `StandardError`. ``` `goodcheck...
Hello. I notice the `npm bin` command will be removed in [email protected] when reading the release note of [[email protected]](https://github.com/npm/cli/releases/tag/v9.0.0-pre.0). This elisp package heavily depends on `npm bin`, so I worry...
Node.js 12 [reached End-of-Life on April 2022](https://github.com/nodejs/Release/#end-of-life-releases), and libraries removing the support have increased, e.g. Jest 29 (see #6308). It seems reasonable that the next major version of Stylelint also...
> Which issue, if any, is this issue related to? Closes #263 ~~Wait for https://github.com/stylelint/stylelint/pull/6391~~ > Is there anything in the PR that needs further explanation? This PR installs the...
### What is the problem you're trying to solve? This sharable config `stylelint-config-standard` has defined a custom message for a few rules, for example of the `selector-class-pattern`: https://github.com/stylelint/stylelint-config-standard/blob/f569bb130200e22f606a961cf420b54185fd0c90/index.js#L136-L141 A custom...