Trey (Kasada)

Results 5 comments of Trey (Kasada)

Just hit this as well. Would love to see some support here. A possible approach could be to redefine `Transport` as a trait, allowing developers to specify their own implementation...

@russcam If it helps, `rusoto` makes fairly liberal use of that crate, so it some semblance of precedent there. To me, this kind of functionality seems almost exactly like what...

I got a similar issue using TypeScript `4.8.4`: ``` $ tsc /Users/user/src/personal/deepkit-test/node_modules/typescript/lib/tsc.js:98459 throw e; ^ Error: Debug Failure. False expression. at onBeforeVisitNode (/Users/user/src/personal/deepkit-test/node_modules/typescript/lib/tsc.js:78257:34) at saveStateAndInvoke (/Users/user/src/personal/deepkit-test/node_modules/typescript/lib/tsc.js:78230:13) at sourceElementVisitor (/Users/user/src/personal/deepkit-test/node_modules/typescript/lib/tsc.js:78272:20) at...

@Gerrit0 What are your thoughts on having the outputted types match those shown by the language service (in tooltips and such)? It feels like that would make for a nice...

Also hit this today. Also not sure if it's a problem. 😅 In case it's helpful for anyone, you can silence these logs by setting `KAFKA_LOG4J_LOGGERS='org.apache.kafka.image.loader.MetadataLoader=WARN'`.