Andrea Giammarchi

Results 55 issues of Andrea Giammarchi

## Background The `MutationObserverInit` has a `subtree` option that is *not* usable, unless `childList` or `attributes` are also defined. The controversial part of this choice is that `attributes` inevitably involve...

needs implementer interest
addition/proposal

### Some Background While many claims that the DOM is slow, I've been happily using it for about 20 years without any major performance issue, and in more than a...

needs implementer interest
addition/proposal
topic: ranges

The issue/visual result is pretty identical to the one described in https://github.com/Igalia/cog/issues/156, basically even if I force the Pi 4 to start at 1280x720, when I use `cog -P drm...

bug
needs investigation

I've done a [bad job there](https://github.com/WebReflection/discussions/discussions/18) and it's indeed not straight forward to understand what is exposed and it can be used. This issue will remind me to improve, in...

documentation

The current logic deals well with components content, but not with components themselves: * ensure attributes and events are preserved once rendered * ensure holes in the container attribute are...

documentation
question

### What version of Bun is running? 0.5.6 ### What platform is your computer? Linux 6.1.8-arch1-1 x86_64 unknown ### What steps can reproduce the bug? ```js import { Database }...

bug

## Description This MR would like to gracefully explore the possibility to use a `` tag to define Python content, as opposite of using a generic Custom Element that gets...

### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...

type: bug
needs-triage

### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...

type: bug

## Description We are currently attaching always different listeners to our nodes and that cause at least these issues: * we cannot remove those listeners later on * we cannot...