Jurrie Overgoor
Jurrie Overgoor
FYI: In https://github.com/keeweb/keeweb/issues/2072#issuecomment-1545331928 I posted another solution which worked for me, and seems to work for other people as well.
Hi @manusa, thanks for your reply. > Didn't give a thorough look, but it seems that with this PR we could finally mix in invalid Helm/Go template syntax withing the...
> > As for the other two parts: I'm not sure if they stand on their own. In my opinion that should be a single PR. If you disagree, could...
> I agree on the regex part. Also, in my opinion regex's are less maintainable than regular code. I'll see what I can do to convert this to use regular...
> Why have you deleted these tests? Were they breaking due to this refactor? Yes, due to the new check in [HelmServiceUtil](https://github.com/eclipse/jkube/pull/2772/files#diff-69310bc659bfce2dd55933e303523a9b0e9d168b4df60b7d4f7b1e88a663635fR244). This check results in no exception being thrown....
I would like to add that I use my password instead of a token when logging in from the commandline with `oc`. This saves me a round-trip to the web-based...
For now, these functions are not implemented. You can figure them out yourself. Easiest way (though not all that easy) is to sniff the traffic of the TGTG app running...
Yes it is. It's not all that hard actually: 1. Install [Android Studio](https://developer.android.com/studio/). 2. Create an Android Virtual Device (make sure to select an image with Google Play, otherwise the...
FYI: In https://github.com/keeweb/keeweb/issues/2072#issuecomment-1545331928 I posted another solution which worked for me, and seems to work for other people as well.
I encountered something similar. Turned out that Keeweb wanted to use `/dev/video0`. The owner of this special file is `root` and the group is `video`. My normal user was not...