Alec Sammon

Results 6 issues of Alec Sammon

Expose core.ErrUnsupportedType so clients can use errors.Is()

There are different types of error that can occur when decoding a request. 1. Client errors where invalid data was passed, i.e. a missing required field 2. Implementation errors -...

Adds support for an `omitempty` tag. Main use case is for query parameters where we may not want have empty keys i.e. `/pets?name_pointer=` By adding `omitempty` to the tag then...

Our system cannot currently accept Otel data via `http`. As such we need support to send this using the `GRPC` transport option. This PR adds a new property to allow...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/x/blob/master/CODE_OF_CONDUCT.md). -...

feat

We noticed during testing that debug messages were appearing as events in our traces. This change only adds events if the level would be handled by the logger - i.e....