AJ ONeal
AJ ONeal
Is anyone still having this issue? I can't reproduce, so I think that the problem here was a temporary cache issue, possibly due to undesired behavior in the release mechanism...
@emilylange Webi is already an official install method for Caddy itself and although you say "no explanation needed"... can you come up with 1 reason _why_ shell pipes are "bad"?...
Sure. Same as brew and the others. To be clear, I'm all for this using GoReleaser install scripts as well. Just something that downloads the latest release, sets the exec...
Now that, is a good point! :) In fact, we recently had this discussion about a [tool that depends on Rust](https://github.com/webinstall/webi-installers/pull/626) and a [tool that depends on Node](https://github.com/webinstall/webi-installers/pull/705), which lead...
Some thoughts from Grok2, GPT4o, and Claude: ## Grok2 ```js // Here we go, creating a declaration file for your selector functions declare function $( selectors: Selector | Selector[], baseElement?:...
The PDS install (and thus `Caddyfile`) is in a non-standard location `/pds/caddy/etc/caddy/Caddyfile` (as opposed to `~/.local/opt/pds` as per the XDG spec), which you can edit with `sudo vi /pds/caddy/etc/caddy/Caddyfile`. There...
That seems way overkill. This has two subcommands and two flags. Why bring in those deps when the standard library will do?
@delaneyj I'm not qualified to create those examples, because I don't have enough information to know what I would be doing.
For example, in the link you gave there's no information about how to run the server: https://github.com/delaneyj/realworld-datastar It looks like the Get Started section was copied from another repo (go-task)....
I'm not familiar with how the repo is laid out, but a brief search for `ssh-config` lead me to https://github.com/github-linguist/linguist/blob/f0aebbe90d3b9b9bae5b7258f99370def1ee489f/lib/linguist/languages.yml#L6522-L6534 According to that, I would think `` ```sshconfig `` _should_...