Seth Ladd
Seth Ladd
If a part from src/ is included in a library from lib/ , the contents of the part should be visible. Do you have an example of where that is...
Thanks for trying to reproduce it! "The message 'warning: library 'poisson_disc' has no documentation' is somewhat misleading." -- it maybe a tiny bit misleading, but it's not inaccurate :) I...
Here's what we do now: https://github.com/dart-lang/sdk/wiki/Merging-a-PR-contribution Would be great to have something similar (and easier) from reflow.
You bring up a good point.
> Apparently I've been trained to ignore headers and sidebars and focus on the body. Open to specific ideas. We'll keep this open for now.
Thanks for the report!
It takes just a moment to turn on all those +1 iframes. I believe this is the source of the freezes.
Great idea, definitely worth a shot!
Thank you!
Here's how we can fix this easily, across the site. Add a tiny bit of CSS like this: ``` .code-block-body .line:before { color: #bdc1c6; content: "$"; padding-right: 8px; } ```...