Michael Kaufman
Michael Kaufman
## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request (new chapter/page) [ ] Support request => Please do not...
Re: https://github.com/DataDog/dd-trace-js/pull/2137 > What does this PR do? > Remove fs plugin. > > Motivation > This plugin was added a while ago with no clear use case. At best,...
Currently the `http2-wrapper` agent instantiates a new `ClientHttp2Session` with http2.connect in the [Agent class]( https://github.com/szmarczak/http2-wrapper/blob/master/source/agent.js#L402). After this session is created a listener is attached for the `error` event [here](https://github.com/szmarczak/http2-wrapper/blob/master/source/agent.js#L428) and...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
Cleans up the existing message headers type.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened The GitHub plugin pipeline task for a GitHub repository with;...
Protobuf compatibility shims have been released in protobuf-java v4 for Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, RepeatedFieldBuilderV3, and their nested classes to restore binary compatibility with
### Feature or Problem Description Currently, [protouf v4](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/4.28.2) generated classes are not compatible with Apircurio libraries. Recent releases of libraries with protobuf dependencies like [cel.dev](https://cel.dev/) and [protovalidate](https://buf.build/bufbuild/protovalidate) use protobuf v4...