Eric Saxby

Results 33 comments of Eric Saxby

Take a look at https://github.com/webrtc-rs/webrtc/pull/180. The are still some incomplete parts to that, and it would be helpful to have a review of it for consistency and quality.

It is opt-in via the requirement to call `get_stats` on the peer connection, but that does bring up the question of whether more of this code should be in threads....

I am currently blocked on the ice crate being released, to move forward on serialization. What's the best way to discuss possible implementations? Is this issue a good place, or...

Just wanted to add a comment here to reflect some conversation on the discord server. @k0nserv suggested that bytes sent/received can be gotten from `AgentConn` through the `Agent`. I've done...

Last I checked there weren't any specific function calls that ~> 1.9 wouldn't support.

FYI I was thinking of something like this for the implementation: https://github.com/appsignal/appsignal-elixir/compare/develop...sparta-science:sparta?expand=1 This allows us to rewrite exceptions that look like this: `{:delayed_death, 54366, {:remote, :closed}}` to `{:remote, :closed}` and...

This sounds great. I’m using our fork at the moment to reduce noise, so it is less pressing for us than a week ago. Keep me in the loop as...

I'm just getting started with Memento, and so have not made it to production yet. My guess, though, is that you have not called `Memento.Table.create/1` as a part of your...

This would be amazing. I'm slowly getting into working on a ruby ustack helper, and it finally hit me why I'm running into the problems I'm seeing developing it as...

@neophenix Just wanted to make sure you saw this. I hesitate to fix this myself, as I don't know what other variations there are. Don't want to accidentally break things...