Mike Brown

Results 9 issues of Mike Brown

A followup to the issue presented in #6953, I'm running into mypy errors when implementing a cache using the mechanism as defined in the cachetools documentation. [Cachetools documentation for TRLUCache](https://cachetools.readthedocs.io/en/latest/#cachetools.TLRUCache)...

I'm using this proxy library for a project where I'd like the downstream errors to be funneled back through the proxy. I was able to accomplish this for my project...

This PR is a proof of concept to resolve #626. It removes the max version for dependencies to ensure future updates (notably security updates) are not restricted in clients generated...

**Is your feature request related to a problem? Please describe.** Recently httpx had a security vulnerability posted that required an update to httpx==0.23.0. openapi-python-client does not have a lot of...

enhancement

**Describe the bug** The `sync_detailed` and `asyncio_detailed` functions return type Response[...] The non-detailed `sync` and `asyncio` functions return Response.parsed The docstrings do not reflect this, though, because `Response[...]` is [hard...

bug

Track when public keys are added to the system, making it easier to audit and rotate keys.

https://github.com/cfpb/collab/blob/master/core/helpers.py#L34 Phone number parsing assumes the phone number is digits only, with no spaces, dashes, or periods. This would be find if the phone number was cleansed when created, but...

help wanted

### The bug Suppose you believe your OS has copied (i.e. Control-C) text data, but in actuality there is an imagine file copied (e.g. a png file). When typing content...

### What happened, and what did you expect to happen? The [schema](https://github.com/jupyter-book/jupyter-book/blob/main/jupyter_book/config_schema.json#L32-L37) for myst_url_schemes expects an array of strings, which defaults to `[mailto, http, https]`. The [myst documentation](https://github.com/executablebooks/MyST-Parser/blob/master/docs/syntax/cross-referencing.md#customising-external-url-resolution) expresses support...

bug