Patrice Chalin

Results 417 issues of Patrice Chalin

From https://github.com/dart-lang/site-webdev/issues/1533#issuecomment-385080457 and https://github.com/dart-lang/site-webdev/issues/1533#issuecomment-385088904. cc @kwalrath

For example, rather than - https://dart-lang.github.io/angular_components_example/#/material_icon it would be nice if - https://dart-lang.github.io/angular_components_example/#/MaterialIconComponent linked to this page: cc @kwalrath Related: https://github.com/dart-lang/site-webdev/issues/1533

To help avoid issues like #303, consider adding a `dartdoc_options.yaml` file: ```yaml dartdoc: include: angular_components ``` Related: - #252 - https://github.com/dart-lang/dartdoc/pull/1676/files#diff-04c6e90faac2675aa89e2176d2eec7d8

To reproduce: - Use stagehand (or WebStorm) to create the example AngularDart project. - Update the pubspec to use angular_components: ^0.7.0. - In `lib/src/todo_list/todo_list_component.dart`: - Wrap the `` element in...

The simple app from [this repo][repo] runs as expected initially and displays this radio group with the `currentHero` selected: > ![screen shot 2017-03-14 at 10 12 04 am](https://cloud.githubusercontent.com/assets/4140793/23913159/4f358024-089f-11e7-9409-66b7fd7ed6c3.png) This is...

P3 low
S3 low

It feels like there is an opportunity for consolidation. Here are pages that discuss, in varying detail, asynchrony (and sometimes generator) support in Dart: - [Language Tour: Asynchrony support](https://www.dartlang.org/guides/language/language-tour#asynchrony-support) -...

a.language
a.libraries
p2-medium
a.tut.tutorial
a.articles
e3-weeks
fix.refactor
st.triage.ltw

In https://github.com/dart-lang/site-www/issues/972#issuecomment-401157777 @munificent wrote: > const is an important performance *improvement* on Flutter, but can be a perf *hit* on the web There should be some mention of the hidden...

enhancement
LanguageTour
p2-medium
docs
e2-days

- [x] Setup cron job. - [ ] Adapt scripts so that external link checking is done only in a cron job.

infrastructure
p2-medium
e2-days

Jekyll-assets used to, by default, add image dimension and `alt` attributes, e.g.: ```diff - + ``` Consider adding these back.

infrastructure
p2-medium
docs
e1-hours

Followup to #1887 and #1914. We current commit the _compiled_ JS version of dartpad_picker. We should instead generate it when the site is built and let Jekyll place it under...

infrastructure
p3-low
e1-hours