dogruis
dogruis
I think an easier way to reproduce it is to simply do this in a few lines. ``` var container = new KafkaContainer(DockerImageName .parse("confluentinc/cp-kafka:7.6.1")) .withKraft(); container.start(); container.stop(); container.start(); ``` This...
@tomspilman > So on this one: > > > Replace ATI.TextureCompression, PVRTexLib and NVTT by more suitable texture compressors (candidates are compressanator on Windows/Linux, and TextureConverter on macOS) > What...
https://community.monogame.net/t/monogame-content-builder-on-mac-m1/20411 https://community.monogame.net/t/tutorial-for-setting-up-monogame-on-m1-m2-apple-silicon/19669 This got me started but it's a workaround for the moment. You have to install two versions of .NET6 because the mgcb uses old dlls. Note when you...
I thought this would be related to the way the interactive shell session is working. It is running a thread and seeing the random nature of the bug this could...
> Right, I think I've seen something similar in `ShellTestIntegrationTests` which have been difficult to track down as something only randomly fail on CI. I'll play with your snippet if...
I fixed the issue by stopping maven from running with the `-T2C` argument and I added the `@Isolated` tag to each class running these spring-shell integration tests. It is now...
Just for the update the owner of the lib is refusing to update his library to fix CVEs as stated in his [readme](https://github.com/tianon/gosu/blob/4233b796eeb3ba76c8597a46d89eab1f116188e2/SECURITY.md). I understand there is false positives but...
I am not part of the redis team and I requested something to be done. Tbh I would not use gosu as there is command line alternatives.
Great but when is this release coming! it's been many many months and still no new tag? You already had a fix months ago what we are asking is a...
Not really, it's a release candidate and not a release. So I would wait for a new release instead. Thanks a lot!!!!!