Connor
Connor
I think the API introduced by @dmontagu in `fastapi_utils` makes sense to integrate with FastAPI proper, with the addition of a `response_model=None` to override the return annotation as @tiangolo suggests....
@sm-Fifteen I'm actually doing that in some of my endpoints that need extra perf. I just take my python dicts and dump them into an `ORJSONResponse` directly, which avoids `jsonable_encoder`....
There is nothing actually running at the root. If you go to http://localhost:3333/.well-known/ai-plugin.json you should see content.
There is a type in the commit, `codeBlockStyle` should be `fenced` not `fence`.
This is a blocker for us using Bun unfortunately. Our app works fine when we install `electron` with Yarn, but with bun we get this error. Definitely need the NPM...
It sounds like you don't have fastapi installed in your venv
@andy-hook Can you tell me why you would have both a `lessThan` and a `moreThan` set at the same breakpoint? It seems like it could only be redundant. Any CSS...
Signed off!
Yep AFAICT this was introduced in the v6 re-write. @drwpow is --path-params-as-types working for you since v6?
Thanks for this Michele! So is the idea that we try to insert with our ID, and if an error is thrown we first remove the document with that ID...