Philipp Schmitt
Philipp Schmitt
Yes an alias could work, I personally don't "trust" aliases all that much and prefer to avoid relying on them. Having the possibility to use a zstyle instruction at the...
Wouldn't it make more sense to remove the flag altogether then?
I have tested this PR and can confirm it works as expected, thanks!
Here's more feedback: In its current state this PR does not allow importing updated events (ie. [SEQUENCE](https://www.kanzaki.com/docs/ical/sequence.html) got incremented). Ideally gcalcli would fetch the existing event (same UID) and update...
FYI [zinit](https://github.com/zdharma/zinit) users can use the following to install datadash: ```zsh zinit as"null" \ sbin"datadash" \ atclone"rm -f datadash; go build cmd/datadash.go" \ atpull"%atclone" \ for @keithknott26/datadash ```
I'd rather implement this in zinit rather than an annex. Zinit already creates the mandir and requiring an annex to simply do a `cp *.1 $ZINIT[MAN_DIR]` seems a bit overkill...
Note that this requires to update not only zinit but also all the annexes.
https://github.com/romkatv/zsh-bench
Not totally against the idea of doing so since I feel less comfortable maintaining f-sy-h than let's say zinit, but: - is @zsh-users even interested in hosting f-sy-h? It'd kinda...
I AM using a letsencrypt certificate. It's issued for my domain, but the domain name is *not* matching when I am trying to access said host from the LAN, let...