Sébastien Corbin

Results 83 comments of Sébastien Corbin

I won't be adding this feature as it's not the purpose of this package, but a solution can be easily implemented using [`django-secured-fields`](https://pypi.org/project/django-secured-fields/) or [`django-fernet-fields`](https://pypi.org/project/django-fernet-fields/) by adding their mixin to...

@kituuu in `UnsavedController.ts` - you have a `MutationObserver` that is watching added and removed nodes from the DOM tree - each node is checked by [`isValidInputNode()`](https://github.com/wagtail/wagtail/blob/main/client/src/controllers/UnsavedController.ts#L291) to determine if we...

Now that we have CBV for pages, there is just the missing registration of custom add/edit views? I could work on that, but I need minimal direction, do you plan...

When declaring custom model permissions [as documented in Django](https://docs.djangoproject.com/en/stable/ref/models/options/#django.db.models.Options.permissions), ```python class Mymodel(models.Model): class Meta: permissions = [("can_deliver_pizzas", _("Can deliver pizzas"))] ``` the migration generated is: ```python migrations.AlterModelOptions( name="mymodel", options={ "permissions":...

> @SebCorbin The question is, are we 100% confident that there will never be a situation - in anyone's Wagtail project - where a language other than English is active...

Hey there, just to add me to the conversation, I'm also really enjoying having macOS shortcuts on Ubuntu with an Apple Keyboard. Here's my setup: **Internal keyboard**: Thinkpad T14 (french...

I think https://github.com/rbreaves/kinto/issues/716 is related too

Has the same problem, went to edit `sudo vim /usr/local/lib/python3.10/dist-packages/xkeysnail/key.py` to swap `Z` with `W` and `A` with `Q` and so far so good, will update if I do anything...

Hey there, I'm kinda annoyed with the fact that you can't "chain" currently shortcuts (keep a key modifier pressed), so I'm willing to try keyszer, is this PR still ongoing/usable?...