Patrick Linehan
Patrick Linehan
This is awesome! Would it be possible to do a new release to the Marketplace to pick up this change?
Just want to point out another really confusing thing here: If you run a `docker image inspect` on the newly-built image, it shows `"Architecture": "arm64"` even though it is `amd64`....
Yes, using https://www.nuget.org/packages/WebSocket4Net/0.15.0-beta6 I can specify the SSL protocols like this: ```var socket = new WebSocket(url, sslProtocols: SslProtocols.Tls12 | SslProtocols.Tls11 | SslProtocols.Tls);``` @kerryjiang perhaps it is time to mark 0.15.0-beta6...
They are almost all cases where we have an input and a set of associated buttons (e.g. a search input box and a "search" button) and we'd like the focus...
Just chiming in, but shift (or any keyboard event) also causes Chrome's default focus ring to appear, as well. Personally, it seems somewhat aggressive. Consider the case where a user...
I have to admit that I hand't been thinking about virtual keyboards at all! Maybe I should. I think you're right, though, that in this particular case we would not...