Fons van der Plas

Results 662 comments of Fons van der Plas

@dpsanders asked for that once

You can achieve this using an `` element with a fake, generated (silent) audio clip. Copy-paste this code: https://github.com/fonsp/Pluto.jl/blob/78b2428dc38d7b77edc06a40f8aa7ac37c0910c8/frontend/common/AudioRecording.js#L59-L155

This PR is nearly done! I added some TODOs to the PR description, I will try to work on it later today / later this week to get it finished...

@pankgeorg I mostly made changes to the notebook structure and to the Julia side, the frontend code is great, thanks so much!!

You can loop using `mod1`: ```julia @bind i Clock() ``` ```julia let data_index = mod1(i, length(data)) plot(data[data_index]) end ``` But a stopping feature would be nice.

@lukeodowd Can you create a fork, a branch, and a pull request? I am not sure how to work with floating commits.

Can you try to make sure that we can understand and discuss your issue without having to understand the context of what Javis is and how it works? Try to...