Patrick Ferreira
Patrick Ferreira
did someone find a way to put this to work?
I needed the regular and outlined fonts, to do so : I opened https://fonts.googleapis.com/css?family=Material+Icons%7CMaterial+Icons+Outlined I went to chrome dev tools, `Cmd+Shift+p` and searched for `Network conditions`. I changed the user...
Issue still relevant Luminance : v2.6.0 OsX : 12.1 ```shell 18:00:48 $ /Applications/Luminance\ HDR\ 2.6.0.app/Contents/MacOS/luminance-hdr-cli dyld[83189]: Library not loaded: /opt/local/lib/libHalf.24.dylib Referenced from: /Applications/Luminance HDR 2.6.0.app/Contents/MacOS/luminance-hdr-cli Reason: tried: '/opt/local/lib/libHalf.24.dylib' (no such...
Great! :D For those who have the same issue, This build is working on Mac os Monterey 12.1 ;-)
Hi, it seems that this bug is relevant even in web when we use FontAwesome icons, If you clone the repo and try to open the `index.html` file, the font...
@idpaterson do you think your fix is somehow related to this issue #101 ? The textarea is displayed in a bootstrap modal...
I think this is related #101, but I can't reproduce it in plunkr :/
IMO, we need to split this two things appart. The component used is `MuiFormHelperText` and display error messages, then, the `variant` prop should be `error` right ? But if we...
The `multiple` prop seems not to work 100% right now. If you put the `multiple` prop BUT you select only **one** file, the `handleChange` is triggered with an empty objet,...