Nathaniel Ford
Nathaniel Ford
Checks to make sure that oembedData.title even exists within the object; failure to exist results in 'undefined' to be inserted in the link. At least one third party (Flickr) fails...
* cattrs version: 0.9.0 * Python version: 3.7.5 * Operating System: Mac OSX ### Description I am attempting to structure a blob of data into a recursive structure, where part...
Heya! I was looking for information about the release cycle of this library. This is a motivated question, as I'd love a release with [this commit](https://github.com/anttiviljami/openapi-client-axios/commit/88c2309bd57919ec3c017ef620c40a71217b3b71) available, but in general...
When building in a dockerfile on `stable`, rustdoc breaks. The dockerfile, building a basic Rocket 5.0-rc1 app. ``` FROM ekidd/rust-musl-builder:latest ... RUN rustup target add x86_64-unknown-linux-musl ... RUN cargo build...
Currently the PersistentChannel constructor panics if the URL cannot be parsed. This adds a check for a parse error and returns a corresponding Status::INVALID_ARGUMENT if the parse failed. Using the...