Justin Campbell

Results 26 comments of Justin Campbell

@facundoq I'd love that too, but it would require another service to be running and look for pomodoro status changes. I'd like to write a macOS menubar app soon (hopefully...

@jmburges Interesting! Is there a way to edit/remove those commands if needed, such as if the user cancels a Pomodoro or finishes early? I was thinking of relying on a...

@pixelastic I chose to store the duration in minutes in the `current`/`history` files because I thought it was simpler to for people to read and edit them if needed. In...

It could! We could change it to do a `finish` then `break`? There's no support for pausing at the moment as I haven't figured out how to best model it.

Right now, the finish command amends the Pomodoro's duration with the elapsed time, so if you have a 25-minute Pomodoro for instance, running `finish` at 20 minutes changes the Pomodoro...

@mrpandey we don't currently store the break information anywhere, but that's a good idea

I've been having a similar issue on iOS. Once in a while (every ~10-20 games?) something weird will happen, like a vibration occurs but the board does not update, or...

I had it happen again and attempted to reload the board in the upper right, but that icon was also unresponsive. Another time I had the sound/vibrate weirdness happen, and...

I haven't been actively using it due to my current dev setup at work, but I'd happily review/approve a PR if someone wants to attempt this

@levionessa yeah, I also couldn't find a way to access the `let`/`data` from the failure formatter. We could change `data` to store a reference somewhere, but I guess that's not...