Artúr Kovács

Results 121 comments of Artúr Kovács

I agree but @alvinhochun seemed to be against adding a variant to `Event` which only gets triggered on one platform.

@chrisduerr if you are in executive position I'll just implement this as an event so that this can be closed. Otherwise I'm in a rather uncomfortable situation here as I'm...

I just updated the implementation so that now an application level `Event` is sent. I also updated the example at https://github.com/ArturKovacs/winit_open_file

It seems to me that I addressed all the feedback. Is there anything I'm missing?

To be honest I'm not really a fan either of how this is done in macOS, but if this is not exposed by winit, how should winit applications open associated...

Okay, that's reasonable if said feature can be implemented outside of winit. I don't see how this could be done outside of winit while using winit for the rest. Please...

I wouldn't want to involve other contributors but we seem to be completely stuck with something that I believe is quite important for macOS applications. @francesca64 and @ryanisaacg you both...

> Speaking of, @ArturKovacs, would you be interested in maintaining the macOS backend? This suprised me and made me very excited. I would definitely be interested, yes. > we could...

The part that's not clear to me about using a channel is how would we avoid leaking memory if many of these "events" end up being unhandled. We cannot guarantee...

I’ve implemented the callback method again, but I’m observing a strange behaviour. When I double click on a file in Finder there’s a delay of about 5 seconds between the...