Alan Orozco

Results 11 issues of Alan Orozco

## 🐛 Bug Report ### Current behavior Playground renders itself into preview frame when an `` is exited https://playground.amp.dev/?url=https%3A%2F%2Fpreview.amp.dev%2Fdocumentation%2Fexamples%2Fcomponents%2Famp-lightbox-gallery&format=websites https://user-images.githubusercontent.com/254946/126695724-27dc8d82-3bb4-4e83-91e1-d38a7903f9f7.mov ### Expected behavior/code The preview document should remain displayed. ###...

Type: Bug
P3: Low
Category: Playground

Issue addressed https://github.com/ampproject/amphtml/issues/11133

Stale

#30926 introduces a gulp task to generate a static Storybook. This allows reviewers to test components on a UI on every change (like for a PR [here](https://storage.googleapis.com/amp-test-website-1/amp_dist_82969/examples/storybook/preact/index.html)). ``` gulp storybook...

Type: Feature Request
WG: infra
P2: Soon
Stale

Bento extensions are "standalone", included like: ```html ``` Optionally, we include `custom-elements-polyfill.js` once for compatibility. ```html ``` A minimal `bento-*-1.0.js` file is **very large**. This is caused by including `preact`...

INTENT TO IMPLEMENT
Stale

In some environments, an installation script must be specified to limit the amount of dependencies. We have a monorepo in our case, in which the build dependencies are scoped to...

Sort file lists in `bundle-size` summaries so that they're quicker to read. 1. Groups by filename without extension, so the equivalent `.mjs` file is always next to `.js` 2. Sorts...

When a PR includes a new folder in `extensions/`, @ampprojectbot will post a checklist as a comment: > It looks like you're submitting a new extension. 👁️📎👁️ > > Please...

Type: Feature Request