Sergey Egorov
Sergey Egorov
@andygrunwald I am trying the test with docker https://github.com/egorse/go-gerrit/tree/feature/docker-test but, hell, as per https://travis-ci.org/egorse/go-gerrit/builds/353084223 I would guess basic auth is no-go for "older" gerrit version and ldap would be needed...
Actually, I resolve authentication by setting up openldap properly a side of gerrit. (Travis build is here - https://travis-ci.org/egorse/go-gerrit/builds/355564183). The gerrit is not populated with fixtures and only test done...
+1 The parallel tcpdump indicates the packet already received, but not yet by pcap based app
That is not DNS related. I have same behaviour with ICMP and any others. You just have to run on interface with almost no traffic. **See pcap_header.tv_sec vs Date**. The...
I would guess that is actually not your issue - this seems to be https://github.com/the-tcpdump-group/libpcap/issues/380. I tried to force dispatch by setInterval and it helped, but some packets were lost...
Adding ``` pcap_set_immediate_mode(session->pcap_handle, 1); ``` did help this issue to get fixed. Should it be somehow managed by option passed to createSession?
I think I figured out the how to select - has to make box and using "white faces" adjust it to exact size. But paste works with some off by...
Seems like ~center of selection is reference point which is quite useless for pasting and causes that offset.
How about to have properly tagged images there too ? ;)
Have same trouble: egorse@ubuntu:~$ sudo npm -g install apricot npm http GET https://registry.npmjs.org/apricot npm http 304 https://registry.npmjs.org/apricot npm ERR! Unsupported npm ERR! Not compatible with your operating system or architecture:...