Francisco Bernardo

Results 32 comments of Francisco Bernardo

It's variable *Sharing the pool Temporary storage is shared among all web apps running in the browser.{#It is also shared across all offline APIs, such as App Cache, IndexedDB, and...

windows check out it works

@chriskiefer I fixed the ADC in can you check if run well on Linux? thanks

More diagnostics after testing different scenarios 1. When transitioning between tutorials with Learners, there is ONE occurrence of the error. There is also anomalous behaviour creating two Learners after the...

One problem is that svelte-grid is refreshing the items collection more than once. There are instances of asynchronously initialized Learners colliding, and the signal engine isn't managing them well. The...

correct, items props controls should render conditionally on selected layout properties

I'm not familiar with the block tracking implementation, maybe you could pick this one instead?

**use-with-a-web-worker** https://magenta.github.io/magenta-js/music/index.html#use-with-a-web-worker In your worker, worker.js, ``` importScripts("https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"); importScripts("https://cdn.jsdelivr.net/npm/@magenta/music@^1.12.0/es6/core.js"); importScripts("https://cdn.jsdelivr.net/npm/@magenta/music@^1.12.0/es6/music_vae.js"); const mvae = new music_vae.MusicVAE('https://storage.googleapis.com/magentadata/js/checkpoints/music_vae/mel_2bar_small'); // Main script asks for work. self.onmessage = async (e) => { if (!mvae.isInitialized()) {...

this is pretty interesting @miker2049. I tried to install your fork but I'm running into errors ``` Enter passphrase for key '/Users/francisco/.ssh/id_rsa': ⸨░░░░░░░░░░░░░░░░░░⸩ ⠴ idealTree:timidity-audio-worklet: sill idealTr⸨░░░░░░░░░░░░░░░░░░⸩ ⠴ idealTree:timidity-audio-worklet: sill...

Found the same problem Cells background become grey, editor becomes sluggish, modal window pops ups saying window is not responding. This behaviour happens with a notebook with a cell containing...