Michael Lorant

Results 15 comments of Michael Lorant

We are also seeing the same issue. Have just rolled back to version 3. Be aware that there is an underlying problem with the way Logspout works with Docker to...

You got close for the logs. ``` $ kubectl logs -f kafka-cp-kafka-0 error: a container name must be specified for pod kafka-cp-kafka-0, choose one of: [prometheus-jmx-exporter cp-kafka-broker] ``` Make sure...

I agree that in some ways it should be split, but there was so much in common it was easy to add without too much extra code. Also, Helmfile with...

I'd be happy to contribute an implementation. However there are some challenges. The fuzzy finder used does not expose any way to intercept the keys pressed. We would need workarounds...

Just tried to build an example app that captured right arrow while using the fuzzy finder. However I have an issue with key press captures alternating between the fuzzy finder...

I believe I may have a solution (or a partial solution) to this problem without requiring significant changes to Lipgloss. This issue relates to subtle differences between printable rune width...

Just wanted to add that this issue has not been forgotten and the work has already commenced to replace `go-runewidth` with `uniseg`. It has been a lot more complex as...

This issue has been resolved by updating to the latest release of ttyd. On a Mac you can do: ```shell brew install ttyd --HEAD ``` For those wondering, this was...

@umputun Having this issue open indicates that this hasn't been implemented while it clearly shows the fix has been merged. Should close this as done 😄

@maaslalani Can you review this. Thanks.