Philip Crotwell

Results 33 comments of Philip Crotwell

I believe this is fixed and will be in the next version (7.7.0?), where you will be able to do ``` this.get('moment').utc('01.01.1998','DD.MM.YYYY'); ```

I am running into a similar issue, which I think is that typescript is too limiting. For example, this works because typescript can check the string literal: ``` convert().describe('kg'); ```...

Bash, for example, continues after an error because the next line can potentially use the exit code of the previous and do something appropriate on error. There is also `set...

Possible this could be resolved by PR #1208 Also see issue #1207

@kmvanbrunt I would be happy to see a more robust solution, but currently cmd2 transcripts do not actually capture stdout, they only capture the output of `self.poutput()`. In other words,...

OK, I see the clarification. You said capturing `stderr`, but sounds like you actually meant capturing `self.stderr`. I do not care about stderr being in the transcript, intermingling stdout and...

That purpose for transcripts seems correct to me. But it is unclear to me if a transcript of something that writes to both stdout and stderr would be usable as...

PR #1210 I think addresses part of this, at least my concern about a transcript with a non-existant command returning "ok". Does not take care of capturing stderr when creating...

Just my $0.02, but I would consider making `_discover_services=False` the default in the next release. It can save quite a bit of time at startup for the client, especially given...

No worries, understand you are shouldering a big load and trying to get releases out the door makes sense. I am advocating for mseed3 as a format, but understand it...