flw

Results 17 comments of flw

应该是会被调用的。会不会是你的 worker 没开或者注册的不对呢?请确保: - 你的 worker 程序开了 - 你的 worker 程序注册了正确的 function name - 你的 worker 程序返回了正确的 response 一个简单的验证方法是通过 shell 来创建一个 worker: > gearman -h 127.0.0.1 -w -f test/hello --...

对的,需要的是一种长效机制,增加个别诗词并不解决问题。 不如说说,这些诗词是从哪里来的,如何补录所有类似的缺失,是否可以一次性把你知道的缺失部分全都发出来,以及发出来的内容直接通过 PR 的方式,满足最终的格式性要求。

反对,branch 不是用来做这个用的。 branch 是为了进行协作,最终成果不应当分散到多个 branch 中。 最终成果应当全部位于一个 branch 中,你这个提法还不如说是分目录。 至于简体中文问题,在大多数情况下这只是一个编码转换问题,通过工具来解决就可以了。

It's happening to me too. It happens not only on Linux but also on FreeBSD. What should I do? It looks like just disable vsync will do the trick, expect...

Sorry this matter has dragged on for a bit longer, I will try to push forward again in the near future, and hope to be able to merge soon. @dorsiflexion

I can understand how you feel. But markdown is a very loose format and there are many different implementations, so far vim-markdown is strictly divided between ``` and `. Maybe...

@Melkster I've implemented this on my fork and sent a PR to @plasticboy to merge soon. You can use my fork first if you're in a hurry. The master already...

Please remove all other plugins and try again, it may be due to other plugins or your private configuration.

You can refer to the narrative [here](#524). As well as using `vim -u minimal-vimrc -U NONE foo.md` to expose your problem.