Ian VanSchooten

Results 155 issues of Ian VanSchooten

We are building our example app storybooks during CI for builds, we should find a way to publish them (maybe netlify, or maybe chromatic?) so that we can check out...

It seems you're using localstorage, but you mention localforage in the readme, which is another project by Mozilla.

## The problem When my percy snapshots fail due to running out of credits or some other reason, my CI does not alert me, because the exit code returned is...

✨ enhancement

In my build, if linting checks fail, I abort the build and fail right away. Right now, this means the status which is reported back is "no test results found"....

I'm trying to write a codemod that changes from the old style of type imports: `import type {MyType} from './types';` to the [newer](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/#type-on-import-names) style: `import {type MyType} from './types';` I...

📚 docs
📈 enhancement
🙏 help wanted

**Describe the bug** I would like to separate out my schema-types from operation-types+hooks, and I believe I've found the config which should accomplish it. However, when using import-types-preset, _all_ of...

help wanted