James Parrott

Results 117 comments of James Parrott

> instead rely on %windir%\cmd.exe Hello again Jason :). Without knowing the full implications, it strikes me that's not a bad idea. Just to recap: the change I added simply...

Good spot. Looks like there have been issues with this in the past. https://xon.sh/platform-issues.html#macos-osx Does this work?: ``` uv tool install --with gnureadline xonsh ``` If this is not a...

Great work. It looks to me like you understand where and why the extra custom kwargs have been added. Did you also consider trivially subclassing each object in ast that...

Please can you provide the output from xonfig? I couldn't reproduce this on Windows (i.e. for me, the output from printf did not disappear), when xonsh is run in Git...

Nice one Peter! Thanks. After installing xonsh[full] (like I should've done in the first place) I've reproduced it too (on Windows, in Git Bash). ``` ~ @ printf 123 ~...

Really interesting issue Mike. Thanks to you and Andre for the example - really cunning bit of Base 64 there :). Perhaps I'm being naive, but it might save time...

Thanks Mike. I agree this is definitely a real bug, and it potentially affects even more code (not just bytes) than your example - thanks for the report. Unfortunately from...

This would be really good, especially given the frequency PyShp decodes bytes to str and encodes str to bytes. Which type checker should we use?

Sounds great. Kinda like checking your C++ compiles with clang, gcc and msvc. I would just point out this is essentially a mature code base (albeit only a ~2000 line...