Aaron Gustafson

Results 167 comments of Aaron Gustafson

I think `description` should remain text only. I do think there might be some potential in having a separate `description_html` member that could allow for limited phrase-level formatting. For example:...

@jgw96 @diekus Perhaps the member name could be more clear: `languages_supported` or `supported_languages` (or `supported_langs`)?

@jgw96 @diekus I feel like this is mainly an issue for media apps where region locking is still a thing. We should touch base with some of the apps that...

I feel like this should move to [App Info](https://github.com/w3c/manifest-app-info/). Thoughts?

Suggest migrating this issue to [App Info](https://github.com/w3c/manifest-app-info/).

@areski How’s this working for you? I need to merge this into my Accessible fork (https://github.com/samhirtarif/react-audio-recorder/pull/122)

Hmm, maybe @nitya would know the best person.

This also seems to work well: ``` return Redirect::to( (string)$url ); ```

I think the best approach would be to adjust the plugin by adding a check to [the early exit conditional](https://github.com/11ty/eleventy/blob/master/src/Plugins/HtmlBasePlugin.js#L36-L38): ```js if (isValidUrl(url) || (url.startsWith("#") && url !== "#")) {...