Arnaud Lier
Arnaud Lier
**System Info** - Kooha version **2.0.1** - Distro information and version **Fedora 36 Silverblue** - Desktop Environment information and version **GNOME 42.2** - Display Server **Wayland** - Flatpak? **Yes** **Describe...
**Short description of what this feature will allow to do:** Markdown is very popular and is used by many applications. The need of a markdown editor in the admin panel...
It would be great to add PhraseApp support. Documentation/Specification: https://help.phrase.com/help/webhooks
## Feature request ### Feature description Satisfy the following [set of requirements](https://hstspreload.org/?domain=eclixo.com#submission-requirements) when HSTS Preloading is enabled: - Redirect from HTTP to HTTPS **on the same host (not www directly)**,...
Hello! It would be great if you add something to send a message/open a link to the player when he clicks a specified map or at a certain point of...
It would be cool to integrate Slash commands support in Commando: https://discord.com/developers/docs/interactions/slash-commands. It can be done with something like this: ```js client.registry.commands.forEach(command => { client.api.applications(client.user.id).guilds('GUILD ID').commands.post({ data: { name: command.name.replace(/-/g,...
Hello! I would like to convert this: ```js RestServer.post(/^\/v1\/server\/file\/(move|rename)/, (req, res, next) => { // [...] return next(); }); ``` to the new version of restify but the docs are...
Adding example custom keybinds to the example mod would be helpful :D