Shohei Ueda
Shohei Ueda
結論 - Janome + neologd が pykakasi より精度が良い - Janome + neologd, pykakasi どちらにおいても悪いケースは検知できていない TODO - [ ] :x: のケースを修正する処理を追加 - [ ] test: :x: のケースをテストケースに追加して、改善されたことを将来に実行した際に検知できるようにする。 - [ ] :heavy_check_mark:...
@tuler also tried to cache with a tarball on https://github.com/actions/cache/issues/33. It seems to be a good solution. https://github.com/actions/cache/pull/37 also was opened.
~~You can give the project scope to your personal access token.~~ (Sorry for my confusing reply)
I agree. Sorry for my confusing reply.
I also want to know what minimal permissions and scope we add to a GitHub App.
- [x] https://github.com/peaceiris/hugo-theme-iris/pull/557
closed by 47350571a95977cdd263845ca23b472113be867f
`hugo --minify` returns the following error. https://github.com/peaceiris/hugo-theme-iris/pull/139/checks?check_run_id=613961654#step:5:6
Please split jobs.
e.g. ```yaml jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Build run: ... - name: Upload artifact uses: actions/upload-pages-artifact@v1 deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url...