Thomas Schaller
Thomas Schaller
How can I use a native library I've built for Android? More specifically, I'd like to build `rust-sdl2`, however it seems `cargo-apk` cannot find the built SDL2 libraries.
What is the recommended way to handle a paused activity? The problem is that it is not allowed to swap buffers then, so I suppose the application should just wait...
My phone: LG P880 (4x hd) I can't use glutin on my phone because [this line](https://github.com/tomaka/glutin/blob/master/src/api/egl/mod.rs#L497) causes the application to panic. I'm not sure if this is the reason but...
There seems to be no need to have a lock around an option wrapping an `Arc` - since we have an (allocated) `Arc`, we can just use its raw pointer...
Version of VSCode: `1.9.1`, commit `f9d0c687ff2ea7aabd85fb9a43129117c0ecf519` Version of the extension: `0.3.7` OS: Linux 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Description: I can only...
The example on the first page you see doesn't actually show what `froggy` allows - nice references between components. I think it'd be worth extending it to show that, because...
Fixes #15 Changed all methods to use `Acquire`, `Release` or `AcqRel`, whichever is the strictest. I had to remove the ordering parameters from all the methods, so it's a breaking...
Right now, the event buffer will grow if a `ReaderId` is not advanced. This thread is meant to discuss potential solutions to this problem.
I'm not sure whether this is a racer or a plugin issue.
While the benchmarks can show a rough difference, they're very far from real-world and they favor some approaches more than others I think. One point which should be improved for...