Results 5 issues of Sid Mitra

Is there a way to serialize the specification itself into json? If Spec could be serialized and deserialized to say JSON, then it would make it useful to be able...

Instead of creating a periodic pull request for each minor Django version, perhaps only pinning the lower limit is a better tradeoff. Related PRs - https://github.com/brianjbuck/drf_orjson_renderer/pull/16 - https://github.com/brianjbuck/drf_orjson_renderer/pull/14

I noticed that in the [article](https://testdriven.io/blog/fastapi-sqlmodel/) init_db was being called in [main.py ](https://github.com/testdrivenio/fastapi-sqlmodel-alembic/blob/main/project/app/main.py)but in the current version that's not happening. I combed through all the files figuring out if i...

One of the common problems with Django apps is memory leaks. The most common suggestion is to allow the webserver to cycle processes after serving some fixed number of requests....

enhancement

This is a "nice-to-have" feature request. Currently the output file name is hardcoded to `./results.json` or `results.sarif`. See [here](https://github.com/anchore/scan-action/blob/dc2c5a2a30bbdd6ce8f04117b4bd9853d56c1f83/index.js#L223-L235) I would like some control over the file name, currently i...

enhancement
good first issue