Peter Müller

Results 5 issues of Peter Müller

### Which package is this bug report for? discord.js ### Issue description When installing recent version of `discord.js` on node 16 an unsupported engine warning will be shown as of...

bug
need repro
packages:discord.js

In the perfdata of the vm (container) check the used size of the root disk was missing. This PR adds this. Example: ``` ./check_pve.py -u -p -e -n pve -m...

### No existing issues. - [X] There is no existing issue for my problem. ### Describe the bug If an adapter has a `null` value in it's `jsonConfig.json` the adapter...

bug
fixed

* Added `content` options: * `rendered` - generated results use the rendered mainbody if available. (json only) * `excerpt` - generated results use the excerpts as content if available. *...

Hi, I'm trying to migrate from `typescript-json-schema` to `ts-json-schema-generator` but I'm stuck with an error: ``` Error: Unexpected key type "unknown" for this node. (expected "UnionType" or "StringType") ``` Figured...