Sebastian Nowicki

Results 6 issues of Sebastian Nowicki

The `ErrorResponse.Error()` implementation [references the `*http.Response`](https://github.com/google/go-github/blob/b338ce623f50aeaf4cbf7f4195a79d0d302f9a65/github/github.go#L707) which is not provided by `go-github-mock`. The examples use type assertions to work around this, but wrapping errors is a common pattern in Go...

bug
help wanted

The JavaScript implementation should follow suite of languages like Java and Python and implement the proposed ScopeManager specification. This would make managing the active span significantly easier. RFC: https://github.com/opentracing/specification/blob/master/rfc/scope_manager.md Python:...

Clyde initializes a transaction at the very beginning of sync_aur_trans, which is a lot earlier than the AUR packages are actually available. The packages are downloaded at a much later...

Clyde should detect if a package in AUR does not exist. If it is a dependency of another package, the process should fail before attempting to install any other packages....

AUR
Bug

The library prints its name and version when required. https://github.com/enricostara/telegram.link/blob/ab6f693b1f2bb912391ccd60d1ea6533f5482dfe/lib/telegram.link.js#L27

enhancement

Any plans on implementing [Neovim's msgpack interface](https://neovim.io/doc/user/msgpack_rpc.html)? It would be quite interesting to have plugins that are compatible with both Rim and Neovim.