Eduardo Speroni

Results 119 comments of Eduardo Speroni

Further progress on this: 1- merged latest main on it 2- merged https://github.com/web-infra-dev/rspack/pull/2356 into https://github.com/edusperoni/rspack/tree/chore/create-angular2 with that PR, it gets further, and now we are missing 2 hooks. One is...

closing in favor of #3009

If the core team could please take a look at https://github.com/NativeScript/worker-loader/pull/39, I believe it'll be required for using `workers` with angular (and other plugins)

According to the spec ([here](https://html.spec.whatwg.org/multipage/workers.html#dom-worker-terminate) and [here](https://html.spec.whatwg.org/multipage/workers.html#terminate-a-worker)), `worker.terminate` should stop the worker immediately. If that's not working then it's probably a bug. >When a user agent is to terminate a...

@NathanaelA Absolutely. Sorry if it came off that way, I actually just googled the spec to check what was the expected behavior because your answer made sense to me. :sweat_smile:...

If you run the playground on Android and tap the Label (you can tap the StackLayout too, just tap around the button), you'll see that the tap is being triggered...

@striderhobbit the point is alleviating back pressure in a way that considers the target observable timing, not some fixed timing, or some other observable completely. For example: ``` someAction$.pipe(exhaustMap((action) =>...

@striderhobbit I believe I understand the question now. Are you asking why inside the operator itself we're using exhaustMap and not mergeMap? I guess the answer could be "safety", but...

I'll try to investigate it soon. It's a bit weird because that PR actually fixed some other Frame freezing issues (freezing when switching to currentTabIndex + or - 2)

Is there any update on this issue? I want to get the native view as it is loaded, but binding the loaded event breaks listviews (https://github.com/NativeScript/nativescript-angular/issues/1221) and using ngAfterViewInit just...