Josh Soref

Results 491 comments of Josh Soref

@ohemorange: I just expected it to do the right thing. It sounds like it will soon. Yes, I took one of my certificates and extended it to include the other...

Fwiw, the _simplest_ fix for this would be to just say: > If you have more than one domain assigned to a virtualhost you should select all of them. ......

Test failures appear to be @bonsohi https://github.com/github/backup-utils/pull/913#issuecomment-1139016893

@elee do I need to do something to push this along?

Technically file permissions have 4 octal digits. See [the sticky bit](http://permissions-calculator.org/info/#sticky-bit)

Might I suggest starting with opening an issue in that repository? It'd mean I could at least track it. For reference, I've written code to undo it: https://github.com/dhall-validator/action/blob/91532576ccd33a3729f61d2bc4b58fac0c113528/dhall-checker#L19-L31 That's more...

The readme.md isn't strictly necessary and could be removed. I believe I have the same information in this repository. If there's a specific path in this repository, I'm quite happy...

With [v0.0.20](https://github.com/check-spelling/check-spelling/releases/tag/v0.0.20), you can now onboard with a single file: https://github.com/check-spelling/spell-check-this/blob/744c66e2140fd8acaf5388efd0db3727d010d6e9/.github/workflows/spelling.yml With that configuration, defaults are pulled in from check-spelling/spell-check-this. It's not quite the same as not maintaining files, since...

Thanks for the feedback. If the perl command worked, `git status` should show changes to the check spelling metadata files (which files that is will depend on the configuration). It...