Jesse van den Kieboom

Results 9 issues of Jesse van den Kieboom

The glTF spec says that linear distances have meter units. It looks like some models (for example BoomBox) do not use meter units. It looks like it's off by maybe...

In the following example regular typescript narrows the type of the value in the switch statement to "never" when having checked all cases exhaustively: ```ts interface ClientSource { type: "client";...

bug

In the following example, I get the error "implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer"...

Declaring multiple function signatures that receive a generic type parameter T allows for some of the signatures not to use T but still declare it in current typescript. In the...

I'm not sure if this is a bug in the current or in the new compiler, but there is a scenario where some amount of logic involved determining the type...

The following example is valid in the current compiler but not in the typescript based compiler: ```ts interface A { type: "a"; } interface B { type: "b"; } interface...

### Describe the bug I'm using vitepress with math through markdown-it-mathjax3 as shown in the documentation. When I write equations with numbering and labels I get errors in dev mode...

upstream

**Describe the bug** When running `npm install` in one of my workspaces with a large number of dependencies, my memory quickly gets maxed out and my only solution is to...

pending triage

### Reproduction link or steps https://repl.rolldown.rs/#eNptUEFqwzAQ/MqiSxIwfoBC+oWWnn0x9rqoyCsjrZIUo793ZVm40NxmtJqZnV3VpPSqDI34bDlkTEofvFGDUIsM4zTCDShae+2oo8FRYFi8m03APMAHfBR2PnsMzt6xAY/fOPAFbm+wdgS7yQahijVESZsM4diUQZVXlj0yTpKcLlu8GLVH+I6usi4qzT5iapR31o7uQa2sOpmvP+1eTEpPMy/OM/DPgrDC5/7tfWEjbSHBJDlwqvLTcYdipP9J9q6Glsgain07I/ft9iQNUzbB55YrV+ijrW4dqSQ17vn+PWNglX4BhDWVkQ== ### What is expected? The intermediate variable should not be removed since assigning dfd.promise relies on the fact that the promise initialization was run...

p1: important