Simon Bächler

Results 22 issues of Simon Bächler

And elasticsearch-python > 1.6.

This backend assumes that every indexed model is multilingual. So for a given object all index entries share the same django-id. This doesn't work for apps where the language is...

enhancement

I'm working on it. The Flickr API does not support Python 3 yet.

http://django-modeltranslation.readthedocs.org/en/latest/installation.html#languages The lambda function is obsolete and not working with Django 1.7. The new way according to the Django docs ist to import ugettext_lazy. https://docs.djangoproject.com/en/1.7/topics/i18n/translation/#how-django-discovers-language-preference

docs

The `color` type is currently very specific, allowing only 8-bit per channel RGB(A) values. I see two problems with this approach: 1. Perfectly understandable and valid color definitions like `hsla(300,...

Color Type Enhancements

I was getting a TypeError: Cannot read properties of undefined (reading 'subscribe'): ![sentry-error](https://user-images.githubusercontent.com/288516/178772606-e2f56efe-fff7-46e8-9e2c-4017d49ee841.png) We pause subscriptions before a batch action that can trigger mutliple websocket events and resume them once...

documentation

We are getting the issue that when a session expired and the call to `deactivate()` timed out, it is not possible to call `activate()` again after the user has logged-in...

The main entry is pointing to "./js/src", which does not exist. Maybe just use `main: false`.

That is strings that start and end with """. It's much better than the horrible green background in the default twilight theme that is shipped with PyCharm but no underline...

The function `requireUserPermission` takes the request as first argument. However, it was not passed in the loader function.