Sébastien Corbin

Results 97 comments of Sébastien Corbin

Sure, basically all I do is `require('airplay2')` but there seems to be a dependency problem with mdns. When I do `npm install airplay2`, I get ``` npm WARN package.json [email protected]...

OK so I found the problem (but not the solution), airplay2 works in command line, but not under node-webkit. It seems that node-webkit runs 32bits, but airplay2/mdns is compiled in...

If the current method violates the CSP restrictions, you must add your own CSP header, see https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP and maybe have a look at [django-csp](https://pypi.org/project/django-csp/)

I don't recommend modifying the source code, it may be that the `v` is added by your changes. If the `v` comes from the database, that may be your input...

We also have a regression on [`annotation_select_mask`](https://github.com/django/django/blob/a5622f84ab0ba0ebb30c2b85f2b85d8aef75f337/docs/releases/5.0.txt#L545): > The undocumented ``Query.annotation_select_mask`` attribute is changed from a set of strings to an ordered list of strings.

Do you think it would be possible to also configure preview sizes depending on preview mode? Use case: a "Thank you e-mail" preview mode that is best viewed in tablet...

So I've found another issue related to this. Your explanation of the problem helped me understand a bug in my test suite, which uses `TransactionTestCase.serialized_rollback`. Quick reminder, `BaseDatabaseCreation.create_test_db()` stores a...

I've tracked this down to my usage of `playwright`: `sync_playwright().start()` (which sets a new ruuning loop) makes the reference loss, so tell me if I should open another issue but...

Also interested in this, as neither ruff nor (late) pydocstyle are supporting sphinx-style linting https://github.com/astral-sh/ruff/issues/6606