Marcus Wittig

Results 160 comments of Marcus Wittig

> does pimatic really use the time of the system? yes Can you please give an example of a rule which in your case triggers at the wrong time after...

I am not sure. It happens after login. Looks like a (non-critical) race condition. @sweetpi Can you please have a look at this one?

I can reproduce the problem. Moreover, reducing the value sometimes decrements by 0.2 instead of 0.1

Yes, it is a bug in the UI part of the input thingy which is part of pimatic-mobile-frontend

> Is there focus on this bug? Unfortunately, there is no focus on this right now. I had investigated the matter to be a problem with the jQM version we're...

Thanks for pointing this. We'll update the docs soon!

Below I have added a simple a proof of concept which revealed two issues: * date-format-lite does not seem to handle umlauts properly - might also be file encoding issue...

To fix the above issue the follow rgex may do: ``` .match(/.[\u00C0-\u017Fa-z\.]+/g)