Kristopher
Kristopher
This week I'm going to have a deeper look at this issue as there is likely a few cases which need to be looked into. I didn't get that error...
I would be keen to including a NATS example (possibly module in the future) what would be required to do so?
@eddumelendez cool, I have been in the slack groups for a while & been learning how to use NATS personally so will be able to showcase a usage. I also...
I wanted to request adding a minio module? I have a version that I use [in a persoanl sdk](https://github.com/adoublef/sdk/tree/feat/tc-minio/testcontainers/minio) where the API is near enough similar to what I'd find...
I'm looking forward to this myself too. I like the idea of using a different class for `OIDC` as likely gives us, the end user for flexibility. OIDC will definitely...
Came across an issue #138 that also adds the ability to load from a file. I think this could be added with this PR potentially.
Have been away from this for a while, wondering if this is still something I can continue or shall close. thanks
Interesting, I will adapt to your main file and try run this inside a container. I imagine the issue with my KV helper is that I was doing the following:...
Small bump, could the error potentially me my hardware? I tried using your example 1:1 but seems I still hit a `context deadline exceed` error. An example log: ``` adoublef...
I looked closer at the repos `main.go` and seen that there was a call to a function called `server.Run` which wraps the `server.Start` function if Windows is detected, allows it...