Joseph Garrone

Results 653 comments of Joseph Garrone

Hi @hugo4711, I read: ```raw Type '"revert-layer"' is not assignable to type 'Appearance | Appearance[] | undefined'. ``` But in the current version of [csstype](https://www.npmjs.com/package/csstype), "revert-layer" is assignable to `Appearance`....

I'm sorry, this error is annoying indeed but the problem comes from MUI: ```raw Type 'CSSProperties (as defined in @mui/material/styles/createMixins.d.ts') is not assignable to type 'CSSObject (as defined in csstype/index.d.ts)'....

Hello @Nek-, Thank you for bringing this issue to our attention. To enable us to expedite a resolution, it would be tremendously helpful if you could create a replication repository....

HI @OlIvAl, I'll see what I can do but allow me to challange your testing approach. Why testing for classNames instead of testing for poperties [like MUI does](https://github.com/mui/material-ui/blob/e041ef947178ca80f3c1a7e3e0a95f07d4ae6064/packages/mui-material/src/Button/Button.test.js)? Because the...

Afterthough: Under the hood of TSS it's emotion. Let's see what they have in store. Can you test with this and tell me if it work for you: https://emotion.sh/docs/testing

The job would consist in writing another adapter for this port: https://github.com/InseeFrLab/onyxia-web/blob/main/src/core/ports/OidcClient.ts Here is this Keycloak adapter: https://github.com/InseeFrLab/onyxia-web/blob/main/src/core/adapters/keycloakOidcClient.ts Here is the mock adapter: https://github.com/InseeFrLab/onyxia-web/blob/main/src/core/adapters/phonyOidcClient.ts

Hello @d-sooter, > Hi Guys first of all great tool Thanks! > I am trying to get the full url or at least the redirect_uri in the login page (...

Ok I see, For that usecase in perticualr we have the theme variant feature that you might want to consider. https://docs.keycloakify.dev/build-options#extrathemenames You can select the theme at the Keycloak client...