Kagami Sascha Rosylight

Results 261 issues of Kagami Sascha Rosylight

https://w3c.github.io/webdriver/#element-click > If the element is an input element in the file upload state return error with error code invalid argument. Looks like this is because [it can open a...

It installs Pillow 8.1.1 which does not support Python 3.10. It seems Pipfile has 8.3.2 instead, and the internet says Pipfile replaces requirements.txt, so why do both exist here?

A worklet has `EventTarget#addEventListener` but it cannot use AbortSignal to batch-remove them. Is this intentional?

topic: aborting

Step 14 of the https://streams.spec.whatwg.org/#readable-stream-pipe-to is basically `Promise.all([dest.abort(), source.cancel()])`, assuming the states are writable/readable respectively. One WPT test for this asserts that `abort()` is called before `cancel()`: https://github.com/web-platform-tests/wpt/blob/285addceabb4443562a9b93d789b17230c3d6e20/streams/piping/abort.any.js#L215-L237 Blink passes...

See #1224 - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented...

Currently `!` and `?` are just plain text, but Web IDL links them to ECMA262. Streams should probably do same.

It would be: 1. Any follows not in UnlistedTwitterAccounts will be disallowed (Something like `Moderation:TwitterAccountsBlackListing=*` 2. Boosts/quotes from UnlistedTwitterAccounts will be imported as Unlisted, assuming Unlisted accounts interact only with...

Currently https://beta.birdsite.live/users/pj_sekai/statuses/1525415624536641541 just redirects to Twitter. Could be great if it opens a page to import and boost/favorite as Mastodon does.

I think we should still keep the migrator for some time. (which then blocks removing lmdb completely)

`` html`1. ` `` always becomes `1.`. Since whitespaces are relevant in inline context and ``, is there a way to insert whitespaces as-is?

bug