Pim van den Berg

Results 14 issues of Pim van den Berg

This is probably a `winit` bug 😰

bug
help wanted

Using a debug build, `opt-level=2` on win10 I observe low framerate for the first few ~5 seconds, only when the debug timing view is enabled.

bug
help wanted

Disclaimer: This issue is supposed to be a discussion. I think, with the upcoming async/await, other runtimes will appear. There are already 3 "large" ones: tokio, futures and async-std. Therefore...

The crate should not expect a tokio executor to be present. Perhaps the Pool can contain an (optional) reference to an Executor, similar to how Hyper does it. This gives...

I've always used kmh, which works great. However when changing to the other scales for fun, I noticed none of them are displaying correctly. For example, my speed was 75...

See title. I don't know if this is already possible using the current possibilities of `const fn`, but setting a color on a constant string is definitely something I would...

I recently finished my first Piston project and it works fine on my main development desktop (Win10). When I open my executable on my laptop (or any other machine I've...

Currently the transformed impl for Context takes a `mut self` and updates it's own field, but since `Context` is `Copy`, this doesn't actually change the struct, but a copy of...

Please expose a way to stop a timer. Even better would be a way to init a timer without starting it. The pause line, located at https://docs.rs/stm32f4xx-hal/0.5.0/src/stm32f4xx_hal/timer.rs.html#210-231 could be extracted...