Andrew Clayton

Results 203 comments of Andrew Clayton

Good catch! It should be ```VERSIONS_```

> The team should decide on a code review and merge workflow and configure GitHub to enforce it (e.g., the Unit team prefers a linear history, so merge commits are...

Thanks to @bunny-therapist for providing a reproducer, summarised below... gh1100.py ```python from fastapi import FastAPI from fastapi.responses import JSONResponse from pydantic import BaseModel from fastapi.responses import Response class RequestBody(BaseModel): number:...

Not yet I'm afraid, I'm sure any updates will be posted here, but I don't think there is anyone _actively_ working on this currently, so far it has really just...

Hi, So just to confirm, the files are being served from the PHP application and not the static share? If so, I guess this is why > 2024/01/29 19:45:08 [alert]...

On Mon, 29 Jan 2024 12:24:05 -0800 Anton Lykhachov ***@***.***> wrote: > correct, files are being served from the PHP application > app is running in container based on alpine:3.18...

So a SIGBUS should be generating a coredump. Though it's possible you don't have credumps enabled (ulimit -c 0) or something is intercepting them and whisking them off, e.g systemd-coredump(8)....