Joe Wilm

Results 60 comments of Joe Wilm
trafficstars

That's strange. I would have expected anything registering as a system shortcut to never be passed to Alacritty.

Works for me on master. Do you have it in your key bindings? ```yaml - { key: Q, mods: Command, action: Quit } ```

Oh that sounds like it would solve our problem! Sounds like a nice solution. Re: small string optimization; are you saying you'd drop support for it?

I would be interested in seeing the standard logging facade used in winit. This would allow debugging with whatever logging backend an application provides rather than requiring a special environment...

One other thought -- if there is a concern about having logging in hot code paths, winit could potentially add a feature flag to compile out such macro invocations.

As a work-around, if you're behind a reverse proxy, you can have the proxy server add an `x-forwarded-for` or `x-real-ip` header

Interesting! I had not considered that the simple version will enforce a single type. Thanks for sharing. I'm going to leave this open until I can get around to fixing...

Couldn't we get away with introducing additional lifetimes on a per method basis and enforce `'b: 'a` where `'a` is the lifetime of the struct?

Thanks @ibash for this PR and @xrmx for your reviews. I'm eager to see this PR land and published; is there anything I can do to help?

Thanks @commonsensesoftware for filing such a thoughtful ticket on this issue. @caspermeijn thanks for sharing your thoughts as well. In your rough plan, you mention stabilizing some encoding functions in...