AJ ONeal

Results 429 comments of AJ ONeal

No, take a look at other releases.js files. That's where to manually tag the os and such. I'm not at my computer right now otherwise I'd link to a specific...

I rewrote this as POSIX shell at . I would like to rewrite the Windows version in PowerShell. I believe that it now has all of the necessary features to...

The fix: 1. Make sure you have keys: ```sh gpg --list-secret-keys --keyid-format LONG ``` 2. Make sure you're using the right pinentry. Comment out the old one, if needed. ```sh...

Better yet: ``` git config --global gpg.format ssh git config --global user.signingkey ~/.ssh/id_ed25519.pub ``` Then add to https://github.com/settings/keys

@mholt Are other customers using caddy's API with hundreds of domains or more? (I would assume so, though perhaps not with layer4 routing, but probably with similar use of adding...

Yeah... Windows accepts both forward and backwards slashes and at the time that I wrote this, I was hoping to be able to document its usage in the POSIX-style regardless...

Yes, this is the same issue - PATH-normalization was not implemented correctly for Windows in all of the right places.

This was written in Go to be cross-platform (including cygwin), back before PowerShell had support for `PATH` editing of strings longer than 256 characters. The solution would be to rewrite...

Hi @dromerstein, Webi doesn't actually install a config file. The config file may be created as part of using `lsd`, which is why it's documented. The reason you aren't getting...

Programs these days are so complicated and there are so many different files all over the place, and so many different places to get documentation. I understand the frustration with...