Justin Campbell

Results 16 issues of Justin Campbell

How can I use this with Ember? Given a new Ember project (`ember new ember-new`), I have this file in `app/models/test.js`: ```js import { alias } from "@ember/object/computed"; import {...

This uses [scutil](https://ss64.com/osx/scutil.html) to read the Reachability API. This can give you a fairly accurate representation of your network connectivity without sending an ICMP packet every N seconds. https://developer.apple.com/documentation/systemconfiguration/scnetworkreachability-g7d

- [x] Create directory - [ ] Create settings with defaults - [ ] Create history - [ ] Create .hooks/ - [ ] Create each hook and make executable

It would be nice to be able to associate any functionality you wanted when a pomodoro was started/completed, and we could accomplish that through hooks which execute shell commands. ##...

Right now, the start/status/repeat commands exit immediately, and it's up to the user to either add `pomodoro status`to their prompt/tmux status bar/etc. Passing `--wait` blocks and counts down until the...

Repro: 1. `pomodoro start "Before" --ago 25m` 1. `pomodoro amend "After"` 1. `pomodoro history` shows 2 entries with the same timestamp

bug