Northburns

Results 6 comments of Northburns

> If you `kubectl exec` into the resulting pod manually what do you get as a result of doing `env | sort`? Sorry, I wasn't too clear on that. When...

> So I am a bit confused about where specifically you see this bug. Is it in the Lens Pod details drawer itself (the one that opens from the right...

True, that'd require a bit of wonky acrobatics with just CSS.. If I come across something (maybe when CSS4 is a thing), I try to remember to return to this...

Super-tiny update: I refactored my global `env`s to be global `var`s, and what I really needed as an env var I setup as a task local `env`. This works as...

Also, jitpack build for commit c5eed85eab fails: [build.log](https://jitpack.io/com/github/leprosus/kotlin-hashids/c5eed85eab/build.log) Edit: Also, 068f8690a9 which is the latest commit in master at the time of this writing: [build.log](https://jitpack.io/com/github/leprosus/kotlin-hashids/068f8690a9/build.log)

Thank you, that is totally suitable for my cases 👍