Zach Renner
Zach Renner
I noticed while working on tests that you cannot run e.g. `test/test-ghe-restore.sh` manually. At some point the test run will hang forever, and if you look at running processes you'll...
https://github.com/github/backup-utils/pull/839 fixes macOS tests in general but leaves `test-ghe-restore-parallel` tests disabled for now since I wasn't able to easily fix them (and it's a "beta" feature that likely isn't used...
Currently, we only download the nuspec's `` if we weren't able to determine the license in another way. That is, if we matched on a license file, ``, or well-known...
If a `` element in a .nuspec file is recognized as a well known license, the `sources` field is the "auto-generated" text rather than the URL itself. **Expected:** ``` name:...
### Feature Request Bulk support doesn't exist today in the Go SDK. My understanding is that it would be complex to implement and is unlikely to be done anytime soon...
Delve 1.20 no longer works properly with newer Golang versions (e.g. err variables show as nil even when non-nil). Updating to 1.23.0 which appears to fix the issue. I included...
Assume a template such as: ``` {{ $a := file "fileA.json" | parseJSON }} {{ $b := file "fileB.json" | parseJSON }} {{ if $a.enabled }} {{ if $b.foo |...
Fix typo in #166