Maxim Ivanov
Maxim Ivanov
I thought it would be nice if the color highlight was on the sass variables instead of the color definition -- this way when you import and use variables you...
ditto i've added some enhancements to the plugin to support highlighting colors and variables as well as handling imports (somewhat?) gracefully its still only in hex/rgb support but i'll probably...
just wanna chime in and say that I have made plugin that also handles imports: https://github.com/shmargum/vim-sass-colors
can you provide some more info or a more specific example here? the plugin might be re-executing when context switching which I have at least partially addressed in the past...
support for CSS variables seems like a good idea, though I am not too familiar with them your specific use case is a little trickier, since it's not obvious that...
I understand; however, the logic to support that would be not only complex but also computationally expensive. For sass the rgb and rgba functions accept hex colors though, so you...
I am seemingly able to work around this for now by adding the following to the API env ``` env: - name: OIDC_CLI_CLIENT_ID value: kargo.example.com # no -cli suffix ```
I simply upgraded the chart + image tag from 1.2.0 to 1.3.0 I noticed my Kargo urls in the configmap got changed to http instead of https, this caused issues,...
small difference in tls settings ``` tls: enabled: true # i think because i'm using cert manager terminatedUpstream: true ingress: enabled: true tls: enabled: false ingressClassName: blah annotations: alb.ingress.kubernetes.io/backend-protocol: HTTPS...
Thanks for looking into this. I should have considered `terminatedUpstream` more closely in 1.2 but I guess I was relying on a bug :). Regarding the audience mismatch, this is...