Casey Rodarmor

Results 1064 comments of Casey Rodarmor

> Interesting @casey. Do you have some example languages? Are these languages that differentiate plurals differently in general, or specifically with regards to currency? Japanese, for example, doesn't mark plurals...

Is this the issue to follow for color support? I'd like to upgrade to clap v4, but the lack of colored help is a blocker. I found this issue, but...

Thanks for the feedback! I added the requirement that names be valid rust identifiers, and used spaces to separate attributes in the examples instead of commas.

cc @GuillaumeGomez Are commas the preferred way (or only?) way to separate annotations on a code block? I used spaces originally, since they were accepted by the parser, but I'm...

@GuillaumeGomez Nice! Okay, updated the RFC to use commas in the example about separating attribute names. I think this is ready to go.

I personally think `name` is better, just because it's short, and the people who use this feature will likely name every doctest, so they'll be writing out the attribute a...

Thank you for the review! > @rfcbot concern braced-unbraced > > As mentioned above, we need to decide if we'd like extend the code block attr grammar to support bare...

> That's a separate point. And I honestly don't know if it's feasible or worth impl'ing this, namely checking that doctest names are unique within the "`#[test]` namespace" of the...

Sorry for not following up on this! Yah, this would be great. I just updated `ord index info` command to return table info, and it's [pretty heinous](https://github.com/ordinals/ord/pull/2711). Also, the `TableStats`...