Jonathan Pollak

Results 53 comments of Jonathan Pollak

Thanks for the detailed response. I understand that IE11 support is crucial for many, but I think it is worth taking into account that many website no longer support IE11....

@JamieMason Can I help with this? Any hint where in the code to look at?

@balazsorban44 TypeScript extends how `exports` is used in node to also include type info. See an example [here](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing). While this example isn't the exact same as the use-case in this...

You could add something like this to your `.bashrc` or `.zshrc`: `PATH="$PATH:./node_modules/.bin"` This will add the local `node_modules` to your path, and then there's no need to run Turbo through...

To add to the above, float `min-width` queries always match

I'd really like to see an intermediary step too. I was actually forced to rename some of my pipline tasks because of this behavior, which is far from ideal

I realize this isn't very straight forward to implement, but generally speaking, blindly invalidating the cache isn't so great. If a single workspace package adds or changes the version of...

I'm not sure about Yarn - but to the best of my knowledge, yarn doesn't add workspace dependencies to the lockfile anyway - but with pnpm, any change to the...