Mendelt Siebenga

Results 13 comments of Mendelt Siebenga

I created a pull request where lib or bin sections without a path will just default to src/main.rs or src/lib.rs. If that's ok with you I can add some tests...

> Should be `path = "src/lib.rs"` Thanks! I fixed it. I had to read the text 10 times though before I saw where I mistyped :-)

This works as intended. Those md files are source code that is compiled into html for the failure book that can be found here; https://rust-lang-nursery.github.io/failure/intro.html The confusion arises because Github...

Hi, I'm the other maintainer of the rust-midi crates. Hope its ok to chime in here. > In an embedded context I actually move much more heavily to tryInto and...

Any progress on this? It seems a bit weird to me to have so many dev dependencies just for the examples. Maybe some of the examples that depend on non-crates.io...

I was looking at this issue but I don't think we url-decode anything in Tide anywhere right now? Not route parameters, not query parameters. Is this something we want to...

This sounds like a useful feature but you might want to prototype this as a separate crate first. We're currently actually thinking about moving the 'serve_file' and 'serve_dir' endpoints into...

I think this can be closed. The code this pr changes has moved to `http-types`. Do we want a `from_html` on the `http-types::Body` type? I could add a feature request...

There are some libraries that provide html representations (mostly on the wasm side) for rust. But I don't think there really is something that is so generally used as serde...

Thank you for the suggestion. I'll have a look at this. I even think rustyline, the crate that I use for input, already can load its history from file.