Eric Duminil
Eric Duminil
The Perl app looks good! In Python, [Rich library](https://github.com/Textualize/rich) (https://raw.githubusercontent.com/textualize/rich/master/imgs/features.png ) might help.
FWIW, I was using a wildcard ([+ or #](https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/#heading-what-are-mqtt-wildcards-and-how-to-use-them-with-topic-subscriptions)) as a topic, to check if any sensor was sending data. MQTT Monitor was connecting, and receiving messages. It still failed...
I couldn't find a way to specify a custom text inside the circles, at least not without modifying the library. It's not too hard to replace the tuning text with...
Thanks for the feedback!
Thanks for the feedback. Yes, muting strings already work (e.g. `first_position = [None, [5, 7], [5, 7], [5, 7], [5, 8], [5, 8]]`), but the naming could probably be improved....
Yes, `yield();` seems to also fix the problem.
The project apparently compiles just fine with Java 11+, after manually editing pom.xml. (Which, as far as I know, cannot be done easily in Mason). ``` diff --git a/pom.xml b/pom.xml...
If anyone is interested, here's a proof of concept which seems to work on my system. It uses `nordvpn status` instead of binary protocol with the nordvpn socket: ```zsh #...
@kmanwar89 Thanks. The dev wrote a small commit to deactivate the plugin, so maybe he could also review a short, related PR. https://github.com/romkatv/powerlevel10k/blob/master/internal/p10k.zsh#L4886 seems to mention that the plugin only...
@romkatv : https://github.com/romkatv/powerlevel10k/issues/2860#issuecomment-2869661374 has been working fine for ~6 months. Should I write a PR?