Miško Hevery

Results 84 comments of Miško Hevery

I am sorry, I got buried with other things. Still on my list.

Hey, I am currently traveling but should have time to look at this next week. On Thu, Jan 12, 2023 at 9:14 AM Vasikaran B ***@***.***> wrote: > Hi Misko,...

Sorry, our focus currently is on Qwik. We would need someone to debug this further.

Qwik requires that all of the state is serializable. A function closure is not serializable. To make it serializable, you need to wrap it with `$()` ```typescript export const useFn...

Please provide a plunker so that we can have a reproduction case.

Your code example does not actually show the issue. Could you create a better example for reproducing the problem?

> My scenario is a service that requires the module instance, if the module instance also requires the service (so the svc is eager) we have a DI loop. If...