Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App does not like decimals #40

Open
DFKA opened this issue Oct 5, 2022 · 1 comment
Open

App does not like decimals #40

DFKA opened this issue Oct 5, 2022 · 1 comment

Comments

@DFKA
Copy link

DFKA commented Oct 5, 2022

More a user-error than a bug, but it seems that the App does not like decimals.

My flow was working fine 90 % of the time, and I discovered that the issue with the remaining 10 % was a mistake in my script which, sometimes, resulted in decimals.
These decimals was passed on to “Start countdown timer”.

Supplying a value with point as decimal separator:
The timer starts and runs for the number of seconds specified.
However, if the value on the right side of the decimal separator contains anything other than zeroes, then “Timer has stopped” is called instead of “Timer reaches zero (0)”.

Supplying a value with comma as decimal separator:
The value is set on the timer, but the timer does not run.

@ralfvd
Copy link
Owner

ralfvd commented Oct 6, 2022

Thanks for the report. Indeed, the app doesn't like decimals . I've made some adjustments in the code, that should resolve this. I will run some tests the coming days to see if it doesn't break anything, and then it will be released.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants