Results 61 comments of strowk

Just want to add one note here - I see it would go better if either there would be note in installation doc and in description here https://snapcraft.io/tfswitch , that...

I'd like to have even more than that - possibility to work in several namespaces in one test. I see it as being able to specify namespace like that: ```...

@lordofthejars Yeah, in the implementation I've provided those additional namespaces are considered already existing and filled with all required resources. We may divide the namespaces to **primary** and **secondary**. While...

I've tried this version `1.15.3` and the one before it - bug is present in them and in master, I'll try to provide a test and fix maybe this week.

Could you please update on this? Was 2.0 finished? Branch is not there anymore...

upd: I have removed state file and relogged, that helped to make it work. No idea why refreshing did not work though

Note: I also tried `response.redirect`, it does set "location" header, but does not set status code

Theoretically, docker image can do `apt-get update && apt-get install git && git clone https://github.com/protocolbuffers/protobuf wellKnown` and have in entrypoint something to automatically append wellKnown folder to proto_path (better also...

Strangely I have currently somewhat similar problem, but maybe not exactly. Completion for subcommands work, for example k conf -> k config and k config use -> k config use-context...

Having same issue now. Approach with quote does not work, because payload becomes string and this is obviously not what we expect (js object). Please look at this urgently, without...