Filipe Azevedo
Filipe Azevedo
@bindsdev did you end up making any progress on this issue? Are you still working on it?
For github i was thinking something like [this](https://github.com/gitkraken/vscode-gitlens/blob/main/src/git/remotes/github.ts#L193) where you can just get the repo open on a browser pointing to the exact file, branch and line. I think despite...
there could be some special vars that would get interpolated before running the command, eg: `:sh gh $file_name $line_number browse` (command won't be correct, it's just to demonstrate the point)....
As far as I can see this is not tested on CI, perhaps it's worth adding a build step just keep it working?
@SozinM I will close this PR for the moment as it seems to be stale, feel free to re-open it later.
What is the status on this PR @dotansimha @saihaj ? Is it still needed? The tests were not passing so it can't be merged as is.
This is still going to happen, this happens because these connections have a limit of streams they can handle so we use a connection pool of 20 by default. If...
@paymog you can see more details on https://github.com/graphprotocol/graph-node/issues/3879
When trying to replicate this issue I came across a problem with the substream. It fails with the following: ``` Error: rpc error: code = Internal desc = error during...
The GRPC endpoint does not provide a mechanism to inspect the determinism level for the error, this needs to be added on the endpoint. ``` message Error { string module...