Mike Lissner

Results 1301 comments of Mike Lissner

Great. Design decision needed. Do we: 1. Break with the past, release a new major version with tz-aware datetime objects in the `*parsed` fields? ⸺ OR ⸺ 1. Create new...

I've failed to find time to do this and implemented a workaround in my code. But perhaps somebody else can or I'll come back to it someday. Sorry to disappoint.

There's a milestone. Looks like only documentation is holding it up: https://github.com/philipn/django-rest-framework-filters/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0

Wait, I don't want to be a jerk, but relying on a dev version in pypi is a very bad solution. Django filters 2.0 came out about a year and...

FWIW, the other project claims to have this functionality: https://github.com/dbrgn/drf-dynamic-fields/blob/master/drf_dynamic_fields/__init__.py

Yeah, I didn't see the code either, but I also didn't understand it all. Here's where they claim it supports nested fields: https://github.com/dbrgn/drf-dynamic-fields/blob/master/CHANGELOG.md#020---2017-04-07 And this seems to (maybe) be where...

Thought I'd just add a reference to the broken dependency upgrade that is caused by the bug: https://github.com/freelawproject/courtlistener/pull/1572.

This is already the requirement. Check the change log. This just puts the requirement in the code so it works properly.

Looks like this tweak deprecating the `db_index` field stalled out about a year ago over questions about spacial indexes in Oracle DBs. The PR has a small change that says:...

I'm running into this same thing to the extent that I thought tqdm was broken. I have a chunksize of 1,000, so that means that the progress bar only updates...