Dharmit Shah
Dharmit Shah
> I think the proposal is fine, but it is a breaking change. If the code still uses an image provided by the user, would it still be a breaking...
> let's say, from v1.3.0 to v1.4.0 and the `sidecar-shim` introduced some breaking changes? > > * Will the sidecar keep using the image from v1.3.0 somehow? > > *...
@luizdepra if I understand correctly, one has to create a `assets/scss` directory in the root of the project for this and then create a `_variables.scss` file under it, right?
OK. I tried the same. Weirdly, it works fine on localhost:1313, but the deploy preview URL generated for https://github.com/dharmit/dharmitshah/pull/22 seems to be ignoring it. What could be the issue? 🤔
You're right about extended binary. I didn't notice that on localhost I had been using extending, while not so in the GitHub action that builds deploy preview URL. Thanks again!...
A simple calculator created using `operator` module. ``` #!/usr/bin/env python3 # Created with help of an answer on stackoverflow. Don't have the exact link. import operator ops = { "+":...
> I will update the PR @humblenginr are you planning to take this PR further? If not, I'd like to pick it up.
Why does this need to be documented? - Two configmaps were getting created in a wrong namespace, @alexandreLamarre's work addressed it - issue reporter is saying there's no need for...
@mallardduck @MKlimuszka should we keep this open or close it since https://github.com/rancher/backup-restore-operator/pull/555 is merged? Maybe we want to keep it around for backport purpose?
FWIW, I see this behaviour with a Deployment, not just a Stateful Set, having the `kubernetes` finalizer as well. What we do about changing `get`'s output is debatable, but we...