Renée
Renée
just did a blanket `npm update`. Should fix https://github.com/browserify/static-module/issues/55, because acorn-node 1.8 depends on acorn 7. Finally closes https://github.com/browserify/static-module/issues/48, because this exposes the option added in https://github.com/browserify/static-eval/pull/31.
static-eval doesn't support function expressions like the `body` option in: ```js cwise({ body: () => {} }) ``` I think because of this patch https://github.com/substack/static-eval/pull/18 static-module has a special case...
Need to update the `quick` regex to handle this somehow… Unfortunately just escaping `$` doesn't work because $ is not a word character—the word boundaries don't match on `$(`.
Rebased #4.
The current DJ can enable auto-leave to leave the waitlist *after* their current play is over.
We have relational data and I've had to spend a lot of time making Mongo do the things that we need. It's a bad fit for this type of application...
Starting with something janky
We are currently using the WebSocket connection for receiving _and_ sending chat messages. Sending messages has a small client bug when the message the server broadcasts is different from the...
Closes https://github.com/u-wave/core/issues/298 Works together with https://github.com/u-wave/u-wave-source-youtube/pull/116 Sources are registered using the `uw.useSource(SourcePlugin)` function instead of just `uw.source(sourcePlugin)`. The `useSource()` function sets up runtime configuration and handles adding/removing/refreshing the source plugin...
We'll need to decide on a versioning strategy. When üWave first started I think we were going for a `/v1/`-like URL-based approach. That seems fine, but we could also consider...