Masaya Suzuki

Results 56 comments of Masaya Suzuki

https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md#before-implementation >When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one)....

@xt0rted Thank you for creating this PR! Will this take a long time to release?

`datascience-notebook` also needs to update R.

The issue of CI `Tests / tfsec (windows-latest)` failing will not be resolved unless https://github.com/actions/runner-images/issues/10009 is resolved. Therefore, I ignore it for now.

I applied reviewdog v0.17.5 include https://github.com/reviewdog/reviewdog/pull/1722 and released reviewdog/action-actionlint. Therefore, I think this problem has been resolved.

こちら設定するのであれば、以下のような `.npmrc` も追加すると、適合しないバージョンでの `npm install` 時にWarningではなくエラーが出るようになって、より良いかと思います。 ```.npmrc engine-strict=true ```

テストが正として修正のPRを出しました: https://github.com/io-monad/textlint-rule-general-novel-style-ja/pull/47

https://github.com/catchpoint/workflow-telemetry-action/blob/f974e0c5942f8f37973c4cc395704165fbe629ba/src/processTracer.ts#L78-L95 I think the above code causes this error if we run this action with a ARM64 self hosted runner, since the binaries in https://github.com/catchpoint/workflow-telemetry-action/tree/master/dist/proc-tracer are for AMD64.

@serkan-ozal @rwxdash https://github.com/catchpoint/workflow-telemetry-action/blob/f974e0c5942f8f37973c4cc395704165fbe629ba/src/processTracer.ts#L78-L95 Is it possible to build the binaries in https://github.com/catchpoint/workflow-telemetry-action/tree/master/dist/proc-tracer on ARM64 as well as AMD64 and switch them running above depending on the runner's architecture?