-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid accidental @-mentions in transcripts #52
Comments
Alternatively, we can wrap any @-mention with inline code (backtick) so that it's not upgraded, and we don't break the word with space. |
I use I'd like something that's likely much more complex to implement, which is that So say I'm
and github-bot would replace I'm not sure if IRC nicks are registered anywhere though; I think probably not, so that would imply either some additional backend service is needed or at the start of each meeting an additional command would be needed per user, like:
and GitHub-bot would have to remember that for some period of time. |
Two comments here:
|
Oh, and I think that replacing "@" with "@ " would be problematic because it would break people's syntax examples; it would be confusing to read a discussion about CSS at-rule syntax with such a substitution. |
Trick: insert @Loirooriol
|
Yeah, that's probably the least bad option (so far) that would fix this, though it shows up in plain text email, and some folks (see #52 (comment)) use this as a feature rather than a bug. |
See w3c/csswg-drafts#4968 (comment) for an example of problems that this causes. (I've since edited that comment to break the mentions.)
Someone in the chat used an @ and the IRC nick of a group member, but on GitHub that nick belongs to an unrelated person who was annoyed by the sudden notification spam!
In the same chat, there were multiple instances of @ being used in the context of CSS rules (@ media and @ supports), and they were also getting automatically upgraded into GitHub mentions, although those seem to be unused accounts.
So, my suggestion would be to run a find & replace to insert a space or something after @ characters in the transcript.
The text was updated successfully, but these errors were encountered: