Eric Saxby
Eric Saxby
**Describe the improvement that you'd like** It would be nice to be able to select branches using keyboard commands. **Additional context (optional)** My team does a daily diff of multiple...
We're running into an issue, where we are sending a lot of appsignal noise due to the normal lifecycle of our genservers. Specifically, we have an elixir app that runs...
I see that the [stats module](https://github.com/webrtc-rs/webrtc/blob/master/src/stats/mod.rs) exists, but does not have any content. I was hoping to contribute a pull request adding RTP stats, and wanted to make sure that...
One thing that `nvim-tree.lua` provides, that would be nice here, is the ability to [jump file tree to current buffer's file](https://github.com/kyazdani42/nvim-tree.lua/blob/14461373e047dc65d0c6f17516c1fa5e9b052a19/lua/nvim-tree.lua#L131-L146), as `: NvimTreeFindFile` and `: NvimTreeFindFileToggle `. I could...
I noticed that the elixir version pinned in `mix.exs` is `~> 1.12.3`. The project seems compile fine on `1.13`, but issues a compiler warning.
We very occasionally see this error in Chrome: ``` Uncaught (in promise) DOMException: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate DOMException: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection':...
I have not experienced this problem, but when I saw that `Attributes` is not to this library namespaced it jumped out at me as something that could bite us later....
In a non-global SmartOS zone, the if.sh check returns no data. Assuming an interface `net0`, it appears to run the following command: ``` bash > /usr/bin/kstat -p -m z14_net0 ```...
I use `cargo-outdated` on all of my Rust projects, and find it very useful. On a private project I've been playing with using [bevy](https://github.com/bevyengine/bevy), and I've found that for some...
I currently install `git-mit` via `cargo`, which means that every time I update my installed Rust version I need to look up the install directions again. This is not a...