Gerard de Leeuw
Gerard de Leeuw
I just rebased and can confirm that the highlighting issues described in https://youtrack.jetbrains.com/issue/KTIJ-19614 are resolved in IDEA 2022.3 (EAP)
> AFAIU, module declarations must also declare all the services with `uses` and `provides` declarations or the corresponding functionality (like the main dispatcher) will not work. For this purse, it...
There is CockroachDB, which is the open-source equivalent of Google Spanner. It currently doesn't require an atomic clock, but it could definitely benefit from one. This blog explains it pretty...
@qwwdfsad I think this is ready enough for review, I'm not working on it anymore and just rebased it on the latest develop. The only thing that still bothers me...
Any chance to get https://github.com/swagger-api/swagger-ui/pull/4934 reverted? This header breaks the integration with Dex IDP which I'm currently using 😒. While the above piece of JavaScript works just fine, it's a...
I tried to fix it yesterday, but it proves to be a challenge since I don't have a k8s client available in `reverseproxy.go`. The ingress object itself is passed along...
@seanf I know you question has been a while ago, but throwing it down here for anyone stumbling upon this via Google (or via other means). I prototype a simple...
Published it as a plugin to JitPack as well: https://jitpack.io/#lion7/nullability-xjc-plugin Sources: https://github.com/lion7/nullability-xjc-plugin
I know this is a very old issue, bit this is fixed with https://github.com/AxonFramework/extension-kotlin/pull/338 :)
Just found https://github.com/rust-lang/cargo/issues/5478 , I already tried using the following URLs with no succes: - `https://github.com/Smithay/client-toolkit.git` - `https://github.com:443/Smithay/client-toolkit` The following seems to work: `https://github.com//Smithay/client-toolkit` I also had to replace a...