Ben McCann
Ben McCann
Thanks @retronym ! This is hugely helpful. Do you have any suggestions on how junit-interface should deal with this? Should this feature be implemented differently or should it be deprecated...
Thanks for all the help guys. I filed a bug at junit-interface. That project doesn't get enough love, so I tend to doubt it will be looked at unless someone...
Potentially https://github.com/sveltejs/language-tools/issues/2391
We should make sure the contents of the REPL stay in sync with the contents here. Using a hashed URL like suggested in https://github.com/sveltejs/sites/issues/330 would make that difficult, so a...
If we expose the ability to create a hashed URL then we can never change the hashing scheme because every site using it would need to be updated
> Svelte's preview repl for the upcoming runes feature set supports encoded URLs I would not recommend relying on this domain as the site will not live on after the...
I don't get the sentiment that it's outside the scope of the Node Package Manger to check that packages it publishes are compatible with Node. Potentially you could say it...
@ljharb thanks for taking the time to respond. Educating users is a fine approach as long as we're being proactive about it and ensuring they discover the necessary info at...
I would not suggest examining the contents of any files other than `package.json`. We do not have to catch every possible type of error to provide value, but just point...
> What happens when Yarn starts implementing a definition of "valid" that's slightly different than npm? And the same for pnpm? We file bugs against them that their validations are...