Jared Bates
Jared Bates
We are seeing the same issue, but fixed on Mac/Linux when using the fix from @dgonzalezr. It still doesn't work on Windows though.
This fixed the issue on Windows: ``` import path from 'path'; ... plugins: [ sass({ injectGlobalPaths: [ path .resolve(__dirname, `src/styles/variables.scss`) .replace(/\\/g, '/'), ], }), ], ```
This is an issue for me too, it seems Keycloak just restarts over and over until it eventually works. I'm using Keycloak in Docker with ISPN enabled, with these parameters...
We use MySQL as well (specifically, AWS Aurora MySQL). Also using 19.0.1 right now. Seems like it might be a race condition of some kind but I'm not positive.
Hi all, I figured out the issue with Angular today. It seems that because Angular replaces the body of the document with its own content, it actually removes the recaptcha...
This is great! Excited to try it out. We are starting to use Kustomize internally, so I'm pretty sure we can overlay the manifest file with our kustomizations as it...
Hi @peterwoodworth, has there been any update on this? We are encountering this in our environment when adding tags to the MSK cluster: `Cluster (ClusterXXXXX) Requested update requires the creation...
This is preventing us from using Console in our environment, otherwise it looks super handy. Basically, we use [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/pod-configuration.html) to assign roles to K8s service accounts, and currently the accessKey...
@weeco thanks for the quick response! From what I understand after some quick looking, the library in use already has support for reading from the environment, as outlined at https://github.com/twmb/franz-go/tree/master/examples/sasl/aws_msk_iam....
Agreed, this is something our team is used to and it would save us time if we could automate the prefixing of branch names.