Calvin Montgomery
Calvin Montgomery
Noting a couple requirements for email validation so I don't forget: * Email must be re-verified when the user changes their email address * Verification email must include a "this...
You can open a separate issue for that. It's not so much an account level validation as a channel ACL. On Mon, Dec 10, 2018, 02:27 Ronald van Devender It...
I think it's more about supporting private communities, such as the +s/+i IRC channels I'm in. When the channel is centered around a small, tight-knit group of people it doesn't...
It also sort of exposes the need for a more general channel roles concept that has been requested before -- numeric ranks aren't really what people want a lot of...
This is not a bad idea in itself, but I don't think I want to add more icons next to names. It gets cluttered when there's more than one icon...
What do you mean? Like being able to duplicate a saved playlist from one account to another?
I'm just not really sure (1) what you want and (2) why it would be worth the cost and complexity of implementing it. I'm not really trying to build a...
I'm toying with the idea of just having channel playlists accessible by the mods and a small interface to copy to/from user playlists. It would work the same way as...
I've never attempted to write anything for the Chromecast, but I talked to someone who wrote a Chromecast plugin for a similar website and it sounded like it was a...
@nuclearace No, node doesn't support multithreading. If it did, it would be pretty easy to make the server multithreaded (as opposed to the `cluster` module which is based on process...