Renée

Results 188 issues of Renée

In particular, so we can expose a method to get the total number of users who are online, so https://hub.u-wave.net can display the number of users.

enhancement

We need a config option like `allowedOrigin: ['https://wlk.yt/']` for use in the social signup feature, to prevent sending semi-private data (only the avatar in this case) to unknown clients. _Originally...

A media source like `u-wave-source-youtube`, but instead of returning results from youtube, it looks through the user's playlists. It can return media items with a `sourceType` attached and that will...

enhancement

(Maybe more than registrations.) Listen for `user:create` on Redis and publish that to moderator's socket connections. Best done after an ACL implementation lands in -core so that users can be...

One of two things happened: - A client bug (most likely) caused the same song to show twice in a filtered view; I deleted one and then moved the other...

bug

Some messages might want special handling based on how they are sent. For example, a bot posting links from reddit into the chat so they can be styled differently, or...

enhancement

React 19 drops some APIs that the tests are still using. This is probably a reason to release #196.

The `.repeat()` calls allocate a `String`, instead it's possible to parse the single digit into an `u8` and then repeat the hex value with bitwise operations.

see https://github.com/babel/babelify/issues/268#issuecomment-402266843 should maybe try to match both on the absolute and on the `path.relative(b._options.basedir, fullpath)` path.

In our `apollo_compiler::ast` level representation, field and directive arguments are represented by `Vec`, and input object values are represented by `Vec`. This is to maintain order and allow the possibility...

apollo-compiler