Robert Bastian

Results 55 issues of Robert Bastian

I feel like we should introduce a common style for all our documentation. The `icu` crate, which will probably be any client's entry point to ICU4X uses `icu::` in its...

T-docs-tests
good first issue
help wanted
C-meta
S-small

Blocked on https://github.com/rust-lang/rust-clippy/issues/8184

help wanted
question
backlog
C-meta
T-techdebt
blocked

E.g. [`icu::list`](https://docs.rs/icu/1.0.0-beta1/icu/list/index.html) has broken ~crate-internal~ (`[Part]`) and crate-external (`[Writeable]`) links. The latter is an easy fix, we need to add a `writeable` dev-dependency, the former I need to look into.

help wanted
T-task
S-tiny
C-list

S-medium
C-ListFormatter

Code blocks in a `//!` doc comment don't seem to be formatted. ```rust mod foo { //! ``` //! horribly .formatted(code //! ); //! ``` } ``` This is on...

a-comments
only-with-option
p-low

I'm not sure this is the right place to report this, but as underlying PrettyLight library is closed-source, it's the best I can do. If tokens contain right-to-left text, any...

A code block like ``` # use foo::bar; # bar() ``` Produces ``` # bar() ```