Philipp Czarnetzki
Philipp Czarnetzki
feat: allow state.signal() to accept more than one field in order to increase the depth of selection
@hoebbelsB is this also the case with the already provided `select`?
I would consider to drop the support for NodeJS v8 here
@shhdharmen Are there any advancements towards a working solution on this issue?
Hi @cedrickah take a look at this [comment](https://github.com/NodeOS/NodeOS/issues/449#issuecomment-1082278222). Feel totally free to contribute, me or @piranna will try to help you when we have time.
@NetanelBasal Do you think that we could just exclude the whole lib/or only the server part from `NgZone`? For the experimental NoOp Zone in `v18` it should imo work just...
Yes, since NgZone is picking up on the timers from the Garbage Collector of Tanstack, this would probably work. I dont see any problem with this approach, tanstack has no...
I cant think of any other thing then, which could fix that, this is also Angular's recommendation on their new documentation: https://angular.dev/errors/NG0506#third-party-libraries
Could you briefly explain me why you're queue'ing a new macrotask (i.e. `setTimeout( () => taskCleanup(), 0)` after your response arrived? Iirc `observeOn(asapScheduler)` can also be used right before you...
Okay if i see and understand that all correctly, tanstack is doing everything right but it's not blocking the `ApplicationRef` from becoming stable as long as your values haven't yet...
Everyone is welcome to provide a PR for this Issue, it's already open for a long time now and if there would be things to reconsider, i believe Netanel would...