Boscop
Boscop
@kchibisov Windows 8.1. [GPU specs / GL driver](https://user-images.githubusercontent.com/535593/83332785-68339e80-a29d-11ea-8b3a-199e07dd3da5.png)
Rust sciter has it too. (Qt can also do it btw.)
Yes, I would like to have this in winit itself.. I added this feature to my glutin fork before winit existed, then again to winit because it had changed so...
@lieff When `bytes_read` is `Some(0)`, `decode_frame` still gets called (with the previous frame's buffer content) and succeeds, so it seems like `Ok(frame)` is always returned (in the absence of errors)....
@lieff I'm not using minimp3 directly, I'm using it through rodio.. But there is no reason to call `decode_frame` when `bytes_read` is `Some(0)`.
@lieff It happened with all mp3 files I tested..
@lieff Can you please try with [this file](http://www.mirari.fr/afLb.mp3)? This file exhibits this behavior. I think the bug is in this crate because the rodio code on top of this is...
@lieff I don't understand: Why does the decoder start over from the start again after I drained samples from it? **It behaves as if I hadn't drained any samples at...
Same problem here :( ``` ReferenceError: google is not defined at extract (C:\Users\me\AppData\Roaming\npm\node_modules\extract-streetview\ index.js:83:9) at parseLocation.then.location (C:\Users\me\AppData\Roaming\npm\node_modules \extract-streetview\index.js:35:21) ``` Found a [relevant SO thread](https://stackoverflow.com/questions/12249136/referenceerror-google-is-not-defined) but it seems to be imported...
Any update on this? :) I just ran into this issue, when I tried to the pattern that @Zsarl posted above (multiple `table_name` attributes).