Standarduser

Results 12 comments of Standarduser

Sorry, I don't have more information due to poor debug logging of BackItUp. But I noticed that a newer backup gets displayed when I delete an older one. Maybe the...

poor != bad (just to say) Sorry if this was a misunderstanding. Okay, even if I don't really have more information I will try to explain a little bit more....

Have the same problem with my TI9575X9FU

"Escapezeichen verwenden" or "Escapezeichen setzen" Sorry, not able to send a PR at the moment

I would suggest to not escape formatting chars, because that would prevent users to make text italic or bold

You are right. When I opened this issue I did not notice that escaping all chars would prevent formatting of text. I think ` * _ ~ | ` should...

Ich glaube, was @theskyisn0tthelimit benötigt, ist RegEx, um die Ereignisse zu definieren. Diesem Wunsch schließe ich mich an, das könnte ich ebenfalls gut gebrauchen.

Selbes Problem auch hier. ``` admin.0 2024-05-14 08:19:39.379 warn cloud has an invalid jsonConfig: [{"instancePath":"/items/_options/items/_instanceAlive/instance","schemaPath":"#/definitions/aliveProps/properties/instance/type","keyword":"type","params":{"type":"number"},"message":"must be number"},{"instancePath":"/items/_options","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}] ``` **Versions:** - Adapter version: 5.0.1 -...

corrected code from 1st Post: ``` { "version": "0.2.0", "configurations": [ { "name": "Launch normal", "program": "${workspaceFolder}/main.js", "args": ["--instance", "0", "--force", "--logs", "--debug"], "env": { "NODE_PATH": ".dev-server/default/node_modules" }, "request": "launch",...

Can't remember, but i did not modify package.json by myself