Christopher Murphy

Results 34 comments of Christopher Murphy

Thanks, that's a great suggestion. I'm working on live reloading using Browsersync now. I have a working solution for live reloads triggered either by Jekyll or webpack-managed content. Unfortunately, this...

Yep 👍🏻 In fact, Bryan Schuetz (creator of `vue-jekyll`) wrote an article, [Vue and Jekyll](https://distresssignal.org/vue-and-jekyll), which was the inspiration for this project. I wanted something similar, but with updated libraries...

It would also be helpful to delete tasks based on status, i.e. delete all checked tasks: ```bash tb -d --checked ``` +1 for the app. It's useful and fun to...

Navigating to a directory with `.envrc` yielded this error: ```bash direnv: error .envrc is blocked. Run `direnv allow` to approve its content. ``` This error persists even after running `direnv...

@IsraelGboluwaga both `direnv allow` and `direnv allow .` yield the same error with the `snap` version. `direnv allow .` with the `apt` version works as expected. Also, the documentations uses...

@ipolyzos snap version `2.18.2` apt version `2.20.1` Edit: tagged wrong individual, oops!

@ipolyzos, yes, I've hooked it into zsh. The only difference in behavior with the 2 scenarios that I can see is the app version and the package distribution (snap vs...

Are you suggesting that the application temporarily _overrides_ the system's Do Not Disturb mode?

The `dev` branch currently has a feature that allows global shortcuts to be assigned. Shortcuts include: - Toggle timer (start/stop) - Reset timer - Skip round These hotkeys are global,...

@johnjacobkenny, > do you think it would make sense to allow users to set the rounds to 0 (or infinity?) which would disable the long break entirely? I think this...