Ben Moren
Ben Moren
@limzykenneth good idea, I have a version of this working in a new nwjs window now at my fork! If possible can someone verify the build and then release (I'm...
``` javascript var video; function setup() { createCanvas(windowWidth,windowHeight); video = createVideo('assets/test.mp4'); // video.hide(); } function draw() { background(255); } function touchStarted() { video.play(); } ``` this should work(not work) with...
Amazing, I'm not much of a react programmer, but I'm happy to help in whatever capacity I have to make this a reality asap! I do have some experience with...
> OpenProcessing seems to be using Firebase Realtime Database and Firepad with CodeMirror. This uses OTs. this seems like a really promising stack to implement this. it seems like this...
Just saw this, and it seemed very relevant to this issue: https://github.com/convergencelabs/codemirror-collab-ext
another package which seems relevant to this discussion: https://github.com/yjs/y-codemirror edit: I see @ffd8 above mentioned y.js It seems like this might be the route.
I've had students also claiming this happens, but cannot replicate. my TA insists its a caching issue, but I cannot replicate it. Related to #141 ?
This issue only occurs when using the native browsers to download. When using wget the quarantine is non-existant.
this folder structure can currently be built by making the same named files in `pages` and `assets` eg: plus becomes (in public after compiling)
an implementation of this (& #14 ) is here: https://github.com/mediaupstream/nanogen/tree/page-defs-plus-specific-media I'll make a pull request soon, but I need to get things cleaned up a bit before hand.