James Roeder

Results 9 issues of James Roeder

### Describe the bug When attempting to use the `invoke()` or `forward()` methods on a `typer.Context` object, the results are unpredictable, resulting in either outright failures, or passing of strange...

According to: https://developers.cloudflare.com/workers/runtime-apis/request#requestinitcfproperties `RequestInitCfProperties` has a `webp` field (`webp?: boolean`)

(Related to #314, but impacts the request side of things) Because of the way HTTPHeaderMap splits header values on commas into multiple ways, servers may have trouble understanding headers with...

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

#148 seems to have introduced a regression of sorts when using a library which has its own definitions of types used by `fetch`. The following code worked fine with earlier...

One can pass a curio.ssl.SSLContext when using multio.open_connection, but this requires using curio.

We have a pretty complex cloudflare worker that we recently added instrumentation to with `otel-cf-workers`. The library has worked like a dream, providing extra insight into our requests. However, when...

This tripped me up - we are trying to support sending metrics to different URLs based on request criteria. It appears that regardless of what we return from our `ResolveConfigFn`,...