Alc-Alc
Alc-Alc
> The problem seems to be with the `queue_listener` handler. Using the `console` one works. > > Tested with Python 3.12.2. Former Python 3.12 versions won't work due to [python/cpython#111615](https://github.com/python/cpython/issues/111615)....
Can you check if in the file `tests/unit/test_openapi/utils.py` if you make the following change the tests pass? ``` from datetime import datetime, timezone today = datetime.now(timezone.utc).date().today() constrained_dates = [ condate(gt=today...
> It raises the question: are these links machine inserted? I think it comes from https://github.com/litestar-org/polyfactory/blob/0032b5e962906239ecd4c4bd7276dc0d9e9f142d/pyproject.toml#L353
Not sure if this is a conscious decision you made but I think the following should be stored in `localStorage` not `sessionStorage`? https://github.com/lepture/shibuya/blob/c4e869220964de5bef857d26fd41d39783d6d066/static/js/theme.js#L12