Alex Collins
Alex Collins
The code is saving more into the state that is needed. The line needs to be changed to something like ```typescript this.storage.setItem('options', {this.state.pagination}, {}); ```
That is correct.
This is cool. I wonder if it can be even smarter? E.g. auto-detect secrets using a regex?
@sarabala1979 @dpadhiar internal ask.
@HouseoLogy I can't don't have much to add to what you said. It is basically correct. Today's solution is intentionally frugal. Basically we have service accounts that have annotations that...
Thank you @andrewm-aero . I think we probably need to nail down whether or not "resources" are defined as "API URLs" or as "Kubernetes resources", I think this is a...
I think I might make a U-turn on saying we should do URLs: * This cannot support clients using gRPC. * This would mean we'd have to change the artifact...
I've created a PoC. I do not plan to complete this. Would anyone like to volunteer to take this over the finish line?
@jeanlouhallee I’m assuming you’ve done some Golang before? If so, step 1 is to read the CONTRIBUTING.md guide - clone the source code onto your local machine and checkout the...
Hi @jeanlouhallee thank you!