Levin Rickert
Levin Rickert
@mschrage And few hours later I received your newsletter mentioning usage of Rust for at least your CLI 😅
Okay. The README was quite misleading here. > By default, import-sort comes with these styles This sounded like all of these styles are shipped with the `import-sort-cli` package but this...
@jakoblorz I think that would look weird on Windows to keep the emoji in the title since it's displayed with colors here. 
I see several Windows PRs merged. Is this issue still relevant?
That it's not possible to easily get an handle to the window is a huge bummer. I don't want to set up everything on my own just to be able...
@hecrj In the end an accessible reference to the winit Window would be enough as it transparently converts to a HWND through `raw_window_handle` crate.
@hecrj Maybe the result of `raw_window_handle` could be exposed for all platforms? https://github.com/rust-windowing/winit/blob/master/src/window.rs#L1020
@hecrj Please let me know what you think. I'm open to prepare a PR.
@hecrj I see. I would be willing to give adding this to the platform-specific settings a shot. A few questions: - I'm seeing that the platform specific settings aren't exposed...
I'm experiencing the same issue. JSS used by Material UI 4.x depends on `csstype` 3.x while Material UI itself depends on 2.x. Until now the types from 3.x and 2.x...