Joe Pea
Joe Pea
Today it's possible to make 3D scene with DOM using CSS `transform: matrix3d()`. Does WebVR allow a DOM scene (a single DOM tree) to be rendered twice, once for each...
super neat! Is it possible to customize the style more than the two default styles?
Hello, can you please add some details on how it works? Are there any risks? Does it involve turning off SIP (System Integrity Protection)? What's the magic? Is there an...
The coverflow effect is super nice looking, but the functionality itsn't like Gnome's alt-tab or alt-backtick. It'd be super nice to have that. For example, here's what it would need...
This example, https://playground.solidjs.com/?hash=-945213152&version=1.4.1 throws ``` mapFn is not a function ``` . I wonder if we can improve it, f.e. ``` expects a function as its only child. ```
This `html` template markup, ```js return html` [1, 2, 3]}>${n => html`${n}`}` ``` renders a ">" character at the end. Demo: https://playground.solidjs.com/?hash=149145402&version=1.4.1 The component _seems_ to work fine, apart from...
### Version 17.3.0 ### Platform Linux ### Subsystem internal/process/promises ### What steps will reproduce the bug? Make a project folder. Create `package.json`: ```json { "type": "module" } ``` Paste this...
### Description Add more terminology, and explain it better (TODO) like the [old spec drafts](https://w3c-html-ig-zh.github.io/webcomponents/spec/shadow/#example-tree-of-trees) used to explain. The DOM spec is really bad at explaining in comparison. --- Aside:...
### Describe the bug Currently Solid is not importable via JSPM or UNPKG. This also happens to any packages using a similar package layout as Solid.js or [Preact](https://github.com/preactjs/preact/issues/3665). These two...