Guido D'Orsi

Results 45 comments of Guido D'Orsi

> are you getting a memory leak warning for this? Nope

> There are some other similar cases where this experience happens. > > From looking at the code, it's anytime the trigger regains focus but the pointer is not down....

In progress as part of https://github.com/garden-co/jazz/pull/1547

Tested all the example apps! Only the PasswordManager required a fix because the changes on how we manage references now is actually a breaking change. Effects with a coValue as...

Thanks @milkcask! > From a DX perspective, is providing a utility along with clear instructions and examples for devs sufficient? We can give it a try, do you have any...

Found the answer in the linked issue, but our use case is a little more tricky because it is a property definition. ```ts type Typify = { [K in keyof...

@milkcask Confirm that it works! Not sure why it didn't this morning 🤔 Probably it was the VSCode cache playing pranks to me 🤷 Thanks for the suggestion and for...

@aeplay I think that we can proceed as @milkcask suggested and provide an utility type + some documentation to let our users handle this use case. WDYT?

@aeplay Do you mean something like this? I had the same idea, but it means that the error wouldn't be flagged when passing the type into the generic but when...