KEINOS

Results 19 issues of KEINOS

I would like to thank you in advance for providing us such a helpful and cool tool!! I understand that 100% coverage is a myth though, I would like to...

enhancement

# Issue Report # **TL; DR**: The [comment in Vagrantfile](https://github.com/coreos/coreos-vagrant/blob/08572747857bab12c4b9e81632063c4ccc94651d/Vagrantfile#L155) at ["coreos-vagrant" repo](https://github.com/coreos/coreos-vagrant) seems to be old. Since it works on the latest VirtualBox now. ## ~~Bug~~ Document fix ##...

低プライオリティの要望です。 せっかっくのQiitaのMastodonなので、gistのURLを検知したらgistのタグに置き換えてはどうか検討ください。 ・トゥート本文のURL ``` https://gist.github.com/XXXXXX/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` ・Qiitadon UI上の置換結果 ``` ``` ・発動条件の例 - 500文字以上のケースなのでCW内に埋め込まれていた場合のみ発動する - URLがバッククォートで括られている場合のみ発動する * * * * - [x] I searched or browsed the repo’s other issues to...

feature request

This is a simple docker-compose.yml example file to use speedtest-go via `docker compose`.

Thank you for providing us such a great, simple, nice and neat app! It might be against Markdown's syntax rules but I found out that if the link (`[]()`) contains...

bug

## TL;DR Enhancement Feature: Exception list of a regular expression in option settings to omit rules that match. ## TS;DR Thank you for such a great extension! With the current...

- [Working with the Container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) @ docs.github.com

Apart from the distribution to package managers, the project directory structure is cumbersome. It needs to be simplified to be more effective as an example.

> **The current Mergify configuration is invalid** > Invalid condition 'files~=..(?i)(md)$'. Invalid regular expression: global flags not at the start of the expression at position 3 @ pull_request_rules → item...

As shown below, using `matrix`, we can simplify tests on various Go versions even via container. ```yaml jobs: build: runs-on: ubuntu-latest strategy: matrix: go: [ '1.14', '1.13' ] name: Go...