Jake Bailey

Results 1412 comments of Jake Bailey

> but that is the exact use case of JSDoc? webtorrent is not compiled in any way, that's the way it's designed? Not exactly; JS code is only a last...

I'm really not sure what you're trying to say. I don't know what "type inheritance" is. We can all "control" the types, but the way the editor works is set...

Given the empty types package has already been published at 2.0.0, there's no undoing the fact that everyone using your package will now have no types at all (or at...

Just to note it, Arch Linux also has DWARF5 disabled for its Go distribution for the same reason: https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/a2a4a14d45c78ade2565be537d20cb3b2605fbc9

I've already fixed it. @typescript-bot perf test this faster

Yeah, it's impossible to apply a post processing step unless you nest everything in pointers and then use special types to reject null. For typescript-go's LSP types, we generate custom...

> You can't (unless you use pointers or something like `PresenceDetector`). But you can validate the JSON object (represented as a `map[string]any` against a JSON schema Right, though you then...