Stepan

Results 4 comments of Stepan

assuming you know (top, left, width, height) of the area, you can change the [example](https://github.com/quadrupleslap/scrap/blob/master/examples/screenshot.rs) to limit the bytes stored in data array to those in the area: ``` let...

doesn't seem there is an API for that yet, but method `frame` can be updated to accept an optional `Rect` argument I think ![2021-09-19_10-26](https://user-images.githubusercontent.com/5119578/133931243-54f8836c-fa49-4132-a557-2a41222e9555.png)

@ondrowan thanks for your reply When I try to run this piece of code ``` let q = r#" upsert { query { v as var(func: type(Message)) } mutation {...

getting the same error with ``` surf = "2.1.0" async-std = { version = "1.6.3" } ``` `client.head("http://192.168.2.12:8080/file.car").recv_string().await?`