kudla
kudla
### Is your feature request related to a problem? Please describe. I need to organize a gRPC communication among services on transport agnostic basis ### Describe the solution you'd like...
Hi @thesayyn! While using directly `loadSync` from `@grpc/proto-loader` (comparing to `protoc-gen-ts`) it populates a service description additionally with `requestType` and `responseType` definitions. E.g. ```ts { ServiceName: { MethodName: { path:...
Hi Please is it possible somehow chaining nested children paths in bindings in standard way or at least with simple workaround? E.g. ```js const appLogger = pino({module: 'app'}) appLogger.debug('hi') const...
### Is your feature request related to a problem? Please describe. Service usage customization both for Client and Call level ### Describe the solution you'd like From [here](https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/client-interceptors.ts#L531) it looks...
Hi! Please guys. Actually in `v3` how to make several slice flags to share the same destination . What I'm trying is [something like this](https://go.dev/play/p/LzjRx-ApOfZ) ```golang package main import (...
As it is allowed to define json schema definitions for a `ToolFunction` structure still it is not possible to refer this declarations from the `Properties` declarations their selfs. So this...
Hey guys As there's declared option to define custom type `$defs`section within `ToolFunction` structure still there's no possibility to refer them from the `Properties` declarations with existing structure. So should...
Hi guys Please what is the way it is possible to raise / propagate errors within middleware? Thank you!
Hi guys I've succeeded to * fine tune (train) a model from huggingface * fuse the model with adapters * convert result with `llama.cpp` to `gguf` to be using with...