Jahn F.
Jahn F.
Suggestion to a small beautification: I don't like these ultra-long commands - I put them on multiple lines so I can see all arguments without scrolling to the right .
Thank you for this great nextCloud App, Unfortunately I have a hosted nextcloud instance where shell_exec is disabled `disable_functions` is `exec,passthru,shell_exec,system` and I can't change that. Is there a way...
The following will crash: (use case: write data before a header containing the actual data length) ```cpp std::vector sData; zpp::bits::out out(sData); out.position() += headerSize; out(dataObject).or_throw(); // will fail - and...
Goal: to serialize data to a certain location in a vector (of bytes) before serializing the header up front (which may then contain the final data size) @eyalz800 , as...
Since the warning messages are very long and very frequent, this makes compiling programs that use asynchronous very unpleasant. This commit fixes at least the ones I encountered. * Fix...