John Simpson

Results 17 comments of John Simpson

ALSO ... it would be nice if there were an option to NOT add anything to the repo. I'm perfectly capable of creating or updating a `.gitattributes` file afterward (especially...

I'm experimenting with the `git lfs migrate` command (part of the `git-lfs` package) ... apparently the issue with the repo's "primary branch" being changed has to do with how GitHub...

Thanks for responding. * For the "random branch" thing ... using `git clone --mirror` doesn't *allow* you to specify which branch to check out, because if the copy you're making...

If a repo is cloned "normally" in `$HOME/git/xyzzy-full/`, you should be able to do this: ``` cd $HOME/git git clone --mirror xyzzy-full xyzzy-bare ``` The `xyzzy-bare/` directory will be a...

Just to add to the comment above (that was me, "jms1" is my personal keybase account) ... I did a "Quit Keybase Completely" before editing the `updater.json` file and then...

That's possible ... and if so, why doesn't the README.md file contain a link to THAT page? Having a link that says "Install the app", WHICH POINTS TO THE SAME...

**There is no green button that says "install" if you're not logged into a GitHub account.** ![image](https://user-images.githubusercontent.com/13367368/164278202-e7f93784-0ed7-4962-8c5c-3c36b81527a1.png) In my case, I'm using Safari in "private mode", which means that the...

For what it's worth, the Puppet `lookup()` function appears to be *removing* the final newlines from encrypted values. It kinda feels like somebody noticed extra newlines being added at some...

Adding a comment to "refresh" the issue, and so my work account's email gets notifications about this. (I'm the same human as the @kg4zow user.)

I ran into the same thing, trying to build an RPM for CentOS 7 (under Docker). I worked around this particular problem by adding a `-O` option to the line...