Joe Pea

Results 958 issues of Joe Pea

We found a couple lately, so just double check there are no more.

Continued from - https://github.com/solidjs/solid/issues/1101 ### Describe the bug If I write ```jsx return ``` there is no guarantee that the custom element will have a JS property that is designed...

enhancement

For example, when the `src` attribute of a `` element changes, the previous network request (if any) is currently simply ignored but not canceled, then a new network request for...

enhancement
cpu-performance

### Describe the bug Even if an `` element's tooltip is not visible, the layout is applied to it and is very expensive. If the tooltip is not visible, the...

bug
help wanted
good first issue

This will add a new test that shows how various frameworks allow (or don't allow) control over setting attributes (strings), boolean attributes (existence), JS properties, and events. Now that React...

**Description** Some docs had dated info about XMLHttpRequest, but loaders now use `fetch()` with `ProgressEvent`s. *This contribution is funded by [Lume, an ever-modern next-gen 3D HTML framework](https://lume.io)*

It'd be super sweet if touch interaction worked well. So far, I haven't seen any web-based code editor that supports touch interaction properly, so mobile sites (f.e. accessing Codepen on...

feature-request
editor-core
safari-ios
chrome-android

Just like how Three.js has MathUtils for working with Matrix4/Vector3/etc, we need similar tools for working with Lume's coordinate system (which is aligned with DOMMatrix). We'll need to this if...

enhancement

Model elements (for example `` now extend from a base `Model` class that defines the event types for them. We've added a `LoadEvent` with that is dispatched with the name...