Louis DeScioli

Results 14 issues of Louis DeScioli

Fixes #1025. This breaks some backwards compatibility. Up until now the "aborted" state of the request was always set as soon as the body of the request had been read....

## Description This library is incompatible with React 19 because it's usage of `ReactDOM.render` which [has been dropped in v19](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-reactdom-render). I've changed the usage of that to `createRoot` and increased...

I'm trying out the connect-es v2 RC with @bufbuild/protobuf 2.2.0. When passing any available options to the `toJson` function, the return type is inferred as `JsonValue` instead of the `{Message}Json`...

Hey y'all, wanted to share some feedback after trying out the connect-es v2 RC and protobuf-es v2, attempting to update my projects. This statement from the manual is proving to...