Bart van Andel
Bart van Andel
Most colors are properly configurable using the various decorations, or use theme colors. Except for disabled state, colors are hardcoded to `Colors.grey` (for the prefix icon) and `Colors.grey.shade100` (for the...
Rebase middleware on current `GzipMiddleware` from Django 5.1. This includes Heal The Breach (HTB), a guard against HTTPS BREACH attacks, and adds support for async responses. With some minor changes...
The current version breaks when using [`adrf`](https://github.com/em1208/adrf "Async Django REST framework"), which adds `async` support to Django REST Framework. While investigating the issue, I noticed that the existing code is...
This change adds a new command line option "order-by", allowing the user to specify a few sorting strategies. By default the results will be sorted by name. Fixes #256 Note...
**Describe the bug** Ingredient arguments with a `hint` should render this hint as a title, or tooltip. This works for e.g. checkboxes (displayed as a title), but not for e.g....
**Describe the bug** Can't run `npm i` to completion with current master on MacOS. Post-install job "exec:fixCryptoApiImports" fails with a `sed` error: ``` sed: can't read : No such file...
Fixes #2016
### Describe the bug On normal text, long press initiates selection mode. However, for hyperlinks, this triggers the link popup menu. This makes it almost impossible to select text which...
Add correct serializer when `rest_framework_simplejwt.token_blacklist` is detected, mirroring the approach taken by dj-rest-auth. This serializer currently requires the token to be sent along with the request. Note: the code in...