Raman Gupta
Raman Gupta
Agreed this would be useful for me too -- currently I do this with stern filters outside of k9s.
> You may press `l` on the parent resource (e.g. deployment, services, statefulset) for all related pods. Is that good enough? @yujunz Not in my situation... my use case is...
The reason appears to be that logs are truncated when they are sent to the OS log. Related discussion: https://github.com/touchlab/Kermit/issues/395.
As a Kotlin user who is getting started with Temporal, I would love to see this. Calls like `Workflow.sleep()` block a platform thread, which isn't scalable and is annoying in...
> Are there any go to workarounds for this error for the time being? I can't see that it actually ruins anything, but its always a nice comfort having no...
Did you get this email from them? Greetings Maven Central Publisher, We are reaching out to you because you are registered as a publisher with Maven Central’s [oss.sonatype.org](http://oss.sonatype.org/) or [s01.oss.sonatype.org](http://s01.oss.sonatype.org/)...
> I don't personally use this library / Kotlin any more :( Oh, that's too bad. You seem to have done a pretty amazing job with this lib. Hopefully you...
Some updates to the `nodew` wrapper script (thanks @dougborg): ``` bash #!/usr/bin/env bash # https://github.com/srs/gradle-node-plugin/issues/24 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # This should match the "workDir"...
> The process is exceptionally simple if you just want to build your own. Whether I go and fully add another operating system with official builds would likely require additional...
For now, I'm working around this with a hack. I created a script called `ifgitmodified` with this content: ``` #!/bin/bash if [[ $(git status --porcelain) ]]; then $@ fi ```...