Philipp Korber
Philipp Korber
no explicit self.sub assignment is done in the `__setstate__` method.
Some helpful context if someone wants to fix it: - the is currently no way in `sqlx` to specify a type like `FLOAT4[][]` - but to [quote the postgres doc](https://www.postgresql.org/docs/current/arrays.html#ARRAYS-DECLARATION):...
I added `Directive::builder()` which in combination with the already existing `EnvFilter::add_directive()` should resolve this issue. PR: https://github.com/tokio-rs/tracing/pull/3018
`serde_json::Value: utoipa::__dev::ComposeSchema`, we can't implement that ourself 😠> I had to then add the schema to the open api object manually like: if it's used in a type where...
thanks for the feedback, just writing to tell you I did read the issue (the day you opened it) I just haven't found any time to work on it I...
From what I can tell `/responses` seem to be basically a more clean redesign of `/chat/completions` with some added features related to more conveniently accessing conversation state (i.e. `previous_response_id` ,...
I think you are misunderstanding what this crate does. It doesn't just provide a new-type you check the len>1 invariant on construction (you can always do that with just a...