Atul Vinayak
Atul Vinayak
Similar functionality to gnome terminal shortcuts like ctrl + + or ctrl + - to zoom in/out.
This PR Adds support for SelectObjectContentRequest in S3. This let's users query contents of S3 Objects if the yare of type CSV, JSON or Parquet. Explanation for some design choices:...
I am trying to Add support for S3 Select (https://docs.aws.amazon.com/AmazonS3/latest/userguide/selecting-content-from-objects.html) in ex_aws_s3. However, the response of this request is an octet-stream and since this request does not support [Range header](https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html),...
Looking at the C file, I see that It might be possible to get pixel data for an image. Is this something that could be a good feature? I'd like...