Jake Bailey

Results 1434 comments of Jake Bailey

Just to be clear, the names of types themselves is also critical, not just the runtime shape; that's where the main hurt can come from. If they're the same, this...

It comes down to some bad effects of the way DT works. When you add a package to `notNeededPackages.json`, it instructs the publisher to publish a "stub" package which contains...

> But isn't it _their_ problem? 😁 I mean, we put them in the DT package, so it's sort of our problem for having done it. There are upsides and...

https://developer.mozilla.org/en-US/docs/Web/API/Window/location says that reading the variable gives a `Location` object, but that you can write a string to the variable. I can imagine that the type being `string & Location`...

Can you link to a workflow run which shows the problem? You're also specifying `working-directory` in two separate places, not sure what effect that will have. (Will it duplicate?)

While you're in here, can you drop the use of `paths`? It's only a couple of mistakenly left over JSDoc comments that still use that, as far as I can...

> While you're in here, can you drop the use of `paths`? It's only a couple of mistakenly left over JSDoc comments that still use that, as far as I...

This is a temporary problem; our type printing is not yet complete but will improve (or be fixed) with #791.

This should be fixed now, after #791 and other fixes.