Joseph Garrone

Results 41 issues of Joseph Garrone

Hi, I noticed an error in the 'type' field that was always set to None for SMS-DELIVER and to a wrong value for SMS-STATUS-REPORT. I corredcted that and added the...

Hi, This PR is related to #33205. What is happening is that `classNames` overwrites the `classes` that applies to the root component. I have implemented a fix for the `Tab`...

Encapsulation is broken here ![image](https://user-images.githubusercontent.com/6702424/164951588-06feaac4-44d4-4b6e-aa28-cebd3960aa9d.png) should be in charge of reporting the aspect ratio upstream.

![image](https://user-images.githubusercontent.com/6702424/164913405-70321938-79f3-475d-9494-7ba244ce575e.png) It causes the header to have a slightly off color. It should't be transparent.

[ ]: Use `StatefulEvtLike` in powerhooks instead of `StatefulObservable`. ```typescript //evtLikeToEvt.ts import type { NonPostableEvtLike, UnpackEvt, EvtLike } from "./types"; import { importProxy } from "./importProxy"; import type { EvtLikeToEvt...

Hello, I forget to remove instructions that are no longer required in MUI v4. Best regards,

Following up on #33, As mentioned, it would be cleaner not to track the `deno_dist` directory on the main branch and publish with an action like [tsafe](https://github.com/garronej/tsafe) or [EVT](https://github.com/garronej/evt) does,...