cbrews

Results 4 issues of cbrews

Hey @hoijui and team! I found this library as a potential solution for transmission of OSC messages from a Java client to an OSC compatible application and am working on...

Implement a new method on the `BaseResponse` object called `raise_for_status`, à la [requests's implementation of `raise_for_status`](https://2.python-requests.org/en/master/api/#requests.Response.raise_for_status). This method should raise a new exception `GeminiError` if the response status code is:...

enhancement
good first issue

Should we support async handling for ignition?

We are using the cgi module to parse mime type in [response.py](https://github.com/cbrews/ignition/blob/main/ignition/response.py). This is [deprecated in Python 3.11 and will be removed in Python 3.13](https://peps.python.org/pep-0594/#cgi). https://github.com/cbrews/ignition/blob/f800ffbd532cf88b9766a4b02949d66564db0d63/ignition/response.py#L194 Replace this usage with...

bug
good first issue