Ohkubo KOHEI

Results 10 issues of Ohkubo KOHEI

based on v1 doc https://www.rubydoc.info/gems/rubocop-rspec/1.15.0/RuboCop/Cop/RSpec/EmptyExampleGroup and upgrade doc. https://github.com/rubocop/rubocop-rspec/blob/cd6a30efa9094e389cf9e4dd473b7631fe18bab1/docs/modules/ROOT/pages/upgrade_to_version_2.adoc#adjust-the-configuration-of-rspecemptyexamplegroup ______________________________________________________________________ Before submitting the PR make sure the following are checked: - [x] Feature branch is up-to-date with `master` (if not...

https://www.rfc-editor.org/rfc/rfc6901 > Because the characters '\~' (%x7E) and '/' (%x2F) have special meanings in JSON Pointer, '\~' needs to be encoded as '~0' and '/' needs to be encoded as...

--grid-column-width -> --grid-col-width

This line overrides context.controller. https://github.com/rails/rails/blob/23956c7f94dffbddf257c0abb93231eb2be69d5e/actionpack/lib/action_controller/metal/instrumentation.rb#L60 `Rails.error.report` is executed here https://github.com/rails/rails/blob/23956c7f94dffbddf257c0abb93231eb2be69d5e/actionpack/lib/action_dispatch/middleware/executor.rb#L28 On development, it runs before rendering `RestfulController#show` but on production, the order switches. https://github.com/rails/rails/issues/51002

I always use Deno with `--allow-read=.`; however, since workspace exploration traverses parent directories, it ends up requiring unrestricted read access. Would it be possible to have a option to stop...

I was confused by the permissions option in Deno.test, so I’d like to suggest a correction. In the early example, `permissions: { read: true },` is included, but the test...

Since ruby 3.4.0, backtrace string format has changed to use single quote instead of backtick. https://github.com/ruby/ruby/commit/25d74b9527cd525042ad0b612b794fa331d3a318 https://bugs.ruby-lang.org/issues/16495

https://github.com/fractaledmind/solid_errors/blob/b75251b35c28e53f4339cc01f2ed519367c7a6f0/lib/solid_errors/engine.rb#L15-L17 This line works on every RAILS_ENV. I wrote ugly workaround on my `config/environments/test.rb` ```ruby config.after_initialize do Rails.error.unsubscribe(SolidErrors::Subscriber) end ``` Which solution would be better? 1. Hard cord: `Rails.error.subscribe(SolidErrors::Subscriber.new) unless...

- [x] cargo & gem build - [ ] cargo build on windows fails - [x] `Connection` object from rust to ruby. - [ ] gem name "limbo" [has been...

Stale

backtrace format has been changed since 3.4.0 https://github.com/ruby/ruby/commit/25d74b9527cd525042ad0b612b794fa331d3a318