Anthony Ramine

Results 79 issues of Anthony Ramine

The [compat spec](https://www.w3.org/TR/2011/WD-css3-images-20110217/) says that the vertical keyword should be serialised first, and then the horizontal one. This isn't followed by any user agent supporting this syntax. In reality, everyone...

The http crate is already a public dependency of Hyper, and some items from it are already exported from Hyper. Let's remove the `#[doc(hidden)]` on `pub use http;`. Projects out...

S-feature

Serde's Serialize trait is implemented for dozens of types in the Rust ecosystem, its derive code is fairly well optimised, and it is the most popular serialization framework we have...

help wanted

[RFC 7231 section 5.3.2](https://tools.ietf.org/html/rfc7231#section-5.3.2) says: > The "Accept" header field can be used by user agents to specify response media types that are acceptable. Accept header fields can be used...

bug
good first issue

It would be great to test that neither cells are `Sync` and that they both require a `T: Send` bound for `Send`.

Specifically, the documentation for the two cell types should describe the use cases for them.

It should include links to Travis and the documentation, and describe the two types in the crate.