Yuta Kasai
Yuta Kasai
Not a very big deal at all, but note this is a slight miss. I think the range of i is `a.length-1` in exercise2.4.
like https://github.com/line/line-bot-sdk-php/blob/c6a17ce18c11d4cb16bd6dbb6ed0030cd983576a/.github/workflows/release.yml#L1 If we do this, we don't have to keep `gh-pages` branch. (However, we don't have to use github actions for now....)
Some features(https://github.com/line/line-bot-sdk-ruby/issues/283, https://github.com/line/line-bot-sdk-ruby/issues/282, https://github.com/line/line-bot-sdk-ruby/issues/255, https://github.com/line/line-bot-sdk-ruby/issues/252, https://github.com/line/line-bot-sdk-ruby/issues/251, https://github.com/line/line-bot-sdk-ruby/issues/244, https://github.com/line/line-bot-sdk-ruby/issues/232, https://github.com/line/line-bot-sdk-ruby/issues/191) have not been implemented yet in the line-bot-sdk-ruby. The repository https://github.com/line/line-openapi publishes API schemas, which we could utilize by using the...
almost all line-bot-sdk projects publish changes automatically when we create release in GitHub. Let's try to publish changes to rubygems automatically. - https://github.com/line/line-bot-sdk-python - https://github.com/line/line-bot-sdk-php - https://github.com/line/line-bot-sdk-java - https://github.com/line/line-bot-sdk-nodejs -...
https://developers.line.biz/en/news/2023/08/31/stateless-channel-access-token/
We should run openapi-generator at first, and run test after it in CI(for push and pull-request). If not, it's not easy to find why CI fails in the future.
Starting May 13, 2024, this project will enter maintenance mode, focusing only on critical fixes. The repository will be archived on December 1, 2024, and will no longer accept contributions.
This is almost same as https://github.com/line/line-bot-sdk-go/pull/585. we don't have to maintain actual go version in github actions workflow.
As stated in the README and unit test, to skip verification for requireBranch, we have to pass an empty string. - [README](https://github.com/researchgate/gradle-release/blob/9280d4ad1220d72384326e551a057f8afe1dbddb/README.md?plain=1#L160-L164) - [test](https://github.com/researchgate/gradle-release/blob/9280d4ad1220d72384326e551a057f8afe1dbddb/src/test/groovy/net/researchgate/release/GitReleasePluginTests.groovy#L136-L149) When null is provided, the default...
The comment is written in the wrong place. Upon closer inspection, the comment is placed incorrectly. Additionally, the external URL seems to be written in an odd location. It can...