Thomas Schaller

Results 117 comments of Thomas Schaller

I'm still a bit unsure how to go about the deprecation; I don't think it's possible to generate warnings for implementing a method, so if we'd remove it entirely that'd...

Yeah, true. I'm just trying to avoid too much breakage.

While this is strictly speaking against the statement of the README: > This library is an extension of cgmath that provides collision detection primitives. I approve the idea :+1:

I ended up using [lmic](https://github.com/matthijskooijman/arduino-lmic) instead. [Working demo](https://github.com/cyberman54/ESP32-Paxcounter/issues/411#issuecomment-520987149)

Well, I think this issue is good news! The only thing that concerns me is > The release of Failure 0.2 will come with a corresponding minimum Rust version bump...

Update: "Upgrade to Specs 0.11" :smile: I could help with that if you want.

@tomaka The bug is in [line 214](https://github.com/tomaka/glutin/blob/master/src/api/egl/mod.rs#L214) because my `egl_version` is (1, 4).

@tomaka I see, ok. However, I tried to work around that problem by specifying a version, and I got another panic because [this line](https://github.com/tomaka/glutin/blob/master/src/api/egl/mod.rs#L575) caused a `NoAvailablePixelFormat` error (it seems...

@tomaka Same error with `Nexus 5X`. I'd really like to fix this, but I don't know how to implement it.