John-John Tedro

Results 237 comments of John-John Tedro

Note that this only happens when following the README and doing the following in PowerShell: ``` cargo readme > README.md ``` *Might* be an artifact of .NET using UTF-16 as...

Thanks! I like the idea of named arguments to expand on functionality. Could hook it up to an existing library, like https://docs.rs/structopt/0.3.15/structopt/ to make it more convenient.

YouTube song requests currently do not work. I haven't had the time to renew the permissions required by Google. The only thing we need is access to the YouTube search...

Would you mind formatting your code (`cargo fmt`)? There should be a CI check for it, but this project has an old configuration ;)

Was a while since I poked scripting in Rune, but it's not entirely ready (yet!). For now it's just a scripts directory which automatically reloads the scripts in it. And...

That and `!song blacklist `. Or even integrate searching similar to `!song request `. Having the ability to manage the list through the UI would also be useful.

Also, given that there's some active discourse around the potential issues with using the word "blacklist", something else might be more appropriate, like "blocklist" and `!song block ...` instead. It's...

So giving temporary permissions is already supported with the `!auth` command, but someone has slacked on adding it [to the documentation](https://setbac.tv/help). The general syntax is: ``` !auth permit 2m setbac...

Hm. How about presenting alternatives to the user? ``` !game GTA V udoprog -> Your request matches more than one category; 1) GTA III, 2) GTA V. udoprog -> Please...

This one is a bit more involved since the current notification flow is asynchronous. I.e. the playback component is unaware of what causes certain commands to be sent to it.