Alex Hansen

Results 123 comments of Alex Hansen

Would it also be acceptable to optimize `Enumerated` so it doesn't perform this allocation? That avoids the case where the two tuple elements are not the same size.

Hm, could we introduce the concept of an iterator, and hook it up to for loops?

@cesarzc Yes certainly. We now have feature opt-in, for #543, but I haven't started any work on general conditional compilation. Let's work out a design for this together.

@swernli says we've done this, he will verify.

At this point we have no plans to support .NET as an ecosystem. We are happy to revisit this if we see a lot of demand.

Unfortunately this is out of our hands, as hosted notebooks themselves don't support widgets. However, we can prod the hosted notebooks team to see if this is possible.

@cesarzc do you think it'd also be useful if we allowed a list of specific runtime capabilities, in addition to target profile presets? the target profile presets would just be...

I just finished reading the saga [over here](https://github.com/rust-lang/style-team/issues/57) about newlines between definitions etc., and then found the implementation and ultimately this tracking issue. It seems like originally the consensus was...