Kathy Walrath
Kathy Walrath
@pree-T @jpangburn's assessment is accurate. Plus you might want to start on a simpler issue (one that doesn't require you to edit multiple files) for your first site-www contribution.
@mit-mit what would you like us to do about SIMD? It seems like we could update the article, put it under https://dart.dev/guides/libraries, and add mentions of SIMD to https://dart.dev/guides/language/numbers &...
@maks I think the code examples would need to pass analysis using the current set of recommended lints. We'd ensure this by adding all code in the article to [/examples](https://github.com/dart-lang/site-www/tree/master/examples),...
I suspect we'd be very happy to accept any help you can offer... but I can't guarantee that without talking to @mit-mit. Or maybe to @kevmoo. So if you feel...
> Most of our SIMD support IIRC is just methods in https://api.dart.dev/stable/2.14.4/dart-typed_data/dart-typed_data-library.html > > Things like https://api.dart.dev/stable/2.14.4/dart-typed_data/Int32x4/operator_plus.html > > Where you can operate on "chunks" of numeric values together. There...
We often also have a hint... which might or might not be auto-included, but which needs to be in the same code block.
It'd be nice if we didn't have to specify all the same info for all of them if they're adjacent; less prone to error. Something closer to this (although adding...
The dart-cheatsheet codelab is a heavy user of exercises. (See #2491)
@jakemac53 can you help? I'm not sure we need to explain everything in this page, but maybe we can at least explain in this issue (and update the page if...
/cc @RedBrogdon