Johann Schmitz
Johann Schmitz
Hi, the `__len__` implementation of `TableQuerysetData` class only checks for the presence of the `paginator` to determine to use `.count()` over `len()`: https://github.com/jieter/django-tables2/blob/master/django_tables2/data.py#L150 Unfortunately, `__len__` of a QuerySet is implemented...
Setting `id_token_object['sub']` as the username is fine for new users, but doesn't migrate existing user profiles softly after migrating to Keycloak.
A swappable user model may not have a dedicated `username` field and use (e.g.) the email field to identify users. Don't assume that user models have that field and instead...
A trailing slash in the `NOMAD_ADDR` environment variable may lead to failing API requests with the message `nomad.api.exceptions.BaseNomadException: The BaseNomadException was raised with following response: Invalid method.` This happend to...
In my hunt for a bottleneck in one of our applications, I've found another few hotspots. Not that it was _slow_ before, but when you push a few thousand messages...
…og spam when using a shared missing file https://github.com/mojohaus/license-maven-plugin/issues/201
Today we hit a nasty bug with dal.ModelSelect2 fields where an autocomplete field would receive forwards from a different class which uses the same base class. We traced the error...
We're using rjsmin through django-compressor and noticed that the output is truncated at `//` within a string literal in an already minified input. The input is the Sentry JS SDK...
Since a few weeks, the plugin crashs when i leave my browser open over night (no hibernate or suspend). Chrome shows the "Extensions has crashed, click to reload" popup. Is...