RvdH

Results 12 issues of RvdH

Any plans or has anyone actually tried to convert CutyCapt to use (the new) QtWebengine instead of QtWebKit?

Hi Bjoern, You asked help building static Qt build and a single-file CutyCapt executable...does this article below help you? http://dimitris.apeiro.gr/2015/06/24/build-a-static-qt5-for-windows-by-compiling/ I'm still hoping for a windows version of CutyCapt using...

check emailaddress forwarding account https://github.com/coax/hmailserver-webadmin/issues/40

Forwarding email address field under account accepts: [email protected]; [email protected] (this is **invalid** in hMailServer) hMailServer accepts only a **single** email address under forwarding thru an account, if you like to...

Looks like some of the archive signatures have to be found at a specific offset, like: SevenZipFormat.Tar // 257 byte offset SevenZipFormat.Iso // 0x8001, 0x8801 or 0x9001 byte offset SevenZipFormat.Lzh...

enhancement

https://github.com/adoconnection/SevenZipExtractor/blob/master/SevenZipExtractor/Formats.cs#L106 `{SevenZipFormat.GZip, new byte[] { 0x1f, 0x0b }},` according to: https://en.wikipedia.org/wiki/List_of_file_signatures, should be: `{SevenZipFormat.GZip, new byte[] { 0x1f, 0x8b }},`

enhancement

Illegal characters in css path cause exceptions. Exception Type: System.ArgumentException Exception Message: Illegal characters in path. Exception Source: mscorlib Exception Target Site: Normalize

I have a problem with Application Request Routing (ARRHelper) on Windows 11 Professional (64-bit) behind a webfarm After installing requestrouterhelper_x64.msi (ARR 3.0) on Windows 11 Professional (64-bit) and having a...

Wrap executable variable with encodeURIComponent so it won't crap out on path slashes/quotes and "%file%" parameter

Would it be possible to Automatically detect/resolve YOURLS URL Shorteners? YOURLS stands for Your Own URL Shortener, http://yourls.org/ A few tags in YOURLS URL Shorteners might be helpful, to detect...