Noah Lev

Results 32 issues of Noah Lev

Previously, it was the `circle` list style type, but it was determined that the `disc` list style type is in many ways a better match for Rust. See rust-lang/www.rust-lang.org#1252 and...

It would make it easier to find the blog post announcing a particular release. I'm not sure how technically feasible this is since this is a static site, so perhaps...

enhancement

I think this would make bisecting faster. The only downside I see is that it would be more difficult to have progress bars for each of the components. Perhaps we...

enhancement
A-downloading

Currently types like `i32`, `f32`, and `str` are a separate syntactic class, which means that code like `struct i32 {}` produces confusing errors: ``` error: parse error: Unrecognized token `i32`...

C-chalk-parse

Having inline code with italics (e.g. ``_`code`_``) renders as just italics. For example, _`code`_ renders like this: ![image](https://user-images.githubusercontent.com/37223377/94351396-fe3dc280-000c-11eb-92d5-75e9c6f5eb64.png) _Note: I originally reported this on the GitHub CLI as cli/cli#1983, but...

bug
renderer

Using the VS Code extension: ![image](https://user-images.githubusercontent.com/37223377/93689519-21ec9000-fa84-11ea-97b4-c2396cf2efc5.png) This style of link was removed in I think rust-lang/rust#70563. Following the link produces a 404 Not Found. The link instead should be: https://doc.rust-lang.org/nightly/alloc/rc/struct.Rc.html...

This: https://github.com/elm/elm-lang.org/blob/216a36546c6132d4631468bc0b471768cb3b6daa/pages/news/time-travel-made-easy.elm#L290 Should be: ```md [evan]: https://twitter.com/evancz ```

IIRC, PRs marked as `squash` that are rolled up do not get squashed in the rollup merge commit.

bors takes authorship credit for `@bors squash` PRs: https://github.com/rust-lang/rust/commit/4b806878549990d2ad2aa3c265751d3d89947cdf (PR is https://github.com/rust-lang/rust/pull/81398). Also, not sure if this is related, but GitHub doesn't realize the PR is merged when bors squash-merges...

This is a DRAFT. **DO NOT MERGE!** Feel free to suggest better ways of doing things, though :) ----- Fixes #39.