Doug Roeper
Doug Roeper
Originally: - [Report 1](https://github.com/improbable-eng/ts-protoc-gen/issues/200) - [Report 2](https://github.com/improbable-eng/ts-protoc-gen/pull/170) The well known protos are in an external repository so we need to add some logic to handle the different paths.
Integration test using: - Java backend server - Basic angular FE - Envoy proxy - Incorporates changes from #69 Fixes #5 Fixes #64 Fixes #69
It should have: - Java webdriver test - Java grpc server - Web client using rollup - Use envoy as the proxy In the test, we can click on a...
- `three` version: `"^0.135.0"` - `@react-three/fiber` version: `"^7.0.24",` - `@react-three/drei` version: `"^8.3.1",` - `node` version: n/a - `yarn`) version: `1.21.1` ### Problem description: Using `drei` somehow interferes with components defined...
Note: I also ran `cargo fmt`, which reformatted `src/primitives.rs` since it used carriage returns.
# Objective Fix an issue where events are not being dropped after being read. I believe #10077 introduced this issue. The code currently works as follows: 1. `EventUpdateSignal` is **shared...
### Describe the Bug `FinalizationRegistry.register()` call missing in exported rust types that define a constructor, preventing cleanup. ### Steps to Reproduce 1. Add this rust code to one of the...
This [spec](https://github.com/jaydenseric/graphql-multipart-request-spec) proposes an alternate request format to allow uploading files in graphql requests. It's supported by a lot of client/servers, e.g. async-graphql.
### Module location https://github.com/bazelbuild/rules_rust ### Link to bzlmod issue in the module's repository https://github.com/bazelbuild/rules_rust/issues/1493 ### Any other context to provide? _No response_ ### Fund our work - [ ] Sponsor...
## Bug Description The postgres connector fails to sync after processing a few documents in my database. ### To Reproduce ``` Traceback (most recent call last): File "/app/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 482,...