Denilson Sá Maia

Results 178 comments of Denilson Sá Maia

FYI, I've started writing some Matrix Keypad code compatible with gpiozero. I'm hoping it will eventually be integrated into this project. But it is also very likely that I won't...

This is a duplicate of #132. Still, if there was a button to hide the UI (and the background grid), we could use [the browser built-in tool to take a...

Idea for future refactoring (that I am not going to do): Completely replace the HTML elements (the `` and ``) with SVG ones. This way, the display would always be...

> Perhaps the `` SVG feature would enable inline HTML? [``](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject)? Never used it, but seems like a good idea. > What about the trick with 1-pixel border and positions...

It's been two years since I last touched the code, so I don't know. We have to rebase/merge the code and test. I'm not gonna do that *right now*, so...

Seems like a duplicate of #90.

As much as I personally prefer the silence, having the option of audio feedback is good for devices that don't have vibration (such as a tablet).

After downloading, I got 50 duplicate files, wasting 7.5GB (as shown by `fdupes -rm .`). After removing the duplicates (`fdupes -rdN .`), the size went down from 45GB to 38GB....

Whenever you merge it, you may consider also adding and updating this commit: https://github.com/denilsonsa/speedtest/commit/a3f127e56e9f19b7fcd411122437e1cd857dedc4

Well, adding a `tabindex` seems to be a bad practice in this case, not only it can mess up the tabbing order (if using a value greater than zero), but...