Darragh Bailey
Darragh Bailey
I've pulled in #314 locally to fix an issue with the missing trailing doubleslash to signify end of row. However I've noticed that there is still an issue with alignment...
Appears rawgit is scheduled for shutdown by Oct 2019, so might want to migrate to be loading the css from a different location.
Gerrit startup can be quite dependent on the underlying host providing a decent amount on entropy. This can be problem on headless machines and is described at, https://github.com/davido/gerrit-oauth-provider/issues/40#issuecomment-267146667 however it's...
With the current variable testing before actions, it is not possible to unset or revert to default behaviour for any setting once previously set. I wonder if it would be...
Following test example run with `CGO_ENABLED=1 go test $(go list ./... | grep -v generated) -race` shows the is an issue with how the cursor accesses it's input value ```...
To facilitate testing, support overriding the fog timeout for scenarios where it is not possible to ensure a fast enough communication. Typically this is when it is necessary to test...
I've been putting this off for a while now as I keep hoping to get back to maintaining this project. The sad reality is that I'm no longer working with...
In reviewing projects used locally such as clair-scanner, I took a brief look for any usage of archive/tar and looked to see if there was any extraction that failed to...
When checking the ldflags errors may be emitted that can result in confusion for the end user ``` /usr/bin/ld: /tmp/user/16777216/cce0b3z1.o: in function `main': test.c:(.text+0xe): undefined reference to `f' collect2: error:...
If you use a function to create a new instance of a command to allow testing with different arg inputs without risk of state being preserved between tests, can run...