Dirkjan Ochtman
Dirkjan Ochtman
Similar to https://github.com/rust-lang/rust/issues/34482, I still see a number of warnings like this when compiling rust-1.19.0: ``` * !WX --- --- usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-701380125126dfef.rlib:chkstk.o * !WX --- --- usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-701380125126dfef.rlib:chkstk2.o * !WX --- ---...
In skeptic, I'd like to be able to pass an `Edition` in a command-line flag to rustc. Could potentially also add a `fmt::Display` impl.
@vallentin I forget what things I still wanted to resolve before releasing... Do you have anything else you would like to land in the short term?
In order to make Askama more accessible to folks used to handlebars templates (https://crates.io/crates/handlebars is likely the most Rust popular template engine), it would be awesome if Askama could parse...
For some reason, kcov is not picking up correctly on my tests the way they're currently structured. Before 664398b225fe916cc0b2b74047e8aea060ea9214, it worked better, but not great. Ideally, we'd be able to...
(Originally reported on Bitbucket as #3.)
_From [chadmill](https://code.google.com/u/chadmill/) on June 18, 2010 22:39:19_ Any HTTP-based protocol should have an API that permits inserting HTTP proxy information. _Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=135_
_From [[email protected]](https://code.google.com/u/109832439117054848692/) on December 10, 2009 17:15:39_ [formerly a comment in Issue 73 : Fix schema.View.define decorator] I've had a go at implementing reduce functions using this decorator (after having...