Jakub Roztocil

Results 152 comments of Jakub Roztocil

Here's my `monkeypatch.py` (imported by `urls.py`) that works around it the dirty way for now: ```python import logging LOG = logging.getLogger(__name__) def PATCH_IMAGEKIT_IMAGECACHEFILE_GENERATE(): """ Only needed until this issue gets...

@vstoykov unfortunately, this specific project is pretty tied to `django-storages` so `django-s3-storage` is not an option at the moment. As for the `Too many open files` issue, I assumed `django-imagekit`...

I think it might be possible to add it to DevTools directly. Planning to look into it at some point. Here’s the ‘Copy as curl’ implementation in DevTools: https://github.com/ChromeDevTools/devtools-frontend/blob/9b555a1251af22350c65966e094a3d74c4eee135/front_end/panels/network/NetworkLogView.ts#L2095-L2203

Thanks for report @alidauda, we’ll look into it.

Thanks, @hroncok. We’ll look into the compatibility with Python 3.11.

Yes, it’s a bug. It looks like the nested JSON array notation is getting in the way. Here’s a minimal reproduction: ```bash $ http --offline pie.dev/post '\0=\0' ``` ```json {...

@GotoCode it’s coming—stay tuned!

@stonecharioteer Yes, it is! No timeline yet, though.

Merged, release coming soon. Cheers.