Jules Ivanic
Jules Ivanic
UUID type is extremely common in REST APIs. Most, if not all, resources fetched from a REST API contain an ID and most of the time, this ID is a...
We have errors like this in the CI of the PR updating zio-schema (probably a bin-compat issue with the version used in zio-http v3.0.1) ```scala Exception in thread "zio-fiber-4971" java.lang.NoClassDefFoundError:...
I have this code: ```scala final case class Example[State
Hey 🙂 We have updated DuckDB from `v1.2.0` to `v1.2.1`, and, by doing some tests, we have confirmed that there's a regression in `v1.2.1` In `v1.2.0`, DuckDB could connect to...
When I update my packages with brew, the update fails with: ```bash ==> Upgrading coursier/formulas/coursier 2.1.22 -> 2.1.23 Picked up _JAVA_OPTIONS: -Duser.home=/Users/jules/Library/Caches/Homebrew/java_cache Error while downloading https://repo1.maven.org/maven2/org/typelevel/cats-free_2.13/2.12.0/cats-free_2.13-2.12.0.jar: Remote host terminated the...
Hey :) I wanted to run all my tests through Intellij but when I save my "Run" configuration, it generated this error 🤔
### Is your enhancement related to a problem? Please describe The current `KubernetesClient` API exposes methods which are returning `T`, meaning that at one moment the underlying implementation (which is...