Sebastian

Results 15 comments of Sebastian

I have a block that loads an image and then displays it. When the loading is finished, the class name of the wrapper element is changed for styling purposes. Basically...

I have now gathered some more information about this issue. Sorry if my initial report was confusing. Let me explain the problem in another way again: The problem arises only...

I am also getting `UND_ERR_CONNECT_TIMEOUT` after ~5 secs when IPv6 is not configured or working properly. With curl, Chrome and other clients, it still works via IPv4. This seems to...

> If you have tried using `pressSequentially()` and it does not work for you, and you still need keyboard layouts support in `type()`/`pressSequentially()`, please comment here with your usecase. The...

Thanks for the tip. I have tried to reproduce the behavior with `CDPSession` but I guess I'd need the missing `Input.imeCommitComposition` command to exactly reproduce it, as you also have...

It is true that `Input.insertText` triggers the `compositionend` event but it does not help me with my test, because `Input.insertText` does not care if there was a composition session in...

It is nowadays possible to [filter followed accounts' posts by language](https://github.com/mastodon/mastodon/pull/19095) so being able to filter followed hashtags' posts by language would be consistent with that feature.

It should also be considered that with the current spec, hashtags at the beginning of a line are not possible, as it would turn the block into a heading. >...

With regards to image URLs, I think the [spec](https://github.com/subconsciousnetwork/subtext/blob/main/specification.md#rendering-links) is clear: > ### Rendering links > > For all kinds of links, including bare URLs, bracket URLs, and slashlinks, the...