Peter Schutt
Peter Schutt
Closed in #3164
When the msgspec transfer models are created for the pydantic type, the type on the transfer model should be annotated `str`, and the validation to email string should only happen...
Just to clarify here @gsakkis - because `prefer_alias` is not set on these fields, the client must submit a payload like `{"FirstName": ..., "LastName": ...}`, but the response from the...
Which version, if any, of the `User` model should be listed in `components/schemas`? If both, how should their component path be differentiated? Or should this be represented some other way?...
> Admittedly it's an edge case, I don't want or need different input/output names so feel freel to close this. We don't need to close it, but I'll probably wait...
@Garett601 - perhaps your issue is the same as one that I've encountered. I see in your config you use an empty password: > poetry config http-basic. $PAT "" Gemfury...
Great, thanks. I will open a PR for this stuff over the next day or so.
> I think it's a useful addition. A couple of comments: > > 1. I would call the parameter overround rather than margin as I think the term "margin" is...
> Note that for reasons I cannot currently recall, in one of my other packages I simply ported `scipy.optimize._optimize._minimize_scalar_bounded` by hand: https://github.com/mberk/kelly/blob/26164e45b102e7decead3f67df10fb119ee5bc61/src/lib.rs#L5-L146 (if I had to say, I think there...
In the notes for the public function that wraps that scipy minimization func ([ref](https://github.com/scipy/scipy/blob/d98afeae0fcb2302d0f25ba561e7984d5fadf65c/scipy/optimize/_optimize.py#L2204-L2208)): > Notes > ----- > Finds a local minimizer of the scalar function `func` in the...