Mike Fogel
Mike Fogel
Thanks for the pull request. I see two parts to it. The first the NOQA markings for flake8 - I think I've addressed that since this PR was made on...
Hi @paulocoutinhox, what version of django are you running and on what platform? It looks like django 4.X on windows [should be installing tzdata by default.](https://github.com/django/django/blob/4.0.3/setup.cfg#L44) So I'm guessing you're...
Ok thanks It looks like the timezone which is causing the problem is `Pacific/Kanton` [was added to the IANA database in september 2021](https://data.iana.org/time-zones/tzdb/NEWS). So it makes sense that the system...
Agreed it would be great to respond to an `OPTIONS` request with the list of possible choices. I didn't realize that was provided by django rest framework choice field. @gabn88...
Agreed this would be better to return a timezone object. Pull requests happily entertained.
pull requests happily entertained!
Hi @macksal , thanks for putting together the PR If I could ask for two things: - it looks the[ linting CI job](https://github.com/mfogel/polygon-clipping/runs/7036579391?check_suite_focus=true) is failing on the file this PR...
Hi @rowanwins - yes, there's a number of O(n) or faster loops over the input that happen before the inputs get to the meat of the algorithm. The two you...
hi @rowanwins, thanks for the thoughts. i think those are good points, we can lighten up those checks. On the first I'm ok removing the check altogether and just adding...
Hi @stephenpassero I don't have any time available to fix bugs for this project for the foreseeable future. However, any pull request that - doesn't break any of the existing...