Ben Wiederhake
Ben Wiederhake
This is an attempt to make IPC traffic more accessible. Please let me know what you think :D For your entertainment, please find attached a little capture of TextEditor: [texteditor_ipc_traffic.tar.gz](https://github.com/SerenityOS/serenity/files/11569539/texteditor_ipc_traffic.tar.gz)...
This documents three issues: - The `clip` property is `inherited: no` according to [the spec](https://drafts.fxtf.org/css-masking/#clip-property), and we also put it in [`m_noninherited`](https://github.com/SerenityOS/serenity/blob/61148bce5ff8672db3f940654e27156b7d56a45b/Userland/Libraries/LibWeb/CSS/ComputedValues.h#L370), but our `Properties.json` says [`inherited: true`](https://github.com/SerenityOS/serenity/blob/61148bce5ff8672db3f940654e27156b7d56a45b/Userland/Libraries/LibWeb/CSS/Properties.json#L644). That sounds...
This issue exists to inform @petelliott of the fact that our Guile port is [broken since April](https://github.com/SerenityOS/serenity/issues/18238), and I think you should know about it because you are the one...
Out of 285 ports, 9+0 are broken. Let's get these working again :D I'll use this table to keep track of how far we've come. Table last updated: 2023-08-15 |...
Building alpine exits with this error: ``` [alpine/build] libtool: Version mismatch error. This is libtool 2.4.6, but the [alpine/build] libtool: definition of this LT_INIT comes from libtool 2.4.7. [alpine/build] libtool:...
* /tagme (on next /random) * auto-poke after 5 minutes after doing a task * /remindme / /remembertask (to postpone a task) * Reset game (maybe at 5am, maybe after...
**Describe the bug** In a grammar where one terminal consists of several other concatenated terminals, this is somehow not counted as a "use" of those recursive terminals. This leads to...
The bridge currently doesn't support encryption, because gomatrix doesn't support it, and doesn't plan to support it anytime soon: https://github.com/matrix-org/gomatrix/issues/31#issuecomment-565988610 By now, Rooms on Matrix are encrypted by default, which...
Currently, `MessageClipped` is not documented, and `MessageSplit` doesn't really explain that the `MessageClipped` message will be used as a separator (despite its name). This existed since 1.22.2, but was never...
Fixes #4725 This fixes a flaky test that causes [real problems](https://github.com/uutils/coreutils/pull/6018#issuecomment-1963035379). As the test already documents, `-u -i` won't show a prompt, so trying to pipe some stdin into it...