Ryan

Results 40 comments of Ryan

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

With tick_loop, I would probably just use [the `instant` crate](https://crates.io/crates/instant) to support Instant on web and desktop, and write a small polling timer.

Hey! Looks like the build is still failing.

Weird that it didn't break on all previous PRs... I'll get around to this some time next week probably, but if you'd like to fix it before then feel free.

I don't really work on Golem anymore (as you can probably tell), but if you want to put a PR together I'd take a look.

Golem isn't actively developed anymore, but if you want to make a pull-request I'd be happy to review/merge it.

This is interesting! I don't have an idea for how to make it "fit" golem currently, but I'm glad you got it working for yourself.

This exposes an issue that's sort of significant: every single `glow` breaking change is a breaking change for `blinds` and `golem`. It might be better to figure out a more-stable...

Sorry, I've never done any macOS-related development. I just happen to have a mac that I can compile code on, but I don't know anything about mac-specific programming.

@Ralith's proposed design: `WindowEvent::KeyPress(e) if e.key() == Some(LogicalKey::A) && e.is_down() => ()` appeals to me, especially for the reason of forwards-compat.