Ben Baron

Results 239 comments of Ben Baron
trafficstars

Yep WSL is probably the best option. It would also probably be possible to use something like MSYS2 (https://www.msys2.org/) or Cygwin (https://www.cygwin.com/) if you're not on Windows 10 and so...

If you can use WSL I'd argue that's better as I think it will eventually more or less replace cygwin and msys2 completely going forward. I only mentioned it for...

Same issue with the release json files also I think, but need to check. If so, same solution would work.

Was hoping this would be a single change to the `json_dump` function but it looks like most places that use it first open a file handle for writing, which from...

Finished all the code for this yesterday, just need to do some testing then I can make a PR.

Additionally, a flag such as `--include-assets REPO_NAME_REGEX` to do the opposite and only download assets for matching repos would be very useful as well.

So as @josegonzalez mentioned, all of the branches are in fact backed up and completely accessible if the remote repo goes away or if you don't have internet access. You...

I'm currently looking into this logic right now due to some other changes I was making. I'll be doing a bunch of refactoring to the error handling as I found...

Ran into this same confusion the other day when I first used this tool. In my case, I see this message any time a repo does not have a wiki...

Using the latest 6.5.2 release I can confirm that the privacy manifest is now included when using SPM, but not with Cocoapods. I think you need to update this line...