Mert
Mert
All fair points! One idea that comes to mind is to make this type safe. It could receive a list of objects similar to the insert API and internally serialize...
I’m not sure if this is the right place to ask, but I’m waiting on https://github.com/google/jpegli/pull/48 and https://github.com/google/jpegli/pull/138 as I currently have to patch the source code with these commits....
> If I edit the file to allow the images to load and reuse connections then everything seems to work without the DNS flood. Can you elaborate on the specific...
The intent is that they have to jump to the provided offset to continue the upload, or else the upload is a failure. I can see how that's a bit...
The main issue with making the jump optional is that the server won't know whether the client implemented this, so will have to consider both possibilities or risk interop issues.
I tried to clarify the client behavior here, let me know how you feel about the wording!
better-sqlite3 advertises its sync API as one of the reasons it's much faster than node-sqlite. It's also nice to be able to use it anywhere without thinking about await. It's...
Would you be able to set `output_bps=16` and `use_camera_wb=1` by default like [ImageMagick](https://github.com/ImageMagick/ImageMagick/blob/a024f0560a87ba405ad0d86e9ecc754048fad608/coders/dng.c#L293)?
It should be able to do multiple tasks at the same time. I haven't seen this before, so I think it's likely related to the ocl driver change in this...
Testing on a 155H processor looks promising so far on CPU and OpenVINO. I haven't encountered the error you mentioned after many runs with different settings, though this test library...