Qi Xiao
Qi Xiao
我也是不明白,我一个电子系的老博士,怎么就去了 XXX 呢
我总觉得这个故事里有ABC三个女生……
@bigeagle just agreed to allow me operate the service. I'll see how to make this more reliable over the weekend...
还可以选择是订阅所有邮件或者只订阅自己参与了的。订阅了所有的也可以选择性 mute。 可以自己写个程序来支持通过邮件发起会话……
@alick 截屏能伪造,fishroom 历史记录(在没有大鹰亲自动手时)不容易伪造。
Question: can the map value be a multi-element list, or is the value restricted to one element? If no, then maps are actually inferior to the current environment maps, so...
I'd like to point out some limitations of maps: - Functions cannot take maps as arguments - With `list` builtin in place (https://github.com/fish-shell/fish-shell/issues/445) you will be able to write list...
I came up with an imperfect detection mechanism, thought my fellow shell designers might be interested: https://github.com/elves/elvish/issues/952#issuecomment-816277862
> Implementing option one ("least common denomator" version) is fraught. See, for example, the discussion about a builtin equivalent of [`realpath`](https://github.com/elves/elvish/issues/1236). Also, given that you have recently expressed a strong...
There are a lot of other keys missing as well: https://github.com/elves/elvish/blob/master/eval/readline-binding.elv Help would be appreciated. A kill-ring can be implemented by adding a field to `editorState (https://github.com/elves/elvish/blob/master/edit/editor.go#L53) and implementing the...