Tasuku Nakagawa
Tasuku Nakagawa
Hello, I encountered `ClassCastException` when I tried to mock a static method whose params are both primitive and object types and call `thenCallRealMethod`. I tried some Java versions and finally...
# Background We're using Spock for testing of our product. The other day, we found some tests using large size images in `where` clause were stacked and didn't finish at...
日本語に違和感を感じたので修正しました。
Is there a discrepancy between the contents of `bcb_reduced/14/selected/1280123.java` and `FUNCTIONS` table in `bcb.h2.db`? For example, record `name: 1280123.java, type: selected, startline: 280, endline: 290` seems to point to a...
there is no shorthand of `NonEmtpyList` APIs while there is `Nel`, shorthand of `NonEmptyList` itself. in this PR, i added three APIs: - `nelOf`: shorthand of `nonEmptyListOf` - `toNelOrNull`: shorthand...
Spring Boot 4 brought new style module dependencies, and they look not compatible the current graphql-kotlin-spring-server libs