QuantumBadger

Results 212 comments of QuantumBadger

Thanks for the report -- the example works for me in Weston on Arch. Does it work after a `cargo update`? If not, could you give details on which GPU...

Thanks for the details everyone. I've gone ahead and rewritten Speedy2D's window handling code to use the latest version of Glutin! https://github.com/QuantumBadger/Speedy2D/commit/3159dd1d92bd6d3771b94c7eede0295359ed6372 @JustLinuxUser / @CrazieNewb Could you try the latest...

@JustLinuxUser Yes that's correct -- it's effectively a bug in `glutin-winit` calling `config_picker` with zero options, but then forcing you to pick an option (which is impossible). Not sure if...

Thanks for the report! I don't have an iPhone for testing, but it's possible that we're hitting a GPU memory limit. > Sometimes it stops with panic in font_cache::draw_bitmap_at() right...

Thank you for the logs! I'll look in more detail soon, but it seems like something must be going wrong earlier in the execution (probably a memory allocation failure), as...

Thanks for the question! Here's an example from the test framework using Glutin on Linux: ```rust let context_builder = glutin::ContextBuilder::new() .with_gl_debug_flag(true) .with_multisampling(0) .with_gl(glutin::GlRequest::Specific(glutin::Api::OpenGl, (2, 0))); let context = context_builder .with_vsync(false)...

Thanks @thanhminh-vht -- there's currently a backlog of PRs but I'm hoping to review them soon.

@edgan Thank you for this, and sorry for the slow review time. This looks interesting and I'll get around to it soon.

"Self text" has historically been Reddit's terminology for the text associated with a "self post". They seem to have moved towards "text post", so I have no objection to us...

That's incorrect. As I say above, it's terminology directly from Reddit itself. In fact the text you circled in red is displayed exactly as it's returned from the Reddit API....