Nabil Abdel-Hafeez

Results 82 issues of Nabil Abdel-Hafeez

The Endpoint client is currently bound to the streaming version of the client. We should add a batched `EndpointExecutor` for ease of use.

enhancement
♾️ Endpoint

Matching on path literals is currently done by set operations on a set of strings. The idea would be to improve this, by creating a state machine, that transitions to...

enhancement
πŸ’Ž Bounty

@jdegoes we can't get rid of alternator or combiner under the hood, since it is part of the codec. This PR is just a transformation on top of `HttpCodec.Fallback`. This...

πŸ™‹ Bounty claim

It currently works only for the Endpoint API

enhancement

The actual bug was, that the handler aspect could be applied to a handler that has a input different then request. There was a construct that should have prevented it,...

πŸ™‹ Bounty claim

The auth specified on an `Endpoint` should be reflected in the generated OpenAPI object

enhancement
πŸ’Ž Bounty
♾️ Endpoint

- Needs to have a config to switch between automatic (on file change) and manual generation - config for file/folder path(s) of OpenAPI files - config for package prefix -...

enhancement

If turned on, logs internal errors including Endpoint API codec errors, which can currently only be configured to be returned as bodies

enhancement

Became flaky recently

maintenance