ynqa
ynqa
@newgoliath Thanks for your issue! I just forgot `--all-namespaces` and I'll add the flag later :)
@rjpcasalino I'm not very familiar with xterm, so please enlighten me. - Does `-cm` option refer to what's commonly known as the no-color option? - Did you use `-cm` option...
@rjpcasalino Honestly, the flickering phenomenon could be occurring at `xterm` or `crossterm` layer, and I'm not sure if it can be fixed. On the other hands, if the issue is...
@hu0p Thanks for your suggestions 📝 I'm currently investigating the cause, but I've discovered that pressing Option+Arrow is evaluated as Esc by crossterm (my environment is MacOS using Iterm2). On...
> the combination of Option+{b, f} @hu0p I implemented these shortcut at https://github.com/ynqa/jnv/pull/33. Please check it (not released yet) 👍
@hu0p Thank you for pointing out the installation notes. I plan to address this in a separate PR. > Alt + D Please try this with Option + D (without...
@hu0p Please check if the option is set to Esc+: > Q: How do I make the option/alt key act like Meta or send escape codes? > A: Go to...
> Is your plan to update the docs to suggest the native approach or make the Dockerfile platform-independent? @hu0p This is about the topic of devcontainers, right? Initially, it was...
> we can only offer keyboard shortcuts, not force TTYs to use them, right? @hu0p Yes, to my understanding, we cannot enforce it. Also, since the configuration depends on the...
Once I thought to use https://github.com/spulec/freezegun for mocking or something, but it is also enough now. Thanks.