Alexander Mattoni
Alexander Mattoni
Any updates on this?
I've got a use case as well. I'm doing custom typed error messages that are defined in the proto. When I receive an error status, I can access the appropriate...
https://blog.rust-lang.org/2022/07/19/Rust-1.62.1.html Appears this issue is resolved with the latest version of stable. I upgraded and am no longer seeing the issue.
What was the dependency? I'm having the same issue. How did you find what instances were spawning?
I'd like to add to this, that using absolute paths for imports is causing resolution issues in my generated declaration files. My index.ts looks like this: ```ts import * as...
Just checking in to see if there is a solution to the absolute pathing that I'm missing, or if this issue is truly related. Would love to use tsdx, it's...
Though I've gotten the relative paths to build, the typings are all messed up so I'm getting "any" for any type that's imported absolutely when trying to use the lib...
Using this heavily at [Cycle](https://cycle.io)  [Cycle Logo SVG](https://github.com/jaredpalmer/tsdx/files/4168675/logo-dark.svg.zip) Repos: 1. [Public API Client](https://github.com/cycleplatform/api-client-nodejs) 2. [Internal API Client](https://github.com/cycleplatform/internal-api-nodejs) Also using for a couple internal UI libraries :) Thanks for all...
I too would like to see this implemented. I'm working on a full-stack rust app and using gRPC would be fantastic.