laggardkernel

Results 58 comments of laggardkernel

Cost me some time to get the same conclusion, seems `targets.vim` is not compatible with folds. It just doesn't work the 1st time using targets mapping in a folded block....

Just found a way to bypass the problem. ```vim " Put it into init.vim call targets#sources#newFactories('') ``` I haven't digger it deeper why it works. My guess is some of...

I'm sorry that I'm not using DNSCrypt on Android these days, which is the main reason i didn't do any update here. There's [another repo](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) launched in the official repo,...

I'm not interested in DNSCrypt anymore. Use [the other one](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) from official Magisk-Modules-Repo instead. So sorry.

I'm not interested in DNSCrypt anymore. Use [the other one](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) from official Magisk-Modules-Repo instead. So sorry.

I'm not interested in DNSCrypt anymore. Use [the other one](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) from official Magisk-Modules-Repo instead. So sorry.

I'm not interested in DNSCrypt anymore. Use [the other one](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) from official Magisk-Modules-Repo instead. So sorry.

I'm not interested in DNSCrypt anymore. Use [the other one](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy-magisk) from official Magisk-Modules-Repo instead. So sorry.

I don't think this should be handled by ScrapydWeb. Scrapy has a extension `scrapy.extensions.closespider.CloseSpider` to close spiders on specific condition. Setting [`CLOSESPIDER_TIMEOUT`](https://docs.scrapy.org/en/latest/topics/extensions.html#closespider-timeout) is what you want.

作了一个Homebrew Formula,自动安装依赖编译。[laggardkernel/homebrew-tap](https://github.com/laggardkernel/homebrew-tap) ```shell brew install laggardkernel/tap/cdns ``` 目前编译出1.1版可用。 但是如果编译当前分支最新版`--HEAD`,编译是成功的,但是启动报错 `cdns_init_server` 什么什么。不知道后来的IPv6支持是不是不兼容macOS。