Thomas Beutlich
Thomas Beutlich
This seems to be missing, but available by the XSD.
I had some trouble interpreting the "and' and the relational operator. I think its easier to read as proposed. Thanks.
## Expected Behavior The closing parenthesis of a string as part of a liststring should not be stripped.  ## Current Behavior The closing parenthesis of a string as part...
We have the following workflow to read an entry from file ```cpp // Pseudocode int32_t err; err = mz_zip_goto_entry(zip_handle, offset); err = mz_zip_entry_get_info(zip_handle, ...); auto read_bytes = mz_zip_entry_read(zip_handle, ...); uint32_t...
The command line args did not work on my setup (code.exe not on PATH, reuse-window option). Here's my modification: ```diff --- a/DGVisualStudioCodeIntegration.pas +++ b/DGVisualStudioCodeIntegration.pas @@ -130,12 +131,11 @@ begin if...
The caption of listing 16 is wrong and should be changed to something like: Complete example for liststring 