Jay Miller
Jay Miller
@JohananOppongAmoateng - great work on this. Any chance that you can update your PR description to mention what you did and the choices that you made. While this can be...
thank you for adding something. I ask if you can add some similar (or the same) information. "This is done to speed pip installation workflows without adding any additional dependencies....
Perfect... Again the biggest thing to remember with PRs is that they are meant for the reviewer to have a good understanding of issues and the reasoning for them. While...
There is an issue with the linter... The tests are passing so we are going to try and resolve the issue and then we can merge your PR with a...
> LGTM! We just need to mention that people need to add the extension to the filename when they run this command. > > I ran this > > ```...
I think in `BaseObject.__init__` we can then pass ```python self.validates() ... # rest of code ```
Looking for a conversation in this before we decide. cc: @john0isaac
My biggest thought on this is do we need something that checks for things considering the build will fail without it. I'm okay if we improve some of the error...
> That seems like a great idea. It seems to me just like the behavior of `__post_init__` in `dataclasses` https://docs.python.org/3/library/dataclasses.html#dataclasses.__post_init__ > > I think if we can do something just...
Happy to assign this to you! Do you have an opinion on how to approach this?