Ruud van Asseldonk

Results 48 comments of Ruud van Asseldonk

I ran into this problem when we added a third-party library that had a transitive dependency on `simplejson`. That consequently broke all of our error handling, because `requests` now started...

That bug is marked fixed in Firefox 48, however I’m running 48 beta at the moment and the address bar issue persists. There is a different bug report specifically about...

Thank you for the detailed write-up. I understand that a pathological `ReadBytes` implementation could inspect the buffer, and that LLVM might do bad things when it does. However, both of...

I wanted to go and benchmark this, but there is a complication: the branch I use in the application is a different one (that adds support for picture metadata), which...

Can you elaborate on what you mean by “getting decoded samples back”? You can alseady use [`FrameReader`](https://docs.rs/claxon/0.4.3/claxon/frame/struct.FrameReader.html) to get the decoded samples.

> My goal is to read just plain FLAC frames as data-as-stored-on-disk (without decoding/decompressing into samples). Ah, I see. I think that would be useful, but it would also be...

Thanks for writing this up! > we are going to add new constructors `new_seekable` and `new_seekable_ext` I think in hindsight, adding these `new_ext` constructors, and parsing so much in the...

> So, as I understand, the high-level API FlacReader should do basic things, and advanced features like seeking should be provided only via low-level API, at least for now, right?...

I don’t plan on adding this, encoding is a lot harder than decoding, and apart from the format, they have very little to do with each other. For decoding, you...

Thank you for taking the time to open this pull request. I benchmarked this change against master, and I found no strong evidence that it is faster: ``` Welch Two...