Ryan Murphy

Results 49 issues of Ryan Murphy

We got it working in HTML, we got it working in Sass — this is the final boss.

I'm thinking of something very, very similar to Rollup's [`this.emitFile` method](https://rollupjs.org/guide/en/#thisemitfileemittedfile-emittedchunk--emittedasset--string). Right now all a tag can do is take in a string and return a string, which means if...

Template tag errors are quietly not raising and just stopping builds. My gut it's an issue with the tag mechanism itself, but always a chance I broke it elsewhere.

The "render everything in dev" approach is outdated and has become untenable in major projects such as the coronavirus tracker and elections. There are a lot of little details that'd...

Next.js has this [cool method for rendering dynamic pages](https://nextjs.org/docs/routing/dynamic-routes) by adding extra info in the file. [Sapper has a version of it too](https://sapper.svelte.dev/docs#File_naming_rules). [Eleventy does it in its front matter](https://www.11ty.dev/docs/pages-from-data/)...

It's **incredibly** ambiguous what's missing when a Nunjucks template crashes and burns.

**Is your feature request related to a problem? Please describe.** I was thinking about new ways to honor a user's request to have a [less frustrating experience with animations](https://www.w3.org/WAI/WCAG21/Understanding/animation-from-interactions.html) and...

feature request

Hello! 👋 Unless I'm missing it (sorry if I am!) I don't think it's currently possible to exclude (or inclusively select) fields/properties on features during a load. My use case...

I thought I did everything correctly with the custom element property setters but [Svelte quickly informed me that I had in fact not](https://svelte.dev/repl/f1a6dc3f23754c0bafcc496a7a2da0dc?version=3.46.4). I think the issue here is that...

enhancement