Results 35 comments of tengattack

I’m using go get -u instead of godep. Maybe godep is broken now 2019年4月12日(金) 5:38 horacimacias : > thanks, I'll give it a try. > I'm having trouble getting a...

> There's already a PR to fix it since 1 year ago: [tengattack/certbot-dns-dnspod#12](https://github.com/tengattack/certbot-dns-dnspod/pull/12) But it seems that the owner of [certbot-dns-dnspod](https://github.com/tengattack/certbot-dns-dnspod) doesn't maintain it anymore. I don't think NPM has...

https://github.com/tsaikd/gogstash/issues/80 shows some useful rules migrating from filebeat, you can have a try :)

I have use gogstash for a long time, but I haven't compare it directly to logstash. And also, I have build my own version by replacing the regexp library to...

> How about adding an extra syntax (e.g. single quote) to handle this case? Or any other suggestions? > > ```yaml > filter: > - type: remove_field > fields: ["'http.method'"]...

Or the logstash like way: `"[http.method]"`?

zope 依赖已移除,可以尝试安装更新后再试试 cc @fengyunhe

I watch the client.c but it doesn't work when I want to connect www.google.com It give this message: spdy: tx SYN_STREAM 1, Fin 0, Uni 0, Assoc 0, Pri 4,...

ummm, Spdylay seems like a server, but I want a client to connect SPDY server like www.google.com . https://github.com/udp/spdy seems like a client, but it hasn't provided an example, I...