Rob Pilling

Results 198 comments of Rob Pilling

I understand that connecting [the IDE](https://www.espruino.com/ide/) hasn't worked in the past - perhaps we could retry this approach to see if there's any error logs on your bangle? What problems...

The bug is likely in a similar area to #1601 too

Yes, this sounds like a good bug fix to have - happy to take a look at any PRs, and feel free to tag in the author(s) of dtlaunch (@thyttan...

> this issue disappears with wear detection in place. @notEvil do you have the code changes you made for this still?

Cool, sounds like a plan - perhaps we leave this open and if I or someone else gets time, we can push up the suggested B1 fix of turning on...

The [`locale` app](https://github.com/espruino/BangleApps/tree/main/apps/locale) is the closest we have at the moment, but no timezones there

Sounds like a nice idea, I expect it would be a firmware change although it looks like `satellites` [is unconditionally set](https://github.com/espruino/Espruino/blob/bdcad9b021750d88588d00c62e3c15d078c51e14/libs/misc/nmea.c#L197). but perhaps we'd want to change [code around here](https://github.com/espruino/Espruino/blob/bdcad9b021750d88588d00c62e3c15d078c51e14/libs/banglejs/jswrap_bangle.c#L4274-L4311),...

Sounds like the calculator app will need tweaking

I suspect this is something in nvim's handling, [the code](https://github.com/bfredl/nvim-incnormal/blob/master/plugin//incnormal.vim#L108-L108) which executes doesn't do any string trimming, but I see the same for things like ```vim '

Looks good to me - might be worth mentioning in the readme that this app doesn't drive the HRM, so the user might want to adjust the HRM interval in...