Stephan Meijer

Results 316 comments of Stephan Meijer

Never mind my comment, just found out (by looking at the src) that a .htmlhintrc is actually supported. @thorade, you can create a file named `.htmlhintrc` at the root of...

To make the commands more familiar (/similar to other programs), I would like to propose aliases: ``` ?private-chat add | alias: invite ?private-chat remove | alias: kick ?private-chat delete-channel |...

I like the idea, but I have my doubts about its effectiveness. Deleting messages is not something I take lightly. So when we do need to remove a message, should...

Like that, it sounds great :grin:

I'm not sure about making them confirm that they read things (other than coc), but informing them about the meetups, the bot, it's possibilities, and the `?help` command, wouldn't harm....

> Like, maybe we'll give the user 24 hours to acknowledge... That might not be a bad idea at all. It makes me even consider a more "extreme" way of...

Sounds good to me. So a `delete + private message` for small stuff, and a `delete + kick + re-acknowledge understanding of CoC` for clear violations of the CoC. I...

In discord terms, `kick` might not be correct. But as I'm being kicked out of the conversation, I think I would still experience it that way. I'm getting old here....

Closing, see #91

For others running into this, for me it worked to set the `GITHUB_TOKEN`, **and** using yarn 1.13 to set the policy, like ``` GITHUB_TOKEN=… npx [email protected] policies set-version 1.18.0 ```