asonix

Results 34 issues of asonix

## PR Type Bug Fix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated....

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

A-http
B-semver-minor

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. (if updating the chat example counts) - [x] Documentation comments have been...

B-semver-minor
A-ws

## PR Type ?????Bug?????? (reduces memory use) ## PR Checklist - [ ] Tests for the changes have been added / updated. - [x] Documentation comments have been added /...

A-http
B-semver-patch

## PR Type Bugfix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

## PR Type Bug Fix i think ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added...

B-semver-patch
A-actors

```rust fn main() -> Result { let app = libvips::VipsApp::new("vips-problem", true)?; let buf = std::fs::read("./example.png")?; let image = libvips::VipsImage::new_from_buffer(&buf, "")?; // drop the buffer before trying to transcode to jpeg...

## PR Type Refactor ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...