Horea Haitonic

Results 10 comments of Horea Haitonic

I never looked closely at prompt-toolkit. My fear is that it might not be flexible enough to cover some of PyCmd's fine-tuned, efficiency-optimized features, and it might be hard to...

The way PyCmd works is completely different from clink; I (for one) don't see how we could inject it automatically in a cmd instance (@Spavid04 might have an opinion here)....

I think PyCmd is more "intrusive" than clink, and alters the behavior of some commands (e.g. cd works a bit differently, and so do quoting and escaping). For this reason,...

This problem has been introduced when PyCmd switched to using delayed expansion (/V:ON) by default. Running PyCmd.exe /V:OFF makes it work, but of course disables some valuable functionality such as...

@zhangxaochen Does escaping the second `|` via caret (`^`) make it work? I.e. `adb shell "getprop|grep -iE 'build.type^|root.support'"`

This has been fixed in release 20240904. Thanks @zhangxaochen for reporting!

@santagada I believe you are a Linux/shell user -- I would really appreciate your feedback on this one.

> In a WSL/Ubuntu shell I cloned the repo into ~/PyCmd and checked out 'mesh'. When I manually run it via python3.11 ~/PyCmd/PyCmd.py then everything works ok. But when I...

The command is: `Compare.exe --delimiter=, --tolerance=0.05 --nometareport --override --inline "testlet_simpleIO[32-bit DLL][modify][remote][dynamic][compute].csv" "testlet_simpleIO_base.csv"` The csv files can be found in the attached zip. [__REQInputOutput.zip](https://github.com/modelica-tools/csv-compare/files/4415340/__REQInputOutput.zip)

This clears it up, thank you @uschna ! Do you think it would be possible to get an "absolute tolerance" option as well? This sounds like a useful concept in...