Andy Wilson

Results 42 issues of Andy Wilson

I keep getting this error when running the eslint config. currently im also stuck on typescript: 5.1.6 any higher and it breaks Do you know which plugin is causing this...

So I currently have a typescript, nextjs and tailwind app. when i run lint with this config i get some issues. ``` { "$schema": "https://json.schemastore.org/eslintrc", "root": true, "extends": [ "hardcore",...

I have aliases that work as I can run storybook and compile my code but for some reason size limit isnt understanding the aliases ![image](https://user-images.githubusercontent.com/31218527/121345037-4ba05c80-c91c-11eb-800e-3fb81d6732de.png)

I feel like the eslint structure is too weak could be made much stricter for more consistent code, e.g. eslint-config-hardcore

So i have copied your example and linked it up to an api endpoint which should error due to not being authenticated but its not seeming to get to the...

Hi, I'm implementing a GUI but using your GUI code, is there a way for me to disable the tabs on the left as they will do things that we...

question

Just throwing the idea of having nested composibility. E.g. making a button group from a button component that is also made by mist?

Hey there, love the idea I would like to help contribute, what sort of stuff is in the roadmap so I can take a look at it and see how...

Hi is it possible to integrate with redux and redux-form as that is how the rest of my site is built and i would require it to work with it