Daniel Shmuglin

Results 14 issues of Daniel Shmuglin

@oleksiyk any plans to support the latest kafka release? Maybe you do already :) I can try running the tests with the latest kafka

Is there a reason not to make it public? `createWrappedNode` alternative creates contextless nodes (typechecker, lang service, ...). Thanks!

enhancement

Do you have any plans to allow extending the existing plugin? Or maybe it is possible already, and I just couldn't find it... For example we'd like for each and...

Do you have any plans to allow extending the existing plugin? Or maybe it is possible already, and I just couldn't find it... For example we'd like for each and...

- node v12.19.0 (nvm managed) - npm v6.14.8 running `sudo npm install -g llnode` fails with ``` > [email protected] preinstall /Users/daniels/.nvm/versions/node/v12.19.0/lib/node_modules/llnode > node scripts/configure.js Build dir is: /Users/daniels/.nvm/versions/node/v12.19.0/lib/node_modules/llnode Using lldb...

[tar](https://www.npmjs.com/package/tar) uses `fs.statSync.mtime instanceof Date`, which is `false` once haste is used.

### Problem description WIth version 1.10.0 server cannot be restarted. That wasn't the case with previous versions. ### Reproduction steps __pseudocode__ ``` const server = // init server server.bindAsync(callback); server.tryShutdown(callback);...

package: @grpc/grpc-js

### Is your feature request related to a problem? Please describe. Seems like `@grpc/grpc-js` does not create any special async hook resource while `grpc-native` [does](https://github.com/grpc/grpc-node/blob/028630a183539f114b8bd57256ba836e291f2f66/packages/grpc-native-core/ext/call.cc#L472). I could see only `HTTP2SESSION`...

feature request
package: @grpc/grpc-js

Is there any way to set the [`maxHeaderListPairs`](https://nodejs.org/api/http2.html#http2createserveroptions-onrequesthandler) for the gRPC server [here](https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/server.ts#L401)? we have a use case related to gradual rollout, when the number of headers gets much higher...

feature request
package: @grpc/grpc-js

`@protobuf-ts/runtime-rpc/reflection-info#MethodInfo` has `options`. Any plans to have it in `protobuf-es` as well? Same applies to `ServiceInfo` Thanks