Paul Gschwendtner

Results 173 comments of Paul Gschwendtner

This PR was merged into the repository by commit 681e1ec3bedc8d1a1ab4a940766e14e0e7e36fc1. The changes were merged into the following branches: main, 18.2.x

We'll have to keep an eye on Saucelabs w/r/t flakiness.

I think we still want to discuss this change more— that's why we didn't create a PR for this. We are not aligned whether it makes sense to add this...

I think we should discuss more potential use-cases in the issue. So far, there wasn't too much interest IIRC.

@Harpush There are ways to address this issue, which may not be super common, looking at the issue interest— E.g. 1. Using an observable with `outputFromObservable` 2. Using an explicit...

> By using output from observable - only when someone subscribes (which is essentially the same as having a consumer to the output) the observable will actually register the event?...

I was under impression it would be a temporary improvement that makes the situation more clear.

This PR was merged into the repository by commit 09f589f0006f4b428b675b83c12c0dc8ebb7e45f. The changes were merged into the following branches: main

Hello, inside Google we were also seeing a noticeable increase in CPU after updating to TS 5.0: https://github.com/microsoft/TypeScript/pull/53085. Overall, we were seeing significant slow-down in `getNarrowedTypeWorker` which seems related to...

@jakebailey Sorry, it's hard to debug this in Google. This is a large TypeScript program. I will try to collect more details as soon as possible— but yes, the difference...