Mingye Wang

Results 263 issues of Mingye Wang

Microsoft has a monaco highlighting repo at https://github.com/Microsoft/monaco-languages. The `ILanguage` structure exported by each highlighter appears highly homologous to madoko's syntax definitions. Perhaps someone can write a script to assiminate...

git clone accepts a -b option to clone a branch/tag/commit hash directly. This is more convenient than cloning the entire repo and then switching. --depth 1 helps reduce download size.

This PR implements the discourse babble chat system. The bulk of the code is by @misaka4e21; I only fixed some unwise decisions (including not making it a fork for fucks...

Discourse 有个东西叫做 Babble,是拿来网页聊天的。现在有个不怎么好看的实现在 https://github.com/hitorino/fishroom/commit/af9f573eb12642e95559d2606cc412d245a385f4, 我等下重构了之后发过来吧。

## Steps to reproduce: 1. Join a extremely noisy channel, like tuna, on https://fishroom.tuna.moe/log/tuna/today. 2. Wait for a while to fill your screen with new messages. 3. Perform random edits...

It seems that the `via foo` display on log pages (e.g. https://fishroom.tuna.moe/log/archlinux-cn/today) takes a lot of space on the web page by creating a lot of one-line blanks (with nothing...

This is needed to let IRC people play with nice speaking bots like orzdigbot.

huiyiqun21 sent an image on tuna@tg, and the caption is not in the log. ![hmm](https://dn-fishroom.qbox.me/img/1033.jpeg) Also, Fwded imgs miss the 'Fwd xxx' indication.

On #archlinux-cn, the results of replying to someone can be highly annoying, if the replied message contains a command, e.g. `'google` (varia bot). It would be great if users can...