Tyson Matanich
Tyson Matanich
Changing the usage ([USB HID usage table](https://www.freebsddiary.org/APC/usb_hid_usages.php)) from Keyboard `0x06` to Keypad `0x07` does the trick for me. Is there a way to have this be configurable? https://github.com/T-vK/ESP32-BLE-Keyboard/blob/183afacf04982af9961c6f47e64e2ed387f301ee/BleKeyboard.cpp#L34
Also, calling `.setName(` before `.begin()` allows you to set a name longer than 15 characters. This is a great workaround but a strange behavior. It also first presents the user...
It's disappointing the [Preact service worker doc](https://preactjs.com/cli/service-worker/#using-other-workbox-modules-in-your-service-worker) doesn't seem to cover the info needed to get a simple custom service worker up and running, which states: > "Preact CLI uses...
@developit thanks for the suggestions! I'm now using the script below in my `preact.config.js` which allows my service worker to run with `preact watch --sw`. I grabbed this from `webpack-client-config.js`...
Seems like this approach would be helpful for #260.
A default route is required for showing a 404 not found page.
Will look into when I get a chance, but let me know if you have a suggested fix. Also, your video link doesn't seem to be working.
@jpdesigndev sorry to not respond sooner, yes I am open to a PR to unregister a selector. If it adds much file size at all, you might want to write...
IE10 does not have scroll bars that consume layout space (read more).
@timgluz send a PR and I will integrate. Thanks!