haruna
haruna
## 概要 #51 の最新 [v0.5.7](https://github.com/t-k/gmo-payment-ruby/tree/v0.5.7) への更新とコンフリクト解消を行いました。 ## やってない テスト
https://comic-days.com/series/2550912964574304403/first_episode →301 redirect →https://comic-days.com/episode/2550912964611244527
Any plan for publishing new release to github and rubygems? cc: @f-moya diff: https://github.com/codeclimate-community/simplecov_json_formatter/compare/0.1.4...master
Maybe blocked by: #190 Ref: https://github.com/ruby/ruby.wasm/issues/567 / https://github.com/ruby/TryRuby/pull/191#issue-2807296828 CRuby 3.4 in wasm can be added with: https://www.npmjs.com/package/@ruby/3.4-wasm-wasi
Ref: #189 [@ruby/wasm-wasi](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi) should be updated to 2.7.1 or later.
IIFE module `lib/index.iife.js` included until [0.12.0](https://www.jsdelivr.com/package/npm/@wasmer/wasi?tab=files&version=0.12.0&path=lib) has been vanished since [1.0.0](https://www.jsdelivr.com/package/npm/@wasmer/wasi?tab=files&version=1.0.0&path=dist). IIFE module is required for running [ruby.wasm](https://github.com/ruby/ruby.wasm) with wasmfs in browser easily. Why was the file deleted?
## Description Related: #1461 [Docs](https://textlint.github.io/docs/cli.html#exit-code) says: > 0: No Error > --dryRun: Found lint error but --dryRun is specified But `textlint` returns non-zero exit code even if I specified `--dry-run`....
I noticed clasp doesn't have a command to add [App Script libraries](https://developers.google.com/apps-script/guides/libraries). The only way to add it is to add it from the webapp or edit `appsscript.json` directly, but...
In php official Docker image php executable path is `/usr/local/bin/php`. For compatibility `/usr/bin/php` / `/usr/bin/php -f` should be changed into `/usr/bin/env php` / `/usr/bin/env -S php -f`. I fixed them...
Related: https://github.com/orgs/mikopbx/discussions/778 https://github.com/orgs/mikopbx/discussions/164 I am trying to deploy MikoPBX on a Raspi and it would be very helpful if you could add a Docker image for arm64 to ghcr.io.