Chris Schmich

Results 30 comments of Chris Schmich

@omeganc Thanks for the feedback. This is something I would like to fix, but the list of features is large and this is definitely a side project for me, so...

Did you notice this on the stats/history page? You are correct, this is related to DST. The data stored is correct (Marinara stores a timestamp plus timezone offset when you...

This is an unfortunate situation I figured someone would hit at some point. I don't have a great solution for it. Chrome has a [storage API](https://developer.chrome.com/extensions/storage) that I use to...

Thanks for the feedback, everyone. This was a bad call on my part and I will be transitioning all storage over to Chrome sync storage. There will be storage limitation...

@jasonberryman Thanks for the pointer, I hadn't considered it. At quick glance, with ~50K active weekly users and growing steadily, I would guess this project would need the [Flame Plan](https://firebase.google.com/pricing/)....

I apologize for the delay here. I recently moved to start a new project and haven't had much spare time to work on Marinara. I've received a bunch of feedback...

Won't fix. Starting focus/break session is easy enough.

Fair enough. It's easy enough to implement, I just hadn't heard any requests for it. Thanks for the feedback.

@kdragowski Thanks for the feedback. I've been meaning to get to this feature for a long time, but I've been sidetracked by other features. Hoping to get to this soon.

Yes, right now the Pomodoro cycle state is stored in memory and isn't persisted in any way. The use case I had in mind included a long-running browser process, but...