Robert Bradford
Robert Bradford
I agree on the usefulness of listening to the container size instead of window (or at least introducing an option to do so). Actually, use of https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver on `this.container` may...
FWIW, we often have forms where one of two fields is required (e.g., first or last name, phone or email, etc.). Since a `` is the right semantics for grouping...
Does `activate :livereload` need to be moved into a :development configuration? ``` configure :development do activate :livereload end ```