Thomas Beutlich

Results 28 issues of 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. ![Image](https://github.com/user-attachments/assets/e802ce1d-b4b8-42a0-b90a-c2ce4c9222ff) ## Current Behavior The closing parenthesis of a string as part...

To review

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 ![Image](https://github.com/user-attachments/assets/f54f33c8-4545-42f7-b223-e54dcd8797c7)