Patrick Kuijvenhoven

Results 23 issues of Patrick Kuijvenhoven

# Description Add `Dockerfile` & `docker-compose` files, so that users can more easily use and deploy hyperglass. Please note the `TODO`s in the Dockerfile. I don't have enough understanding of...

Examples: 1. If you request http on a https port, this results in an error 400 (Bad Request). The IP shown in the access_log is **not** modified by rpaf: ```...

IPv6 blocksize can exceed the maximum number for integer (2^32 or 2^64). This commit fixes `$network->count()` [1] (by returning the number of hosts as a string if it exceeds the...

Two snippets from `doc/rrdcreate.pod` that may confuse a reader: 1) > For a traffic-COUNTER type DS this would be the maximum and minimum data-rate expected from the device. 2) >...

Reproduce script: ``` bash rrdtool create /tmp/percentnan.rrd --start now-3600s \ "DS:ds0:COUNTER:600:0:1.0000000000e+11" \ "RRA:AVERAGE:0.5:1:2000" \ "RRA:AVERAGE:0.5:6:2000" \ "RRA:AVERAGE:0.5:24:2000" \ "RRA:AVERAGE:0.5:288:2000" \ "RRA:MAX:0.5:1:2000" \ "RRA:MAX:0.5:6:2000" \ "RRA:MAX:0.5:24:2000" \ "RRA:MAX:0.5:288:2000" rrdtool graph /dev/stdout...

Output of `bin/console lint:container` contains errors related to cookie-consent-bundle: `Invalid definition for service "ConnectHolland\CookieConsentBundle\Cookie\CookieChecker": argument 1 of ConnectHolland\CookieConsentBundle\Cookie\CookieChecker::__construct" accepts "Symfony\Component\HttpFoundation\Request", "NULL" passed. ` Probably because `@=service('request_stack').getCurrentRequest()` doesn't work as there...

An issue reveals itself when tailing files that are re-created. The following snippet shows what happens. GNU's 'tail -F' shows "1 2 4 5 6" term a: ``` $ touch...

An issue reveals itself if the process writing to the tail'ed logfile writes more than one line in a write(). To reproduce: ``` $ echo 1 >> /tmp/myfile $ echo...

JSHint takes place on the (saved) file, instead of on the (modified?) buffer. Would you be willing to make an option so that the current buffer is checked instead of...

In case element is not visible offset() will return `top:0, left:0` Use case: `` where the first radio-item is "hidden" in a collapsable div. If you don't like this change,...