Kevin Brown-Silva
Kevin Brown-Silva
> What are the other options? [Gitter](https://gitter.im/) is a common alternative. Though I would personally lean towards Slack or staying with IRC.
It already exists. https://github.com/mariocesar/sorl-thumbnail/blob/c7d9e9d6d55d89f0a7aaa867d087d713cd76937c/sorl/thumbnail/migrations/0001_initial.py It's just not in any releases on PyPI, which is the real issue.
This has to do with how we append the `MaxValueValidator` to the end of the list of validators if the `max_value` argument is passed in. https://github.com/encode/django-rest-framework/blob/373e521f3685c48eb22e6fbb1d7079f161a4a67b/rest_framework/fields.py#L978-L979 This is especially unintuitive...
I'll note that I'm in an area with Waze beacons and with Android 14 they appeared to be processed through the system and used across all apps requesting GPS. Not...
My issue isn't actually with it mapping my own devices. I'm actually looking for this so the dataset doesn't get massive hotspots which can skew the location calculations from the...
I should note this appears to happen on filters that are specially geared towards strings. I'm not sure what you'd otherwise expect to happen when you ask to trim `None`...
Unfortunately this one is going to be hard to debug and correct since I don't have ready access to iOS devices anymore and this doesn't appear in my emulator.
The clear button is not focusable by standard keyboards without assistance. Select2 has key bindings for triggering the clear button (DELETE I believe, BACKSPACE in some cases) for those without...