Bastien Dejean
Bastien Dejean
Jumping back to an older position will currently reset the top offset.
The `rotation` and `top_offset` attributes are currently device dependant. This will be problematic if we try to synchronize the *reading progress* across devices.
The recent firmwares include `/etc/inittab`, therefore the *TelnetFtp* patch needs to be reapplied after each firmware update. I think it should be mentioned in the README.
Here (Arch Linux), I don't have `goinstall`, so I did: ``` go get github.com/banthar/Go-SDL/{sdl,ttf,gfx,mixer} ``` (The test program works fine.)
The first letter of the class name must be capitalized (cf. `man 7 X`).
Example: ```rust let query = json!({"page": 8, "order": "asc", "details": false}); attohttpc::get("http://foo.bar").query(&query)?; ``` This is equivalent to *reqwest*'s [query method](https://docs.rs/reqwest/latest/reqwest/blocking/struct.RequestBuilder.html#method.query). (Unfortunately, we can't use `.params(query.as_object()?)` here, because the `ToString` implementation...
When a rotation is applied, *fit to screen* might crop the image.
Steps to reproduce: - Zoom in. - Pan left or right. - Fit to screen (*scaled image*).
I think it might be worth adding a flag to start without the information bar.