thyttan

Results 161 comments of thyttan

I think this can be a good idea (although personally have not felt the need). I noticed: - If I zoom in on the "TIME" stat directly after starting the...

A variant of this would be to let the user define custom gesture-to-key mappings. That would massively increase the interoperability with e.g. the [Tiling Shell extension](https://github.com/domferr/tilingshell/). I've changed the mapped...

I have sometimes just added some let-statements near the beginning of the script as an easy way to make the linter happy with older code. In this case e.g: ```javascript...

@soneret was eager to try this in https://github.com/espruino/BangleApps/pull/3473#issuecomment-2227525727. If I'm correct this update can be installed from https://whelanb.github.io/BangleApps/?id=messagegui , right @WhelanB ? :) I want to try it some myself...

Check the Development App Loader - accessible from the "More..." tab of the official App Loader. Updates show up there virtually as soon as they are merged here in the...

> Is it in released version already? I don't see such button :) It's on the development app loader. You can access it from the "More..." tab of the official...

Hi @paul-arg! I saw your active again - what do you think of @bobrippling's question above?

Leaving some links in case they'd help: https://www.espruino.com/Troubleshooting+Bangle.js https://www.espruino.com/Firmware+Update#nrf52 https://www.espruino.com/Troubleshooting+BLE https://forum.espruino.com/conversations/373768/

Probably relevant comment: >Yes, responding on the falling edge looks good - and was certainly the reason for going back 2 levels. > >I forget the original reasoning for using...