bbaldino

Results 26 issues of bbaldino

During some testing I noticed ice4j transitioning to TERMINATED state, which is supposed to represent success, in a failure case (ICE did not connect successfully). I ran into this when...

While writing a definition for a packet with a set of repeated field of `u32`s, I ran into errors. When looking at the generated parsing code, I found that it...

As noted [here](https://github.com/jitsi/jibri/issues/160#issuecomment-435396597), being able to pass in extra chrome flags (configured through some means) could add some nice flexibility.

## Description --- An issue came up [here](https://community.jitsi.org/t/failed-to-read-the-localstorage-property/16743/9) that complained about not being able to set local storage values. This turned out to be related to failing to load the...

As mentioned [here](https://github.com/jitsi/jibri/issues/160#issuecomment-435178502), it could be useful to override some/pass additional ffmpeg args. Getting into a situation where we have to 'merge' args would be a bit tricky, so maybe...

*This Issue tracker is only for reporting bugs and tracking code related issues.* Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have...

Thought I'd post something new rather than continuing to post on https://github.com/bramp/ffmpeg-cli-wrapper/issues/16. I'm having trouble setting different inputs for audio and video which use different frameworks, for example the ffmpeg...

`RequestBuilder` has a great API, and I often find myself wanting to be able to extend it with some project-specific functionality without having to wrap and recreate that API. For...

## Motivations I know there have been a [couple](https://github.com/TrueLayer/reqwest-middleware/issues/107) [issues](https://github.com/TrueLayer/reqwest-middleware/issues/106) filed about confusion regarding `ExponentialBackoffTimed`--I had the same confusion myself, which is how I came across those issues. I think...

enhancement

It looks like neotest-rust doesn't detect doctests, would it be possible to support those as well?

help wanted