Mik

Results 22 comments of Mik

Thank @n1t0 and great job ! I started playing and understanding how it works. I will take a look at WebAssembly binding, if you are ok.

I made an experiment several months ago and got it running without multithreading. Here is my branch but totally out of sync: https://github.com/mikbry/tokenizers/tree/feat_wasm Now it should to be updated to...

For e2e testing using Detox i found this solution: ``` ``` But not tested using React Native Web

I need to think how to better customise colorpicker like removing HSVGradient If you have a gray color aka without tint, it is normal that the color slider has no...

ColorButton and ColorInput passes extra props to Material-Ui sub-components Button and Input. But yes if you use Typescript they don't extends from Material-Ui sub-components

Sorry for the lack of update on migration to mui v5, but I need futher tests as it completely breaks compatibility with v4. Actual master branch isn't passing tests so...

I just released [mui-color](https://github.com/mikbry/mui-color) `2.0.0-beta.1` which will be the port of `Material-ui-color` to Mui v5. There are several bugs, need to update the doc, I will fix them or if...

I will also revert all v5 changes in this repo, so I could fix new issues in `material-ui-color`

@ThabrezAhmed For Mui v5 I created a new package mui-color : https://github.com/mikbry/mui-color . It is an alpha, design need to be enhanced.