flbraun
flbraun
I'm using `CountrySelectWidget` in the admin interface, along with the following settings: ```python COUNTRIES_FIRST = ['IE'] COUNTRIES_FIRST_REPEAT = True ``` This particular scenario leads to some unexpected behavior: When I...
Hi @jrief! we at @boxine are now using your new sortable inlines, and it's working great! However, we made a few visual adjustments that we think the core project would...
always strip duplicate countries when saving a CountryField which has multiple=True (resolves #387)
The GraphQL spec finally allows using the `@deprecated` directive on field args, directive args and input fields (see graphql/graphql-spec#805) It would be nice to support this in Graphene using the...
Patch 3.23.1 introduced the new `/reloaditemfilter` command: > Added a new "/reloaditemfilter" chat command that can be used to well, reload your item filter! Can we make use of this?...
### What happened? I generate a couple of files in my jobs that I upload as an artifact. The files follow the name pattern of `.coverage.`. I upload them with...
I'm aware of #1282 , but I'm also receiving this error in a job on an ordinary public repository (https://github.com/boxine/bx_django_utils). Full log of codecov-action Run codecov/codecov-action@v4 with: files: coverage fail_ci_if_error:...
# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first. -...
Currently all settings of poe-palette are configured via the context menu of the tray icon. This works well for simple settings (e.g. toggles), but prevents us from creating more complex...
Currently the search index only knows about item pages, but it would be beneficial to also have access to pages that explain game mechanics or contain meta information, e.g.: -...