Ohkubo KOHEI

Results 3 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...