varkor
varkor
> I think the case of having a binary-like structure is not so common, but having an even number of arrows on one side and an odd number of arrows...
Is the iframe itself too large for the page, or the diagram inside the iframe? If the iframe is too big, you should be able to make the page scrollable...
Closing due to inactivity, but I will reopen if I receive a response.
@durka: how's the work on the follow-up to https://github.com/rust-lang/rust/pull/45047 going?
I want to clarify something that I don't think was properly addressed in the original RFC discussions. From what I gather, the feature that has been accepted is not "trait...
> but that doesn't mean they won't appear to function as traits or even necessarily need to use a different keyword. I think `trait` is very misleading, precisely because this...
@clarcharr: I'm thinking more in terms of renaming, like in the following: ```rust struct S; trait T1 {} trait T2 = T1; impl T2 for S {} ``` This is...
@clarcharr: sorry, I got that line completely muddled. I've updated it. I mean that we implement a trait by using its alias. (Obviously in this example, there's no point, but...
Could you share an example of the size of pullback indicator you have in mind? (If you have the corresponding TikZ too, that would be even better.)
I do agree that the current approach is lacklustre, and that it would be more accurate for a corner indicator to be drawn between the two edges it spans, rather...