Ken’ichiro Oyama

Results 13 issues of Ken’ichiro Oyama

like Terraform ```hcl terraform { required_version = "~> 0.11" } ```

enhancement

@holiday-jp/maintainers 現在syukujitsu.csvにより、昭和30年(1955年)から来年までの祝日情報が提供されています。 このデータを利用してholidays.yml 及び holidays_detailed.yml の自動生成をしようと考えています。 また上記はGitHub Actionsによる定期実行を実施し、差分があるときにバージョンをあげる形にしたいと思います。 上記に伴い運用が変わる点は以下です。 - 本リポジトリでの `major.minor.patch` のバージョン採番の廃止 - 日付ベースでのバージョン付与にしようと考えています。 2021年1月より上記運用にできるようにしたいと思います。 何かご意見がありましたらお知らせください。

enhancement

Hi @goccy. I always use your packages conveniently. Thank you !! When trying to unmarshal YAML by preparing the following struct, it always succeeds if it is done once. ```go...

Hello everyone. Thank you for the great cache package. ## Feature request In some cases, we want to delete the oldest cache first, when an external limit is reached, which...

ex. `((sd-pam))` on Ubuntu xenial ``` $ cat /proc/1821/stat 1821 ((sd-pam)) S 1819 1819 1819 0 -1 ... ```

http://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html

enhancement

Before submitting your PR, please confirm the following. - [x] Describe the purpose for which you created this PR. - [x] Create test code that corresponds to the modification Hi...