notaphplover
notaphplover
I just run into this. Please fix the types, they are simply wrong. As @HiranmayaGundu correctly said, cjs types are wrong. Consider [this tool](https://arethetypeswrong.github.io/?p=%40apollo%2Fclient%403.12.9) for more information. > you can...
Hey @phryneas, I can recreate the issue as well, just write an import in a typescript file and try to compile it targeting commonjs: ```ts import { ApolloClient, InMemoryCache }...
For those experiencing this issue, you can workaround it introducing some redundacy the bundler cannot detect. An example to workaround my sample code would be: ```ts import { foo }...
Hey @remojansen, > The first problem is in methods in controllers that `extends BaseHttpController`. When I try the following: > > ```ts > this.httpContext.user.details.id // Object is of type 'unknown'...
Hey @remojansen , I don't think there's another way to go. Let's go for it. Would you like to submit a PR? Otherwise I can go for it
Hey @c100k, as said in #1410, I am afraid the container is not so simple. The binding dictionary is private for some very good reasons: - You should never update...
Hey @c100k > Happy to help, develop, test or simply debug if need be. To be honest I need as much help as possible, I want to continue maintaining the...
Hey @rsaz, thank you for giving your perspective. > I actually would like to see a real good use case on why you would like to access what is inside...
> This sounds very reasonable, but can you please modify this example https://github.com/uNetworking/uWebSockets.js/blob/master/examples/ServerSentEvents.js so that the timeout issue triggers, then we have a test to fix and I don't need...
Hey @uNetworkingAB, I submitted #1897, is it anything else I should do? Thanks in advance 🙂