Ian VanSchooten
Ian VanSchooten
Hi, I'd love to add the [storybook vite builder](https://github.com/storybookjs/builder-vite) to this list if you're open to it. But, I'm not sure what section it would belong in.
I'm working on a codemod to transform type imports into the new Typescript 4.5 syntax: https://github.com/facebook/jscodeshift/issues/481 I wanted to use `ImportSpecifierBuilder` to construct an import specifier that is a type...
If you pass a `rangeEnd` to `weekdayCalc` that is before the `rangeStart`, a positive value is returned, essentially making the `rangeStart` and `rangeEnd` interchangeable. It would make more sense to...
I saw that I'm a few versions behind in my project, and am trying to figure out what changed in the last two patch releases, but the releases are not...
After adding typescript as a dependency in https://github.com/davestewart/alias-hq/pull/37, I found that updating alias-hq also updated the version of typescript being used in my project, which caused some failures since I...
**Describe the bug** I was just looking at https://storybook.js.org/docs/react/writing-stories/decorators#decorator-inheritance, and I wonder if "in the order they are defined" is a bit misleading. Decorators work a little bit backwards, from...
**Describe the bug** Just recently, intelephense has started marking lots of function calls as undefined, for instance `is_null` and `array_map`. **To Reproduce** Install version 1.3.6 or later. Seems to work...
It seems to me like this project needs to be installed with `--save`, instead of `--save-dev` as mentioned in the readme. The reason for that is that it will be...
Sometimes the order of my css imports matters, because it will effect the cascade. Is there a way I can prevent the sort algorithm from operating against my css files...
### Description I'm exploring the use of Chakra in my app, and noticed that there is an error on https://v1.chakra-ui.com/ in a codesandbox ### Link to Reproduction https://v1.chakra-ui.com/ ### Steps...