Rob Pilling

Results 198 comments of Rob Pilling

I like the sound of your proposed fixes, specifically: - We wait until we have a stable fix at the start - Perhaps we wait until two consecutive GPS fixes...

Great, sounds like a plan. About **c)** (in fact, this applies to all points, but specifically about where the change should be made), I don't believe `Run` records distance, nor...

gipy's [latest update](https://github.com/espruino/BangleApps/pull/3117) has [some logic](https://github.com/espruino/BangleApps/blob/f4d43072297a7312d1a728c0177b3d983dec0e81/apps/gipy/app.js#L475-L485) around this too

Might be to do with the default being applied: https://github.com/espruino/BangleApps/blob/75970a1aeeb83580f663d2952272c91a28e4cea9/apps/qmsched/lib.js#L78-L80 or this timeout interfering, if you're quick enough to exit: https://github.com/espruino/BangleApps/blob/2b8399bb9bd076cae54d675baebf7f89b1eeb8d2/apps/qmsched/app.js#L237-L245 @rigrig @halemmerich tagging in case you have any ideas

I believe we have [the `conditionWithData`](https://github.com/espruino/BangleApps/blob/98e560a756492303fd51c7a7daddc9b4fa3c3616/apps/weather/clkinfo.js#L42-L52) part now, but I don't quite follow the extra details - is there more to this issue would you say, @glemco?

Gotya, if I follow correctly, you're saying we could modify clkinfo to be more configurable, so a user can pick what text is shown against what kind of image/gauge/value? Thanks...

Yes - at the moment a single typescript build will build all the apps, which share the same namespace (for example, multiple boot apps will all run at the same...

I guess this wants to stay open still? There's a few other apps that count steps themselves: - [widpedom](https://github.com/espruino/BangleApps/blob/98e560a75649/apps/widpedom/widget.js#L20-L41) - [banglebridge](https://github.com/espruino/BangleApps/blob/98e560a75649/apps/banglebridge/widget.js#L200-L203) - [gpstrek](https://github.com/espruino/BangleApps/blob/98e560a75649/apps/gpstrek/widget.js#L102-L104) - [activepedom](https://github.com/espruino/BangleApps/blob/98e560a75649/apps/activepedom/widget.js#L215-L215)

@hughbarney did #2690 / messages light 1.6 fix this for you?