eyelidlessness

Results 41 issues of eyelidlessness

_This issue is entirely tongue in cheek please know no offense is intended. I'm super impressed by this and hoping @ronami will take this as honoring it._ This would be...

It's become somewhat common for tagged literals to be used to embed markup or other languages within a string, for instance a wide variety of CSS-in-JS solutions. By default, these...

### Steps to reproduce 1. Include any hydrated component on a page 2. Build ### Expected behavior The only modules which are preloaded are `preact` and any other explicit dependency....

Props which reproduce this: ```json { "autoplay": true, "playsinline": true, "sources": [ { "src": "/home/background-desktop.webm", "type": "video/webm" }, { "src": "/home/background-desktop.mp4", "type": "video/mp4" } ] } ``` These props produce...

### Steps to reproduce 0. Install `microsite@next` 1. Create a page `posts.tsx` 2. Follow [these instructions from the docs](https://github.com/natemoo-re/microsite/blob/main/docs/basic/data-fetching.md#getstaticpaths) 3. Return `{ paths: [ { params: { id: '1' }...

Would you consider making the usage of Skypack CDN URLs for Preact optional? This could potentially be accomplished by removing the mapping logic and deferring to the built in behavior...

enhancement

...or `Page`, or `Main` context, to avoid ambiguity. ### ~~~Context~~~ (ahem) use case I’m currently trying to provide context to certain deep nodes which I expect to use on most/all...

enhancement

Hi 👋 I happened on this just meandering around the Node GH. I think this would be an excellent thing to provide with Node, but I’m concerned about some of...

A few days ago I [asked on HN](https://news.ycombinator.com/item?id=23305473) if you'd welcome contributions for test coverage, and you said it'd be welcome. I have some weekend project time available, so I'm...

enhancement
testing

Currently, the offline script is not updated when changes are made to client-side code during development, or for pre-release builds. As discussed in my first effort to address this in...