David Bieber

Results 202 comments of David Bieber

@joejoevictor is also taking a look at this

Yeah, good idea, let's make a new issue to track that. We might end up fixing them together though.

Glad you found it :) If you have further questions, don't hesitate to ask.

> https://github.com/google/python-fire/issues/184#issuecomment-619430755: "from looking at the code I'm seeing..." Awesome summary. Your assessment of the coding style is spot on. The redundant parentheses is a mistake on our part though,...

Thanks for the feedback. We (the developers of fire) aren't active Windows users, and we're certainly open to changing this behavior.

FYI objects that defines a custom \_\_str\_\_ method are now serialized using that custom \_\_str\_\_ method.

Thank you for the PR! I will let you know once I have looked through it more closely. You mentioned in our discussion on #229 that you had some test...

We'd like to fix this such that for the typical user (who doesn't configure any logging settings), the behavior is the same as it currently is, with the INFO logs...