stingray-11

Results 9 comments of stingray-11

Unfortunately I am not at all familiar with awk scripting but if I get a chance I will certainly give it a try.

Note that this is still a bug, but not as big of a deal as I originally thought. NO ACTION in SQLite just means the check is deferred until the...

Same issue with an HL-L2300D. Printing over SMB works when started via Windows but not with Linux.

I also have this issue. I found that lowering the resolution to 720p got rid of the freezes. Another work-around is to keep it at 1080p but enable VFR. For...

The code in the example is poor coding on my part (re-assigning $data) ... if I change it to use a new variable for the return value, no error is...

My use case is simply that I was trying to reuse the same fopen code between SMB and local storage. Without SMB supporting the 'b' flag I need to have...

Some tests are failing but not because of these changes... macOS is missing clang-tidy and windows doesn't like a #define in reproc.c.

@yhirose This is a bit of a bummer for me - older raspberry pis are 32-bit and I still support/test on those. Of course there is no obligation for you...

I just updated to version 0.23.1. I had to change a few MultipartFormDataItems->UploadFormDataItems per https://github.com/yhirose/cpp-httplib/pull/2171, other than that no problems. I confirmed my 32-bit builds are still working as expected....