Gerardo Rodriguez

Results 22 issues of Gerardo Rodriguez

## Issue The [Timber\PostPreview::read_more](https://timber.github.io/docs/reference/timber-postpreview/#read_more) docs say: > Set this to `false` to not add a "Read More" link. But `Timber\PostPreview::read_more` doesn't actually accept a boolean value, it only accepts a...

1.x

Google's Workbox library has matured quite a lot. We should refactor the service worker to use the Workbox library to generate the service worker instead. 😉 https://developers.google.com/web/tools/workbox/ > **Why Workbox?**...

enhancement

Running the Chrome DevTools Performance Audit, there are some opportunities for us to make this better.

enhancement
performance

I'd like to take the lead on adding a Web Accessibility Guide that we can use as a reference on our projects. I don't have a full vision yet, but...

An example: - how to properly document destructured parameters (see [JSDocs "Documenting a destructuring parameter"](http://usejsdoc.org/tags-param.html#parameters-with-properties))

enhancement

I like the idea of having an ~NPM~ npm style guide. I am inspired by this guide: https://github.com/voorhoede/npm-style-guide ~(Also, is it "npm" or "NPM" when writing it in a sentence?)~...

> Interesting. On this note, is there any thought of adding comments about native support (thinking browsers), so that we don't end up relying on Babel or polyfills to use...

enhancement
help wanted

## Overview This PR does the following: - Introduces `u-aspect-*` CSS utility classes - Removes the Embed object ## Screenshots Left: Before Right: After ## Testing Before: https://cloudfour-patterns.netlify.app/?path=/docs/objects-embed--image After: https://deploy-preview-2053--cloudfour-patterns.netlify.app/?path=/docs/utilities-aspect-ratio--image...

When JS is disabled: - the "Menu" button is hidden - the Sky Nav is open ## Current implementation The DOM order of the nav does not match the visual...

⁉️ question
🎨 design
🦮 a11y

When I add a video using the Video block, the video is the full width of the text container, and I don't need it to be full width.

✨ enhancement
:construction_worker: dev