Nathaniel Houk

Results 11 comments of Nathaniel Houk

I am not sure why I would set LP_MARK_KUBECONTEXT= to any other ASCII character, but when I try setting it to "o" for example, then nothing works, presumably because the...

Apologies, I confused LP_MARK_KUBECONTEXT with LP_ENABLE_KUBECONTEXT. I will try out the suggestion and report back.

You were correct. When setting LP_MARK_KUBECONTEXT="X" everything works correctly. It seems like the ⎈ is causing the problem. ![liquidprompt-2](https://user-images.githubusercontent.com/805439/164643385-2b73f6d8-3043-48bf-8411-ef2c4ed067f2.png)

This is using the terminal emulator Terminator v2.1.1 ``` θ70° [natehouk:~] [⎈lke57809-ctx] $ printf '%q\n' "$PS1" $'\316\270\\[\E[31m\\]70\302\260\\[\E(B\E[m\\] [natehouk\\[\E(B\E[m\\]\\[\E[32m\\]:\\[\E(B\E[m\\]\\[\E(B\E[m\E[1m\\]~\\[\E(B\E[m\\]] [\342\216\210\\[\E[36m\\]lke57809-ctx\\[\E(B\E[m\\]] \\[\E[1m\\]$\\[\E(B\E[m\\] ' ``` ``` θ70° [natehouk:~] [⎈lke57809-ctx] $ echo $COLUMNS 80...

@shibumi @muvaf @reesericci You can solve the 400 status issue by enabling proxy-protocol on your load balancer by annotating your nginx-ingress and enabling use-proxy-protocl in the controller.

You *must* call fsm.run_machine() at least once from setup() for fsm.trgger() to work due to the predicate in the trigger function preventing it from triggering if not initialized. ``` void...

Thanks for following up @cloudcogsio, I ran into the same issue with the Bitnami Mastodon helm chart.

The issue is that Teensy is using C++11 and has different variable types defined. I made a pull request that fixes all issues for Teensy 4.1

Here is the PR with the changes required for Teensy 4.1: https://github.com/razrotenberg/Midier/pull/14