David Bieber
David Bieber
That's unexpected. https://cla.developers.google.com/ is the url for the cla -- that giving you a 404 is strange. I'll look into how to retrigger the scan.
That was easier than expected :) You're all set.
Thanks for the feature request. I see the value of this and it is something we might consider in the future. It's not currently planned though.
I definitely see the value of this feature. However, I'm hesitant to add a new flag for this. Here are the reasons for my hesitation: 1. Keeping the API simple....
Thanks for this feedback. Let me think on this some and get back to you.
Here's how I think about this. We want all of the following: 1. Option to disable output altogether (#231) 2. Option to print help to stdout instead of pager (#188)...
Definitely not dumb :) What would be the signature of display_func? Would it accept an arbitrary object that it is responsible for both serializing and displaying? Or would it just...
Serializing refers to going from the final component to the output string representing it, as in _PrintResult. > I was thinking it'd be identical to Display in that it must...
I like the idea of separating out these different components. ## Strawman idea Here's the idea I'm toying with at the moment, but it still has some (big) drawbacks. Signature:...
> Why couldn't we do 1. (disable output altogether) Fire(display=None)? Agreed that's another drawback to the strawman proposal. It would definitely be good to have a solution that allows turning...