Renée
Renée
I don't think wzrd supports git dependencies. Note that the part after `#` is not sent to the server in the first place.
perhaps we should include the https://github.com/blahah/electron-renderify transform by default
Browserify doesn't support ESM, including dynamic imports. It doesn't do anything to them so they end up in the output bundle unless you use a transform like babelify.
This will also need to first guarantee that the user is actually connected…
It would maybe be useful to keep this state separate from the current DJ and have it work both in the booth *and* in the waitlist. So you could set...
might do that later, don't wanna keep this PR around for a long time
Hard to reproduce so far. May need to just deploy and see when it actually happens.
This *may* be addressed by the recent web client fix: https://github.com/u-wave/web/pull/1860
We're going to need an API rework to support runtime configuration. It's kind of possible already because media sources have access to the `uw` object, but it's unergonomic. You can't...
Turns out static abstract members are not a thing. That was the reason for using an `abstract class` in the sketch above instead of an interface. Perhaps it could be...