David Strobach

Results 42 comments of David Strobach

You could have only turn this into a draft.

Hi @bobhy, thanks for opening the issue. > OS environment variables that don't happen to match a key in xonsh.environ.DEFAULT_VARS are not present in __xonsh__.env and $. (Case 4 but...

Ok, I got confused by this: > We can address case 4 by simply ensuring all the OS environment variables are loaded into Xonsh at startup. But that's exactly what...

@scopatz, what's your opinion? I still think accessing undefined variables should raise `NameError` (not `KeyError`) regardless of the execution mode. We are Python after all. I don't like the new...

Hi @Crocmagnon, thanks for reporting. While technically you're right that SSID can be any binary string including non-printable characters as long as it fits 32 octets, practically there are probably...

Hi @Crocmagnon, we have the BSSID capability in our backlog. It is, however, scheduled for 4.5.0 at the moment.

Hi @threepoint2 , thanks for reporting. This seems to be a duplicate of #2315. Could you please go to the "Settings" menu at your printer, do "Save Crash Dump" in...

Yep, you're right, thanks ;)

Hi @prochazkaml, thanks for your input. We are, indeed, already evaluating several ideas about binary encoding and specialized compression/decompression of the g-code text at each level of the processing stack...