Ivan Trubach
Ivan Trubach
I, Ivan Trubach, license past and future contributions to gotop under the MIT license.
Why not `go-dgit`? That will make possible the use of [gopkg.in](https://labix.org/gopkg.in) in the future. >The advantage of using gopkg.in is that the URL is cleaner, shorter, redirects to the package...
I’m also affected by the similar issue on macOS when leaving WebTorrent open for a few hours or days. Note that this causes a noticeable system performance degradation. Restarting WebTorrent...
Thanks, we should definitely improve this case (either in the docs or at API level). Currently you should be using `driver.Scanner` to scan documents. diff ```diff @@ -4,7 +4,7 @@...
I have a WIP PoC on `release` branch using GitHub Actions. First a workflow is triggered either on manual dispatch, or on tag push. It runs `gorelease` tool to check...
Building native targets like arm64 is a matter of adding them to the build matrix. I’m not sure how to handle the wasm builds though. Should we use gc or...
Sure, I’ll look into it this weekend! I think I had a (mostly) working workflow back then, though I’m sure I’d want to make some simplifications now.
I wonder if using `[]byte` or `big.Int`/`[]uint` for sequence numbers would cause issues with performance (true for *really big* integers, but it’s not like we’d be able to handle them...
> The problem seems to be because of the usage errors.Is function which was only introduced in 1.15 Thanks for reporting it! One small note—`errors.Is` was introduced in Go 1.13....
@leitzler, you’ve nerd sniped me. It’s not complete yet though, so please don’t use the module in its current state :) Hopefully I’ll have enough time to finish it this...