Joe Moon
Joe Moon
I have a repro on macOS. I'll do some digging.
Looks like it's in `winit`, I've created [an issue there](https://github.com/tomaka/winit/issues/665).
i have a pr up on winit: https://github.com/tomaka/winit/pull/666
winit PR was merged, just waiting for a version now, i think
This looks great, and would address all the issues I have. I personally prefer the more verbose approach. As for documentation, I think some comments in the default `.alacritty.yml` would...
@fschutt I'm not sure, but it sounds like @chrisduerr's `range` proposal would address your issue: https://github.com/jwilm/alacritty/issues/957#issuecomment-362934573 That said, it seems like the `range` feature could come after an initial implementation...
I think this may be the same issue, but alacritty uses the dpi of the primary monitor (i.e. the one with the menubar and dock). Does this line up with...
@metayan sorry I wasn't more clear. I have a suspicion that it's the same underlying issue as #71. I think what's happening is that alacritty only queries the primary monitor...
Ok, I think that rules out my theory. Can you try this branch: https://github.com/sodiumjoe/alacritty/tree/964-dpi-change You'll have to clone down glutin and winit and use local path deps of alacritty ->...
I'm running into this issue, and @csdrane's fix doesn't appear to fix it. Here's my minimal repro: `project.cljs`: ``` clj (defproject app "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license...