Joseph Garrone

Results 41 issues of Joseph Garrone

Hi, With `tss-react` v4, the fact that mui-datatables uses `tss-react` is completely transparent for the end user 🥳.

If someone would like to shoot a Keycloakify video tutorial, it would greatly help beginners create their first Keycloak theme. I think such a video would get a some views....

good first issue
hacktoberfest-accepted

See: https://github.com/garronej/tss-react/issues/103#issuecomment-1266999107 Will be fixed when [this pr](https://github.com/mui/material-ui/pull/34659) gets merged.

https://github.com/gregnb/mui-datatables/issues/1886#issuecomment-1254931929

hacktoberfest-accepted

Implement this suggestion: https://github.com/garronej/tss-react/issues/115#issuecomment-1259748268

It would be really powerful to be able to apply transformation to an object using the well-known pattern: ```typescript const transformedObject= Object.fromEntries( Object.entries(originalObject) .map(([key, value])=> [key, f(value)] ); ``` And...

Hi there, I will happily PayPal 30$ to anyone who would log in to my machine and got the ClickPad (Left, Middle, Right) physical buttons to work. I have a...

To reproduce, remove `.denoifyrc.json` from https://github.com/garronej/my_dummy_npm_and_deno_module and build

Hello, This PR follows up on #12544, addressing the continued use of `withStyles` from the now-deprecated `@mui/styles` in Jitsi-meet. It eliminates all remaining dependencies on `@mui/styles` by transitioning to the...

If you: - Update you code - Comit and push - update your package.js - comit and push befor the previous workflow is done running. The first commit will trigger...