Todd Leonhardt
Todd Leonhardt
I believe this bug you are encountering is the same one referenced here: https://github.com/Microsoft/console/issues/162 It looks like a fix is being worked on.
Thanks for making a great tool. I'm seeing this problem where --cov works great, but as soon as I add -n2 to enable xdist, it misses coverage on TravisCI and...
@rouge8 Thanks for your post showing what you did to get this to work! I took a look at what you did and I made similar changes to my tox.ini...
In case it is important for future troubleshooting, I was using iTerm 2 version 3.1.6 with Bash version 4.4.23
I have a very vague recollection of researching how to make a deep copy of a parser and finding that it was possible in Python 3.7+ (or something similar) but...
Yeah, inability to deep-copy an `ArgumentParser` was fixed in Python 3.7. The context is in older issue #522
@kmvanbrunt #1005 appears to have fixed this, at least temporarily. Are we awaiting a more permanent fix? Or should this issue be closed?
@kmvanbrunt Is this fixed now? Or are we waiting on some better fix?
I don't have a clear concept of exactly how this feature would/should work. Without one we can't design it. Does anyone else have a clear concept of how they think...
@Hierosme The concerns of the `cmd2` developers are around how to implement a pure POSIX pipe within `cmd2` and not around how it works in POSIX/UNIX systems. Supporting a pure...