Rom

Results 727 comments of Rom

I agree. That said it would involve considerable changes in server infrastructure; I'll implement this if many people ask for it.

True - still a lot of work though. Feel free to hack through the source code, it's open source after all.

I agree this could be better

Hi @MillennialDIYer ! Are you familiar with npm and Parcel? (https://github.com/parcel-bundler/parcel, https://www.npmjs.com/). I'm curious; what's your plan with your local copy of Clock Tab? > you should really consider signing...

It's mostly about `npm`. Install Node.js (which includes `npm`), clone the Clock Tab repo and then run `npm run dev`. That should for the beginning. Let me know once you...

What's your programming experience? Do you know CSS? JavaScript? The DOM? Rom :)

> nothing with DOM The first step would be to learn about the DOM. What you could do is to create a super simple version of Clock Tab on your...

No pressure. I have 0 expectations and if I never hear back from you that's 100% fine :-). This will only work out if you feel like doing it and...

Possible solution: play inaudible sound https://stackoverflow.com/questions/5927284/how-can-i-make-setinterval-also-work-when-a-tab-is-inactive-in-chrome https://stackoverflow.com/questions/6032429/chrome-timeouts-interval-suspended-in-background-tabs https://stackoverflow.com/questions/15871942/how-do-browsers-pause-change-javascript-when-tab-or-window-is-not-active

Some alternatives I'm aware of: - https://github.com/accounts-js/accounts which is actively being worked on - https://github.com/ianstormtaylor/permit but it seems to be abandoned as well Also, if you are interested in the...