Graham F. Scott
Graham F. Scott
Currently we don’t support embedding playlists, but YouTube [offers it as an option](https://support.google.com/youtube/answer/171780?hl=en). Here’s what the embed code looks like: ```html ``` Investigate what would be necessary to support playlist...
We plan in #211 to run an in-house [card-sort exercise](https://www.nngroup.com/articles/card-sorting-definition/) to inform and validate our approach to information architecture for the Hydrogen 2.0 docs. Key concepts to sort can be...
Close #84 🌟 Extra special thanks to @muffinresearch for coming up with the [proof-of-concept](https://github.com/gfscott/eleventy-plugin-embed-everything/issues/84#issuecomment-1244658062) for calculating the bounding box!
Create a contributor guide laying out how to add a new service from scratch. Needs to cover: - Overall plugin architecture and monorepo operations - Criteria for inclusion — what...
Currently we don’t support embedding playlists, but YouTube [offers it as an option](https://support.google.com/youtube/answer/171780?hl=en). Here’s what the embed code looks like: ```html ``` Investigate what would be necessary to support playlist...
We've observed some confusion in the wild about the two directories where Hydrogen projects can keep static assets: `/public` and `/app/assets`. This PR adds a readme to each directory with...
We document the [init](https://h2o.fyi/cli#init) command but `npx shopify hydrogen init` doesn't work outside of an existing Hydrogen project:  It would be helpful to be able to use npx directly...
I think we can tweak the order of the prompts during setup. Currently it goes: Prompt | Notes --- | --- Data source | Mock.shop vs. existing store. Why have...
In several RegExp engines, `\h` works as a convenience method for specifying "horizontal whitespace". For the majority of cases you can capture these type of characters with only the space...
Closes #149 At very long last, this PR adds support for YouTube playlists. There are two use cases: 1. Embed a playlist that starts playing from the beginning. These URLs...