Ryan Glover

Results 142 comments of Ryan Glover

> The only part of this that needs to be figured out is how do we automatically pass .open() and .close() methods down to modals and respect them? The real...

This is a cool idea. Would be nice to have a render method like `a11y()` that generates the necessary a11y attributes. Would need to think about how to do it...

Bumping this. Just ran into a nasty one where a missing quote on an attribute caused a cascading failure in the render which led me on a goose chase. Any...

Give this package a spin when you get to this issue: https://www.npmjs.com/package/html-validate

Bumping again. Just ran into one I got lucky on. I deleted a string literal passed to an attribute and forgot the ending `}` and the build system missed it....

We can reuse the "ping" approach used in the Push CLI for this.

Would a sponsorship allow you to prioritize work on this as time allows?

This should be tightly integrated into Push. You can manage flags in your deployment's dashboard and control which users have access to which features.

This is pretty simple now with the new template. Just add these to the default template and push.

Didn't come to mind at first but this may be best solved by writing a thin layer around RxDB. We can get away with just using the parts we need,...