Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up1,370 contributions in the last year
Contribution activity
November 2020
Created 1 repository
Created a pull request in line/line-bot-sdk-java that received 3 comments
Opened 3 other pull requests in 2 repositories
line/line-bot-sdk-java
2
merged
tokuhirom/Amon
1
merged
Reviewed 2 pull requests in 1 repository
line/line-bot-sdk-java 2 pull requests
Created an issue in FasterXML/jackson-module-kotlin that received 1 comment
serializing result of the isXXX fields are incompatible since 2.10.1
Describe the bug
Serialization result of the following code is incompatible between jackson-module-kotlin 2.10.0 and 2.10.1.
data class FooKt(var i…