Quentin Burgess
Quentin Burgess
go-redis v8.8.1 introduced [`(B)LMove`](https://pkg.go.dev/github.com/go-redis/redis/v8#Client.LMove) - which introduced the depreciation of `(B)RPopLPush` in favor of `(B)LMove src dests RIGHT LEFT`. It seems redismock doesn't support testing on those methods yet 😞
I'm trying to "live stream" the content of file that I'm live generating form within the server. When running the following code, the client would hang indefinitely once all the...
#### Description Taken from other opened MR - added extra fields to the git sections: - git tag - count of modified lines - latest commit hash - latest commit...
If the chi router attached to huma is mounted into another router (let say - to delimit the `/api` namespace), then the OpenAPI browser rendering is broken because of failure...
Allow compatibility for errors returned by huma.NewError* with the std' errors.As/errors.Is
Hi, I'm trying to "fully" support an endpoint that may return a "OneOf" equivalent as response body. I've looked a bit around the github, found some [issue](https://github.com/danielgtaylor/huma/issues/128#issuecomment-1725939367) and a nice...
#### Description #### Screenshot