Rahix
Rahix
So while trying to reproduce your behavior (so far I wasn't able to), I did find another inconsistency in this patch. I've fixed it now, maybe retry with the latest...
Huh, okay... This is certainly not the intended behavior. Can you open an issue about the broken `ub.env()` please? And while you're at it, please rerun the testcase with an...
Going to merge this now under the assumption that it is working well enough. If regressions are caused by this, please speak up!
Hi, yeah I have seen this exact problem in the past but never managed to build a proper solution for it... So what's happening is that the `=> ` inside...
Hi, this is the age-old console log clutter issue. The solution is to set your `login_prompt` to something that allows for additional characters. Then, you also set a `login_delay` which...
@MihaiGruieti1, sorry for the delayed response. Your points are absolutely valid - however there is not really anything we can do about that. tbot expects a clean console which isn't...
Hi, this is a known open topic. There is #205 with a concept implementation that could suit such situations. Would the API from #205 work for you?
Going to keep this issue open until #205 is resolved.
Hi, you've run into a problem that isn't quite obvious: The ATmega32U4-based (e.g. Leonardo, Promicro) boards work differently from the ATmega328P-based ones (e.g. Uno, Mega). The ATmega32U4 handles USB directly...
@Patryk27, some CI jobs are failing with ``` out of range branch target (expected an integer in the range -4096 to 4095) ``` is this still one of the known...