Oji Ishimori

Results 8 issues of Oji Ishimori

This pull request adds reference to `dom.iterable` lib in `index.d.ts`, because some methods to iterate over `Headers` are declared in `lib.dom.iterable.d.ts` instead of `lib.dom.d.ts`. https://github.com/microsoft/TypeScript/blob/v4.4.3/lib/lib.dom.d.ts#L8910-L8918 https://github.com/microsoft/TypeScript/blob/v4.4.3/lib/lib.dom.iterable.d.ts#L115-L129 With this change we...

This PR adds a workflow to build a multi-arch docker image on every push and pull request. Also, this workflow pushes image to Docker Hub with appropriate semver tags on...

### Describe the bug I am trying to create presigned URL for PutObject action using `aws-sdk-s3` crate. When I specify the value for `x-amz-checksum-sha256` header using [`checksum_sha256`](https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/operation/put_object/builders/struct.PutObjectFluentBuilder.html#method.checksum_sha256) method, the specified...

bug
p2

Discord APIの制限で、Select Menuには最大で25個の項目しか表示できない。 https://discord.com/developers/docs/interactions/message-components#select-menu-object ### Discussed in https://github.com/ciffelia/koe/discussions/74 Originally posted by **KAZU-Gamer** March 25, 2023 VOICEVOX ENGINEに入っているその他のスタイル等を追加する場合、「voicevox_presets.yaml」に記載する形で問題無いとは思いますが、追加できる数に制限等はあるのでしょうか? もしくは、設定が必要な箇所が他にもあるのでしょうか? 異なるボイス単体で入れた場合には問題なく動作しましたが、記載数(ファイルに記載した数)が25個になった場合には、/voice コマンド実行時にエラーが発生します・

https://github.com/ciffelia/koe/blob/ca657c58538648e2fb29011c52a767482a60489f/crates/koe/src/message/read.rs#L59-L60