Tim Flynn

Results 130 issues of Tim Flynn

The main thread in the WebContent process is often busy with layout and running JavaScript. This can cause audio to sound jittery and crack. To avoid this behavior, we now...

👀 pr-needs-review

We require clang-15 for consteval.

👀 pr-needs-review

Have been on-and-off looking into implementing the Bodies incremental read AO, the "set stream to a new ReadableStream object, and set up stream with byte reading support" branch in particular...

See 3c5e0ab210da30efce3dc11095bd15358c7c5daa Node v18.18.0 includes an update to npm 9.7.2: https://github.com/nodejs/node/commit/4a6177daad59ec5bb4c29f10822d5a98655efe1a That update removes the `node-gyp` executable. Without it, we get the following error when deploying the Heroku app: ```...

:sleeping: Teeing has been a big ol' FIXME for a while, and we recently butted heads against it, so let's implement it!

👀 pr-needs-review

For example, on https://xboygeniusx.bandcamp.com/album/the-record: ``` #0 ak_verification_failed () at AK/Assertions.cpp:96 #1 0x00007ffff69b7d67 in AK::Vector::at () at AK/Vector.h:148 #2 AK::Vector::operator[] () at AK/Vector.h:156 #3 AK::SimpleIterator::operator* () at AK/Iterator.h:56 #4 AK::find_if(AK::SimpleIterator, AK::SimpleIterator,...

bug
regression
has-repro
fund

This is the fix for a spec issue I opened 1.5yrs ago! :older_man: test262: ``` test/intl402/Locale/constructor-options-canonicalized.js ❌ -> ✅ ```

stale

Clicking the triangle next to `` elements no longer expands/contracts the element in the Inspector window. You *can* click the text of the `` tag, just not the triangle. Minimal...

bug
regression
has-repro
reduction-of-web-content

The setter was missing an implementation for the default and default/on value attribute modes. This patch adds a method to get the current value attribute mode, and implements the value...

👀 pr-needs-review

There were 2 bugs with LibWeb and the Inspector on https://world-of-dungeons.net/: 1. `document.write` was not able to handle writing partial HTML tags. Doing so would ultimately generate invalid HTML. 2....

👀 pr-needs-review