Gerrit Birkeland

Results 279 comments of Gerrit Birkeland

I missed the cross project links mention in your original post - I'm probably missing something... not familiar with pnpm, but why would those not have node_modules? Are they not...

Hmmm.... that's a thorny problem then. The test failures are real failures because the patch is inappropriately setting the `package` property on *all* reference types. I'm going to try setting...

... I might need to change the definition of `ReferenceType.package`, not happy about it, but... going to think about this some more.

Yeah, I'm convinced `ReferenceType.package` should (almost) always be set. This is a pretty major breaking change, so it's going to have to be a part of 0.24 though.

Dupe of #1332, which I could have sworn I replied to with the issues I ran into the last time I tried this... but apparently not Essentially what stopped this...

That's... a really good point. Okay, yeah, I'd be fine treating that as a feature. Just need to fix the duplicate `id` in the page for links in 0.21 then.

Nope, I don't think this was something that was done in #1794, shouldn't be too difficult to do though.

I ran into this recently and tried the suggested fix, it looks like this isn't possible generically. ```ts export type Predicate = (value: unknown) => value is T; is.all =...

The error is caused by `values is T[]` on `all`. Updating `Predicate` in the `predicateOnArray` function unfortunately has no effect since the type guard is lost (changed to just be...

Here's a graph that I find rather compelling. TypeDoc is a documentation generator. It does quite a few things... but part of it's process is getting themes to highlight code...