Michał Urbanek

Results 91 comments of Michał Urbanek

> What do you mean? I am not sure I just want natural break to not start counting before first user action. They seem purely time depending.

This could also be done with https://github.com/hovancik/stretchly/issues/712 Users write pause command and resume command and write it to designed tasks. I do not think messing with all sounds is good...

@ajaxbits fullscreen break reminder - are U sure problem not exist without full screen remainder. Could you turn off fullscrean break remainder and check if problem exist? Other thing to...

> I don't speak TS (but would have to maintain the code) All code could be not changed (most TS rules could be turn off when not used). TS could...

As I understand it firebase database would make all file synchronizations no longer needed. All data could be stored in firebase database and easly accessed with any interface. Synchronisation on...

Option of crashing app when geoclue is off for users seems problematic. On MATE I do not even get error message. So at least program should run from start, then...

``` npm install -g install-peerdeps install-peerdeps --dev eslint-config-airbnb-base ``` this solve issue for me, but still step by step miss that step.

I fix solution and now it is compatible with previous visibility and fix issue 29093. Probably more checks should be done for scenario with relative and absolute element over it,...

> Need to fix all visibility tests Should I remove id from this tests? Because there are many tests and now they work with span, still addressing them by id...