Yonatan Karp-Rudin
Yonatan Karp-Rudin
By the way, happy to pick this fix up if you all agree that this is indeed an issue 😄
After reading a bit deeper about this design pattern in multiple sources (see below), it seems like the design itself is (almost) correctly implemented, but the example is confusing. In...
There's a pr for the fix, but it seems that SonarCloud isn't happy with the try-catch of the `clone` in terms of coverage. From checking online, it's considered anti-pattern to...
Hi @xyllq999 please keep in mind that the README code needs to be updated as well
Couple more thoughts: * I think that we can also remove Lombok with this upgrade, as 99% of the functionality it provides is available in a `Record` class now. *...
Sounds great! To the best of my understanding, they are using GraphSQL for their API, but TBH I did not look deeply into the topic...
@dependabot rebase
@dependabot rebase
@dependabot rebase
@Flaxoos to solve this issue I had to change the following dependencies from the latest release: - ktor (version `2.3.11` to `2.3.2` - coroutines (version `1.8.1` to `1.7.1`) - logback...