David Bieber

Results 204 comments of David Bieber

> @dbieber if I won't need approval for each run, it would be great (faster) It should run without approval now. 👍

Thanks for reporting this. Looks like a bug to me. Next steps are to add a test case and identify and resolve the issue.

These changes are included in https://github.com/google/python-fire/pull/551

Thanks for putting this together! At a quick glance, this LGTM. One comment inline above.

I only just enabled CI for pull requests so this didn't surface earlier -- it looks like there are some test failures.

Ah, we might actually need all the "# pylint: " directives for the google-internal fire codebase. Let's hold off on this.

Could you provide the code for defining the resnet50 object in resnet_runner.py?

Thanks for offering, but I don't plan on incorporating these diagrams at this time.

> TypeError: Inspector.__init__() missing 1 required keyword-only argument: 'theme_name' This should be fixed in v0.7.1 👍. Thanks for reporting.

Thanks for reporting; this is indeed a confusing experience. As you've discovered, you can get the behavior you want with `python example.py '("foo-bar","baz")'`, but as you note, it is not...