Steve Repsher
Steve Repsher
So I created this request for both performance and API conformance... For performance, I was misreading the Performance section of the README. It sounded on initial read that you were...
> ```js > const digest = create32() > .update("some data") > .digest(); > const digestBase64 = btoa(digest); > ``` This would not produce the desired result as `btoa` takes a...
> xxhash-wasm never has a buffer of the hash, however, so it's no better at producing a buffer of this data than a user-space function, and as you've demonstrated with...
This problem is not unique to Auckland. That particular picker uses the [`google-timezones-json` package,](https://github.com/sanohin/google-timezones-json) which is labeling IANA zones with a fixed offset in northern hemisphere standard time. It also...
Still on my list to fix
This should be closed. It is not a core issue. See https://github.com/home-assistant/my.home-assistant.io/issues/482.
@CityDweller I am a screen reader user as well and understand the issue. However, implementing what you expect (like in Gmail for example) would get complicated quick, especially since the...
I am referring to "browse mode" in the NVDA sense (as opposed to focus mode). In JAWS this would be the virtual cursor. If you say it worked before, than...
I don't have JAWS installed to test. Does it work as you'd expect without smart navigation enabled?
Okay, I was going to say it sounds like JAWS might be trying to be too smart and click the first control in the row, but I guess that's not...