vladkras

Results 10 comments of vladkras

I don't think Guzzle implementation is valuable. For example, I don't need it at all. IMHO This section should be 1. clone repo 2. write this 3. implement that 4....

Good enough to accompany Guzzle's repo with descriptions of how it's depends on or implemets PSR-7

@ibrahimab I mean when you say "Guzzle needs ..." or "Guzzle supports ..." or "Guzzle depends on ..." you MUST write it in [Guzzle](https://github.com/guzzle/guzzle). It has nothing to do with...

@ibrahimab There's nothing wrong with your example except the place where you are trying to post it. Feel free to fork this repo and implement it. No need to paste...

@ibrahimab Exactly, I think Usage section MUST NOT contain Guzzle, it MUST be pure PHP, but you MAY mention it in Links section (and even mark as *easiest), along with...

@ibrahimab, So do you just want to write the instruction that Guzzle best matches to? I'm integrating it right now in my project and my steps should be: 1. clone...

Just try to use `wss` protocol in dialer ``` dialer := gremgo.NewDialer("wss://127.0.0.1:8182") ``` can't check it locally because of untrusted local certificate but the [connection](https://github.com/qasaur/gremgo/blob/f9215ffedfcbbd346d85f5b6293bd36beb0472f9/connection.go#L50) is using popular [gorilla/websocket](https://github.com/gorilla/websocket) and...

As I mentioned in duplicate issue #2270 restarting registry and pushing same tag again helped me

Check your Zabbix server with `$ curl -IL zabbix_host:zabbix_port` where host and port are the same as you defined in the beginning of the script It's starting point for investigation...