Steve Loveless
Steve Loveless
In some cases (i.e. if an argument is the correct type but maybe isn't exactly desirable), it'd be nice to short-circuit the app and manually print the usage. I didn't...
I'm having some trouble parsing an XML file (I'm getting errors saying "duplicate field"), but noticed the serde example in the README seemed to be doing something similar, so I...
I have a number of projects that I'd like to use infinity_test with (and have in the past), but at some point I've become no longer able to use infinity_test....
I'm trying to define a [normalizer](https://www.elastic.co/guide/en/elasticsearch/reference/current/normalizer.html) so I can lowercase a keyword in my mapping, but it doesn't seem to be getting defined via chewy. Is there, perhaps, another way...
Before this I was not able to use a primitive as the left-hand side of a `core::ops::{Add, Sub, Mul, Div}` method where the right-hand side was a `Ratio` of some...
I think I remember running into a similar question when working on [turboladen/overkill_nvim](https://github.com/turboladen/overkill_nvim) and stopped working on it (because this project emerged!)... I see that [`nvim_oxi::api::types::Mode`](https://github.com/noib3/nvim-oxi/blob/main/crates/oxi-api/src/types/mode.rs) doesn't have a variant...
All RTSP errors currently result in a RTSP::Error. Look to some other common Ruby libraries (net-http, savon, rest-client, rack, etc) for how they handle this case, pick one, and follow...
A single client should be able to pull multiple streams from multiple servers (i.e. it should be able to pull a video stream from one server, while pulling an audio...
Should be able to do something like: `$ rtsp --client --shell` ...that opens up an IRB-like shell