Julien

Results 7 issues of Julien

Is there any reason for not returning any error on the registration of a service? https://github.com/go-kit/kit/blob/ec0cc13a9b00d1214c9b7ae63d7b750626b54c6d/sd/registrar.go#L11 From my point of view, if a service doesn't manage to correctly register, then...

enhancement
help wanted
newbie friendly

Hello, I've been using query log for few days, and just tried the UI interface that looks promising. Although I get it working on Chrome, it doesn't on Firefox with...

bug

Difficulty level (1-10): 6 Estimated time spent (hours): 1 Completed (yes/no): yes I stretched my coding skills (if yes what did you learn?): * Python3 format string * `dict` can...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): 1 Estimated time spent (hours): 0,6 Completed (yes/no): yes I stretched my coding skills (if...

I quickly looked at the playbook and I didn't see any firewalling rules in it. It's a thing to have them here so it won't be forgotten in a future...

The tests couldn't run anymore because of some gems not included and a file not existing. A lot of tests are not passing now, I'll open another PR for that.

I cannot create the wiki page for it, but it works like this: ``` resource "nsx_ipset" "enterprise" { name = "Enterprise IPs" scopeid = "globalroot-0" value = "192.168.200.1,192.168.200.0/24, 192.168.200.1-192.168.200.24" }...