Bastien Dejean
Bastien Dejean
I think *Space* and *Shift+Space* might be more appropriate here.
I think it would be a good idea to hide the mouse cursor after a short period of stillness (or altogether).
When the *f* key is initially pressed, the window won't enter the fullscreen state. It only works on subsequent key presses.
The images whose width or height is greater than 8192 aren't displayed. The related error message is: `Failed to render image Texture dimensions are limited to 8192x8192`.
The following _base64 encoded_ binary plist: ``` YnBsaXN0MDDRAQJTZm9vgAEICw8AAAAAAAABAQAAAAAAAAADAAAAAAAAAAAAAAAAAAAAEQ== ``` is parsed as ``` { foo: 1 } ``` while [plistutil](http://www.libimobiledevice.org/) parses it as ``` foo CF$UID 1 ```
Steps to reproduce: ``` cargo run --example single_glyph DejaVuSans-Oblique.ttf A ```
In the Knuth-Plass article, the parameters used for typesetting *Seminumerical Algorithms* are given: > the consecutive-hyphens and adjacent-incompatibility demerits were α = γ = 3000 The default value used in...
This crate doesn't seem to be published on crates.io?
The following: ``` s = require('sexpression') s.parse('(#)') ``` triggers an infinite loop.