Robert Gu

Results 23 comments of Robert Gu

## Possible fix: Presumably, the current regex pattern is something like this: `(u|r)\/.+?\b` Fixed regex pattern: `\b(u|r)/.+?\b` ### Explanation: - `\b` matches the boundary of a word. This could be...

Small change: this pattern might be better: `\b[ur]\/[\w\d-]{2,21}`

I'm going to leave this issue for now; while I can guarantee that it is caused by the RedditMentions plugin, I have found the relevant regex (`(?

This happens to me too. Stable

Not much to contribute but just gonna say that it crashes when I use a non-default keybind as well (ctrl + \`).

My current workaround: disable autostart :\

This is the case for me too. Discord stable

This doesn't happen to me, and I don't have PronounDB, so that may be the case.

Neither `--off` first or `-l` first work for me. `xhost +` does nothing to help this issue for me. It does not work with either one monitor or two. Updating...