Javier Buzzi
Javier Buzzi
Leaving it here for the next person: _you can copy and paste all the code straight to into the terminal_ ```python def func(a, b): """ >>> import freezegun >>> with...
Would a change like this be acceptable? https://github.com/5monkeys/django-enumfield/compare/master...kingbuzzman:master -- ps im not a fan of `StrEnum`, it's just `Enum` can't be used now.
The link https://github.com/psf/black#migrating-your-code-style-without-ruining-git-blame has changed to https://black.readthedocs.io/en/stable/guides/introducing_black_to_your_project.html?highlight=blame#avoiding-ruining-git-blame time is unforgiving :P
Seems to me, that you want the ability to be able to change the `latitude ` and `longitude` at will AND also have them be cast to `float`; all while...
Like I said before, I'm a negative 0 on this. While I don't like more than 1 way to do something, I won't stand in the way of your PR....
I started a more advanced version of this over at #925
I've replied to the issue, appologies I didn't see that before.
@francoisfreitag @rbarrois What do you guys think about this? .. Also it would be nice if you create a key over at [codecov](https://about.codecov.io/) / equivalent to upload all the files...
In the spirit of openness; There is an issue that has alluded me, this only happens sometimes, and only when using pypy{3.7, 3.8} + sqlalchemy + sqlite + coverage. I...
After 8 years, 6 months, and 2 days, there's a [PR](https://github.com/FactoryBoy/factory_boy/pull/925) to address this. It's still a work in progress, and I would appreciate feedback.