xiaoshihou

Results 5 comments of xiaoshihou

> Our limits might be set higher than needed. > https://github.com/ggez/ggez/blob/d787f7f2a0ee8d8bdae6ec487261451220af64c5/src/graphics/context.rs#L191 > could you go to line 191 in src/graphics/context.rs and replace `Default::default()` with `wgpu::Limits::downlevel_defaults()` or `wgpu::Limits::downlevel_webgl2_defaults()`? Changing that as...

> downlevel_defaults might still be too high but downlevel_webgl2_defaults is too low. Gonna have to check more specific limits. Thanks for testing! Glad to help!

I think polybar wiki has an implementation: https://github.com/polybar/polybar/wiki/Module:-battery

@arafune One thing I noticed with your setup is that the lsp format provided by pylsp seems to take forever, so much so that formatting doesn't seem to complete at...

Ok, my last comment wasn't exactly helpful, so here's a laid out thought: Given the behaviour *I* observed, I imagine it _may_ be a bug in guard.nvim that is solvable...