Nick Garlis
Nick Garlis
@bungabunga Renaming your repository to `bungabunga.github.io` should solve your issue.
@epidrome The test directory is not meant for demonstrating new features. It is meant for contributors to test new changes locally directly from the source code. As far as online...
@epidrome I now understand what you are suggesting. Remote testing would actually make sense. The solution is fairly simple, you only need to copy the contents of gh-pages branch into...
I had a look into this but wasn't able to reproduce the issue. I am running kernel `6.12.10-76061203-generic` but I also tried Ubuntu 22 (`5.15.0-143-generic`) on Vagrant. I recently came...
@corpix IMO it's only ```golang fmt.Errorf("conn.Execute failed: %v", err) ``` and ```golang fmt.Errorf("receive: %v", err) // used to be "receiveAckAware" ``` that should wrap the underlying error, since they may...
Having this would definitely be useful. However, I am not sure how much of it can be cleanly abstracted. Perhaps, a few helpers like the following would be a good...