Quentin Dauprat

Results 62 comments of Quentin Dauprat

I don't remember clearly, but it is probably to working in offline mode (without internet). Or maybe with image generated by software like Draw.io where we do not want to...

@StaloneLab even if ZMarkdown is originally designed for ZdS, keep in mind that it can also be used by people in other manner, different editors, etc. (the joy of open-source)

Ok, I check that this week. Is there a way to check the current version of the running Simple Login instance? The version is not show on the dashboard, and...

Ok, I have updated to the `simplelogin/app:4.6.2-beta` version, and the problem is still here

Now I got a new error: "Unknown error with status 500" Log from `sl-app`: ``` 2022-08-30 21:17:38,080 - SL - ERROR - 8 - "/code/server.py:380" - error_handler() - - ProtonPartnerNotSetUp...

This, and a succession of other problems, led me to abandon self-hosting. I migrated my domain name directly to the version managed by you. With the managed version, there is...

I know that the validation process on iOS can be a bit boring, so, courage 💪 (I always managed to dev PWA to avoid developing an app for Android and...

I have just tested with the latest version `v4.14.4` on the custom instance, and it works now. I close this issue since the problem is solved.

For exemple for execute one command like "ls" or "uname" or anything else. It's can be a also a software. It's just for not execute this instruction periodically. **Also needed...

Exemple : I've one module `test` (conkie module), and have one « on demand » function called `hello` : ```javascript module.exports = { hello: function () { return 'Hello World';...