rtoy
rtoy
Oh, sorry about that! It's removed now.
I can't get to it for a bit, but send me the logs and sbcl version and I'll take a look. On Sat, Feb 27, 2021 at 5:24 PM Zach...
That should work for the display part.
You mean completing createBuffer? In the dev console, pressing tab shows both createBuffer and createBufferSource. Only when I enter S and press tab does it complete to createBufferSource and pressing...
As we discussed, the behavior I'm looking for is what Chrome's dev console does with completion. This is low priority for me.
See also https://github.com/tabatkins/bikeshed/issues/2104
I think the issue is that 411071.0 is closer to the fraction than 411071.03. 411071.03 and 411071 differ by 1 bit. Consider: ``` (abs (- 41107100000541273/100000000000 411071)) 541273/100000000000 (abs (-...
This is fixed in https://github.com/WebAudio/Audio-EQ-Cookbook. (Many thanks to @shepazu for doing all the initial work on this!)
@endolith Can you check the latest version? This error should be gone now.
Thanks for your suggestion. I'll look into how to use this to silence the warning. Feel free to close this issue, if this is the intended behavior.