Masaya Suzuki
Masaya Suzuki
I changed function to lambda and simplified lambda.
I refactored according to ECMAScript 6.
I enabled display of stack trace.
If super-linter supports [reviewdog](https://github.com/reviewdog/reviewdog), the indications by linters will be possible to display in the form of review comments etc. in an easy-to-understand manner.
The npm package `request` is under maintenance mode: https://github.com/request/request/issues/3142 Therefore, you need to change `request` to other packages. Alternative libraries to request: https://github.com/request/request/issues/3143
I created [a demonstration program for KyTea](https://github.com/massongit/kytea-demo). This program uses the default model and displays the result of tagging the part-of-speech and pronunciation of each word in Japanese sentence on...
`mimemagic` has been included `freedesktop.org.xml` under the GPL license: https://github.com/mimemagicrb/mimemagic/issues/97 Therefore, a change has been released to install this file ourselves: https://github.com/jellybob/mimemagic/pull/3 However, this means that `mimemagic` indirectly depends on...
rails/rails#34935 Rails 6.1 is added `ActiveStorage::Blob#service_name` column. Therefore, this needs to be addressed in order to support Rails 6.1.
https://travis-ci.org/github/comfy/comfortable-mexican-sofa/builds/764633623 ( https://github.com/comfy/comfortable-mexican-sofa/pull/927 ) The above CI has failed. In order to fix this, it seems necessary to support https://github.com/rails/rails/pull/34935 added in rails 6.1: https://github.com/comfy/comfortable-mexican-sofa/issues/929 However, as a first aid,...
`textlint-rule-no-dead-link` を適用したtextlintをCIで実行することで、READMEのリンク切れを検出・修正できるようにすると良さそうです。