David Bieber

Results 204 comments of David Bieber

Good idea! Thanks for submitting 👍

Thanks for the note. The reason the tests files live alongside the source files is to conform to Google's internal conventions. I'll use this issue to look into adding a...

By 'skip parse' is it that all arguments are treated as strings? We can probably choose a clearer name for the decorator in that case. I'll come back and give...

Thanks for following up. I like the direction this PR was going. I think what we'll want here is a little more general than what you've implemented so far. We'll...

> Besides it is hard to achieve, I doubt that users really want fire to deal with some of the parameters, since they can use class or chain mode if...

Using subprocess.call is a great motivating example -- much clearer than calling fire.Fire a second time. 🙏 In your example, I think you intend for `cmd` to be `"ffmpeg"` and...

Thanks for the PR. We'll need tests before we can incorporate this fix. Let me know if this is something you want to do.

Yes, just please be advised that we don't have any planned review time for accepting PRs right now, so it might be a while before we can provide feedback or...

Ideally this could be implemented via the query "suggest questions to ask about the indexed text" and that would just work :). Don't think this will work out of the...

I'm not able to reproduce this issue. When I run `python run.py --x 20180217_064501` I get the expected output `20180217_064501`. What version of Python are you using? What version of...