Maarten ten Velden

Results 11 comments of Maarten ten Velden

It seems that length is used interchangably to refer to incl./excl. a '\0' character (e.g. ["For example, the maximum path on drive D is 'D:\some 256-character path string\'"](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation)).

@Karl-Bridge-Microsoft The snippets I pasted are an exact copy from https://docs.microsoft.com/nl-nl/windows/win32/inputdev/using-raw-input#performing-a-standard-read-of-raw-input

@gewarren Added link now, seems perhaps I forgot to include it.

I think that the issue is because of.. > [InvalidOperationException](https://docs.microsoft.com/en-us/dotnet/api/system.invalidoperationexception?view=net-6.0) > This instance represents a relative URI, and this property is valid only for absolute URIs. _https://docs.microsoft.com/en-us/dotnet/api/system.uri.scheme?view=net-6.0_ .. and.. >...

@andrzejQ for viewing markdown, there doesn't seem to be any major difference between MarkdownViewerPlusPlus and https://github.com/mohzy83/NppMarkdownPanel. Though NppMarkdownPanel doesn't have the issue that images don't load.

As ini_load on success always allocates atleast '\0'1 ini->data could never be NULL. However, what is missing is the check.. ``` C ini->data = malloc(sz + 1); if (!ini->data) {...

> You might also consider using the general Android "sync" toggle. In the settings you can tell Syncthing to respect that. I dislike bundling this functionality with another Android feature....

Ideally I would like the notification to not show at all if in sync but only appear during synchronizating and disappear when synchronization is done.

@saqib-s > PS C:> winget list 7-zip > Name Id Version Available Source > 7-Zip 22.00 (x64 edition) 7zip.7zip 22.00.00.0 23.01 winget > 7-Zip 23.01 (x64 edition) 7zip.7zip 23.01.00.0 winget...