Landon Schropp

Results 81 comments of Landon Schropp

@ecoologic Any chance there'll be a full release for this sometime soon?

@ljharb I'm seeing similar behavior in Firefox. I'm not sure if it's the same underlying issue, but I definitely don't my source maps. Here's what a normal error looks like...

FWIW, I personally like that `toEqual's` type matches the result of `expect` instead of `unknown`. I've caught several testing bugs this way where I would have had to cycle through...

For what it's worth, I just ran into this exact issue with a merge conflict in my bun.lockb file. Like @satya164 mentioned, I'm used to Yarn, where I can easily...

Just my personal opinion, but any performance improvements from a binary lockfile aren't worth the trouble of dealing with one. I'd rather have text diffs and easy conflict resolution.

I'm not in love with this solution, but I was able to order by calls by ignoring the execution order of limiter and manually increment an index. I thought I'd...

I'm happy to jump in as well if you'd like. 🙂 Given the size of the repo, it might be easier to rewrite the source itself in TypeScript. Then the...

I played with your config a bit and [here's what I came up with](https://www.typescriptlang.org/play?ssl=50&ssc=3&pln=1&pc=1#code/JYWwDg9gTgLgBDAnmApnA3nAwhAdgM2AHM4BfOfKCEOAchgENgAbAd2FwBMBjAZ19oAoQRxgoo+BtzQAVABYoQKHAWIZBcTXFwMlALji8YUDkQDcGrbxTMU3GNF4GjJ3EQDaAXQta4SzsAMAIoAruKIAPzOxqY+WjAK+th4hB70iSi0noKkwqLiktJwAEIM1vKKyilqKAAeYly8cBVKKqnqvjpJAEQARmUo3Ra5IrhiElJoAMqsDGCoUG1q6JaaCZVOcO6rviUDLVWqRAA0O74AdJcHSx7ZvtkjAPSPcACStDS4EPC8IVBorDkDHgCWATTBhhC8wg1k4CAgcH+MD+uHOcAAmhAQrQ4bgUCg4Q44JwUIQ8QgFIiUMioLgEMg0GU4KwbMxzoIkKhmhkZnMFnAALxwAAU3GqRAMvPm4huAEpBQA+OAANwgwE4FkEYtwRgplSlCwMBwN4kFIsw6yUmy8ZHlAqV6FImstKBNUGFK18LutZy0nt2Aa6KAMtH61lopwDAestnsjgM7loeio3yykajXoyBn9GYDYuY8Y6ueLYBMIAYUEQIf+nAjvuLvms2s4FarRYbDZJkhCzBgIbFEGYQg7GdyI60Y4bk4DpGO7dzQZDdV0YFsdY7MbsDig1to52X4DXnnTxZd2frufzhZz460pdArZDvWYYXXt98z4YchDoKa4ioO5wAwXAUsCcAQkQEAQLWF6jrBE4XtOcAPLKwiCEAA). I wouldn't call myself a TypeScript expert though, and I'm not deeply familiar with the options...

In terms of preventing extra properties, I dug a bit and I don't think that's a thing TypeScript supports currently ([GitHub issue](https://github.com/microsoft/TypeScript/issues/12936)). It seems like it could be [possible](https://stackoverflow.com/a/57117594/262125) using...

Sounds good. 👍 > the child themes can't declare theme values that aren't in the base theme I don't think I quite understand this req. Maybe you could give a...