Milo
Milo
TypeError: navigator.requestMIDIAccess is not a function no error on chromium, only firefox.
I have implemented a search box for the documentation in PR - #340 Currently it uses the default api key provided to test it out by docsearch (see https://docsearch.algolia.com/docs/dropdown) In...
>> https://supabase.io/docs/going-into-prod - [x] Supabase free tier limits to 30 signups an hour. We need to set up our own SMTP credentials to overcome this limit. - [x] Enable RLS...
in progress. difficult to implement as its a commonJS module, rollup doesnt convert properly it seems. hydra works via a src tag import, but then breaks engine. any help would...
We have a new documentation structure divided into five main sections. (see https://github.com/mimic-sussex/sema/pull/337) [Getting started](https://github.com/mimic-sussex/sema/tree/develop/assets/docs/getting-started) [Playground](https://github.com/mimic-sussex/sema/tree/develop/assets/docs/playground) [Live Coding](https://github.com/mimic-sussex/sema/tree/develop/assets/docs/live-coding) [Machine Learning](https://github.com/mimic-sussex/sema/tree/develop/assets/docs/machine-learning) [Language creation](https://github.com/mimic-sussex/sema/tree/develop/assets/docs/language-creation) The base files that will be within these...
converting large nested objects into something that can be posted with postMessage in a better way than JSON.stringify so that it displays nicer in console. see related engine issue https://github.com/mimic-sussex/sema-engine/issues/4
Using the latest version of engine. Upon first load of a page, get this error. To fix you have to refresh. ``` Uncaught (in promise) Exception { name: "NS_ERROR_FAILURE", message:...
Both errors occur when importing tensorflow JS then running a model. To reproduce on https://sema.codes/tutorial/03-machine-learning/07-rl-gosling/ 1. Run live code (the code already in the window) 2. Run step 1 then...
``` Uncaught (in promise) Error: Cannot start training because another fit() call is ongoing. ``` Happens when running a model more than once. Tested in https://sema.codes/tutorial/03-machine-learning/07-rl-gosling/
Get these errors when reloading the page more than once on any page of the tutorial. ``` ModelEditor.svelte:59 Error Model Editor get value from code Mirror ``` and ``` LiveCodeEditor.svelte:87...