Sarah Allen

Results 46 issues of Sarah Allen

It would be great to have a page that explains each feature group, ideally with an example for each feature group. suggestion: `/topics/feature-groups.md` It would elaborate on (and link from)...

help wanted
page-or-section

just taking a look at Eve and noticed a typo in the README places => placed

Concept: create IRC bot that connects to gitter IRC is a very simple line-based protocol, we should be able to build a bot with a subset of the full-protocol (5-6...

Currently there is a [TcpStream doc example](https://docs.rs/tokio/0.2.0-alpha.5/tokio/net/tcp/struct.TcpStream.html) of a one-liner that writes to a stream" ``` stream.write_all(b"hello world!").await?; ``` What would be an equivalent one-liner for read? (it could be...

in order to make improvements effectively, we would like a version number for about.yml files. Using [Semantic Versioning](http://semver.org/) will allow us to make it clear when we are simply adding...

partial solution for issue #26 this just addresses the process and proposes where/how we keep the version number we would still need to host the schema files somewhere