Ohkubo KOHEI

Results 16 comments of Ohkubo KOHEI

Try ` { value: nil }.ergo { |o| o[:value] = o[:value].bar }` and check the same result.

it looks fixed on this commit https://github.com/NoamB/sorcery/commit/1b1e7d9f1550fcd91ab8b1d8ff15b5387ab77c53#lib/sorcery/controller.rb

Adding config before deploy worked for me ```yaml deploy: needs: build permissions: pages: write id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Configure Pages...

https://github.com/rubocop/rubocop-rspec/blob/v2.22.0/lib/rubocop/cop/rspec/multiple_expectations.rb#L51-L62 https://github.com/search?q=repo%3Arubocop%2Frubocop-rspec%20%40example%20configuration&type=code

I found that reference parser inherits owner's schema. https://github.com/ota42y/openapi_parser/blob/1e036a7b37235fce3315e2b400d5cebe4e41c1f5/lib/openapi_parser/concerns/parser.rb#L41 On this situation, schema-object.yaml should have `paths` `components` on top level. other props will be ignored.

Is this solved in SolidQueue? https://github.com/rails/solid_queue/pull/373#issuecomment-2480532426

`new Response(input).body!;` is hacky a bit. `const stream = new Blob([input]).stream();` is more straight forward.

I use [secure_headers](https://github.com/github/secure_headers) gem for workaround, but hope this PR will be merged.

Should I fix `--grid-col-width -> --grid-column-width` ?

passed on my repo https://github.com/kuboon/solid_errors/actions/runs/13322147541