Wilfried Goesgens

Results 191 comments of Wilfried Goesgens
trafficstars

Added the sample output. In general you see that it sort of plugs nicely into the reporters interface, so having a CLI-Reporter plugin would probably exactly fit my needs. It...

I've did first experiments with the CLI. I'm thinking about copying the `class TextReporter(Reporter):` , keep the stats on the object, and print them out once the path component of...

please note that `_key` and `_from` and `_to` have to be strings.

Hi, the actual problem here is, that the camel case was never documented to be supported. Lowercase-E should also work.

Please note that there is the community effort here: https://github.com/Actify-Inc/arangodb-net-standard to create a base transport for higher layer driver.

please have a look, whether your system runs out of sockets? https://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-tcp-or-udp-port-on-windows

``` - name: add hub-binary for github remoting apt_repository: repo='ppa:certbot/certbot' - name: update apt cache apt: update_cache=yes cache_valid_time=3600 - name: install certbot apt: name=certbot ``` should work recently as seen...

I signed it!

probably related to https://github.com/arangodb/arangodb/issues/107

Interesting Idea. No, we haven't heard of somebody doing this. One implementation problem could be, that you need a C interface if I grasp this correctly? Sqlite is pure C...