This fixes a problem I have had where I get the following message sometimes:
Error: config, windows: The file name is too long.
Delv says it is a buffer overflow so this fixes it at the cost of just allocating more memory.
TODO: Make actually good
Reviewed-on: #166
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
...when not using the standard print
(JSON/XML/YAML)
This should make making an API for this even easier :)
Reviewed-on: #91
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>