Eric Bouchut
Eric Bouchut
❓Just curious, does version 1.6.2 works for someone using Alfred **3** on an **Intel** Mac? @MartijnNieuwenhuizen ℹ️ I am using a M1 Mac and installed 1.6.2 but I'm stuck after...
I since then have upgraded to Alfred 4 from 3. 😀
🙏🏻 Thx a ton @monfresh for troubleshooting this issue. Really helpful.
@mmozuras thanks for the useful gem. Pronto version `0.11.0` does not handle `PRONTO_DEFAULT_COMMIT`. Do you plan on releasing a new version that supports it? That would be super useful for...
In the meantime, below is an example of a workaround I use to get the commit in **`.git/hooks/pre-push`**. This git hook asks pronto to run Rubocop (thanks to `pronto-rubocop`) **before**...
FYI, take a look at this. https://github.com/denolehov/obsidian-git/issues/39#issuecomment-798955390
## Issue ⚠️ On **MacOS** (at least *Mojave* 10.14.6), the following error occurs when `obsidian-git` attempts to push commits to the remote repository. ``` git-error.js:33 Uncaught (in promise) Error: Pushing...
Hi @ zkwinkle Try adding this to `~/.ssh/config`: ``` IgnoreUnknown UseKeychain ``` This will prevent errors about `UseKeychain` not being recognized on Linux. If it keeps bothering you to enter...
Here is how I solved this issue (Monterey 13.4 running on an M1 chip). The _Encode/Decode_ Alfred workflow requires **PHP version 7.4** in order to work. However, I already have...
In addition to what @reeleese has said above, I read the code [here](https://github.com/liamcain/obsidian-calendar-plugin/blob/ef3f2696da11aa1d11a272179caea062d6144640/src/main.ts#L45) and [there](https://github.com/liamcain/obsidian-calendar-plugin/blob/ef3f2696da11aa1d11a272179caea062d6144640/src/main.ts#L87) and my understanding is the following: Calendar View already opened? | `Calendar: Open view` visible...