Gilles Yvetot

Results 10 comments of Gilles Yvetot

@mattsains that's what I have done and the program runs, I think it prints 0 when the magnet is not detected. I have not been able to make it display...

Forgot to mention: awesome job !

Actually, I am super busy too right now :( I found a workaround in the mean time but will work on it in a near future ;) Gilles Y. On...

I am also still seeing this in spectron v12 and v13

Do you need help porting to v1?

Okay I am on it. I have done a lot of work and I think it is almost done. I do struggle with something though. The project is running, the...

From what I am seeing [here](https://github.com/mui-org/material-ui/pull/6892), ``` remove the duplication between the theme and the styleManager as we can use this.context.styleManager.theme over this.context.theme ``` which I tried but `this.context.styleManager` is...

Then why do you use the context instead of wrapping your component with `muiThemeable` (which became `withTheme`) and then use the theme attached to the props?

@bcoe any news on that ? Is there anything I can do to help you with that?

@gunbamz would you mind submitting a PR?