suid icon indicating copy to clipboard operation
suid copied to clipboard

Best way to contribute?

Open TurtIeSocks opened this issue 2 years ago • 3 comments

First off, thank you for porting the React library to Solid! It's been really nice to jump right back into Mui while trying out this new framework.

What led me here... I couldn't get the multiline prop on the TextField component to work, which I assume is related to the fact that TextareaAutosize is not complete.

I'm curious to hear more about contributing and what the best way to do this is. From what I understand, you're primarily looking for contributions to your conversion script in order to keep up with the original MUI repo, right?

TurtIeSocks avatar May 30 '22 19:05 TurtIeSocks

I would also like to contribute but pnpm install always fails for me.

 ERROR  ENOENT: no such file or directory, chmod '/Users/ethanstandel/workspace/suid/packages/codemod/bin.js

Which makes sense... codemod hasn't been built yet... because it's dependencies haven't installed yet. I tried removing the postinstall script but the same issue happens so I'm stumped 🤷

EthanStandel avatar Jun 05 '22 03:06 EthanStandel

First off, thank you for porting the React library to Solid! It's been really nice to jump right back into Mui while trying out this new framework.

What led me here... I couldn't get the multiline prop on the TextField component to work, which I assume is related to the fact that TextareaAutosize is not complete.

I'm curious to hear more about contributing and what the best way to do this is. From what I understand, you're primarily looking for contributions to your conversion script in order to keep up with the original MUI repo, right?

You can contribute in different ways:

  1. Sponsor the project.
  2. Coding.
  3. Reporting issues.

I just upload https://github.com/swordev/suid/commit/00e9fdbf81204a3546cf06f77ccee979f0867397, the MUI component transformer. It is under development but it "works".

juanrgm avatar Jun 09 '22 12:06 juanrgm

I would also like to contribute but pnpm install always fails for me.

 ERROR  ENOENT: no such file or directory, chmod '/Users/ethanstandel/workspace/suid/packages/codemod/bin.js

Which makes sense... codemod hasn't been built yet... because it's dependencies haven't installed yet. I tried removing the postinstall script but the same issue happens so I'm stumped 🤷

The CI workflow is working successfully and the steps are simple:

git clone https://github.com/swordev/suid
cd suid
pnpm install
pnpm start

juanrgm avatar Jun 09 '22 12:06 juanrgm