Steve Klabnik

Results 109 issues of Steve Klabnik

/cc @Mark-Simulacrum We might be able to just make the background transparent, but then the black text would be tough. @azerupi is there even a way to switch images based...

Bug
Enhancement
Online only

This issue tracks inclusion of information about async/await into the Book. This will happen in the 2018 edition. Tracking issue: None

Enhancement

smaller looks good ![2015-04-26-110651_448x577_scrot](https://cloud.githubusercontent.com/assets/27786/7337784/626e8046-ec04-11e4-814a-155ad67c6a75.png) bigger does not ![2015-04-26-110702_742x822_scrot](https://cloud.githubusercontent.com/assets/27786/7337786/660bf602-ec04-11e4-839f-8fc5aaadab82.png)

bug

It'd be much easier to use if the links in responses were clickable

enhancement

Hey there! This is likely a bug in my project, rather than a bug in cargo-update, but I wanted to ask some advice. Currently, here's a failing build: https://ci.appveyor.com/project/steveklabnik/kernel/build/job/q0ntqfgte41r529a ```text...

tracking
external

Beautiful. http://www.emojione.com/

Hey there! I just wanted to let you know that JSON API has hit RC3, and we'd like client libraries to start implementing it like it was 1.0, as a...

Hey guys- This is more of a feature request than anything else. Here's the deal: It's been kinda popular to version APIs by using some sort of prefix, like /v1/posts/1...

Originally at https://github.com/rust-lang/rust/issues/41060 The [reference](https://doc.rust-lang.org/nightly/reference/tokens.html#integer-literals) currently says the following for integer literals > The type of an unsuffixed integer literal is determined by type inference: [...] If the program context...

C-bug
A-types

Migrated from https://github.com/rust-lang/rust/issues/38011 ------------------------------------- Default type parameters (e g `struct Foo(A)`) is a language feature, but they are not mentioned in the [language reference](https://doc.rust-lang.org/reference.html#type-parameters). It would be nice if such...

New Content
A-types