Ian VanSchooten

Results 816 comments of Ian VanSchooten

Also note that typescript is [planning](https://github.com/microsoft/TypeScript/pull/40698) to include import assertions in 4.5.

@rvion one mitigating strategy to prevent these kinds of issues is to use something like nvm or https://volta.sh/ to be sure that everyone is using the same node version, and...

I was able to reproduce the issue that I think I'm having, by importing a shared function into both blue and black. https://github.com/IanVS/vite/commit/8c8bc4306083427a9946274ae1fb3cadf0d3cf3f In the case of both blue and...

Hi, thanks for the PR! Can you give an example of a rule name that currently fails in windows? This package is used in https://github.com/IanVS/eslint-nibble, and I haven't heard any...

Just as a small datapoint, I chose to use this package over others because it did _not_ use canvas or have a lot of extra capabilities. It's the smallest and...

>Do you have a way to export your SVG? What do you mean by export it? I show it on a website for a 2fa code.

@jfmengels did you open an issue upstream? I couldn't find one. Seems like a reasonable request to me, and I'm in the same boat as you trying to find unused...

I wonder, could it be possible to use https://github.com/sveltejs/language-tools/tree/master/packages/svelte2tsx to get you at least part of the way to typescript support?

>This effectively mitigates nearly all css ordering issues. I believe that is true only if you are using exclusively css modules. If you have a mix of global css and...

Related: https://github.com/benjamn/ast-types/pull/745