Fons van der Plas
Fons van der Plas
Maybe it's [this one](https://mybinder.org/v2/gh/fonsp/pluto-on-binder/master?urlpath=pluto/open?url=https%253A%252F%252Fgist.githubusercontent.com%252Fdralletje%252F7f10d3124e4019dd5d6839f8237b54c9%252Fraw%252F972ee88f7e4687dc834e01def82ca105d42b383e%252FCountersInPluto.jl)?
Thanks! https://github.com/JuliaComputing/JuliaHub/issues/143
Thanks! This is indeed caused by `show_value=true`, because we call `string.(values)` and send those rendered values to JavaScript to display: https://github.com/JuliaPluto/PlutoUI.jl/blob/47167739ec772924469d3528977e8d6a688b3319/src/Builtins.jl#L192 This is how we support something like `Slider([sin, cos,...
It would be helpful if someone wrote a function that does the following 💕 ```julia function downsample(x::AbstractVector, max_size::Integer) return something... end x1 = [1,2,3] x2 = rand(500) @test downsample(x1, 3)...
Cool! Let me know
Oh this is going great! The `Dict` output should be fixed if you update Pluto to the latest version - it now sends `Uint8Array()` back as a `Array{UInt8,1}` instead of...
Oh but you are doing a fourier transform on the microphone data right? That's funky
😊 no worries that's what javascript is designed for
look forward to try it out soon!
I don't have access, can you use gist.github.com isntead?