Elouan Martinet

Results 121 comments of Elouan Martinet

I'd see more a way for a client to add a PGP signature to a toot and let clients deal with it. I don't know if further integration with the...

This leads to another concern if the server wants to forbid some source, e.g. if it is too long and it gets truncated instead of being rejected. I don't know...

I successfully cross-built omni-bot on aarch64 for ET using these steps. Run the `docker.io/etlegacy/lnx-aarch64-build:20240206123350` image in Docker or Podman and then execute this script: ```bash set -e export BOOST_ROOT=/code/boost cd...

Hello, I finally took some time to test my patches on #1834 and #1835, which are about the stopwatch game mode. One thing troubled me when trying sudden death again:...

The code that disables waiting in map script may not be working as expected, because the sudden death flag is removed after the dynamite explodes. Pretty sure this makes the...

My use-case here is to be able to access third-party instances without JavaScript enabled. Currently on v3, medias do not load, but it's kind of functional. With v4, you get...

This might not be an answer you like, but I believe exploration in this field should happen in third party applications, before becoming core Mastodon features. Also, about following a...

I didn't think about that, in fact I saw the error message somewhere already, without thinking it was linked to. `Error: "Permission denied to access property "isThunkCreator""`

That's my guess too, apparently with `@grant none` I should be working with the *true* `window` object with `unsafeWindow`.

It seems weird though, because the type of `unsafeWindow` is `Sandbox` when logging it. I'm not sure why using `bind(unsafeWindow)` on a function would make `this.slackDebug` undefined, this would mean...