Mat Utter

Results 10 comments of Mat Utter

I've been seeing this issue recently though I only see this issue when I build logspout from the `custom/` folder. When I build logspout from the repo root on `master`...

Using `mitmproxy` I pulled this request body out of the `POST /api/s/default/rest/networkconf` request: ```json { "auto_scale_enabled": false, "dhcpd_boot_enabled": false, "dhcpd_boot_server": "", "dhcpd_dns_1": "", "dhcpd_dns_2": "", "dhcpd_dns_3": "", "dhcpd_dns_4": "", "dhcpd_dns_enabled":...

> > It seems all the `omitempty` flags used to marshal the structs to JSON are not working > > What do you mean by this? I see `dhcpd_boot_filename` (which...

Seems like no ones looked into this for awhile. I'm still seeing the issue when the log target's IP changes. Is there any update or are you still looking for...

Well I can replicate the problem easily but I can't pin-point the problem exactly. Its definitely a Logspout proper issue and not an issue with this plugin. Building logspout from...

I agree, docker is becoming as essential to development as git.

Hi, I had this issue as well; I solved it with the below on Centos7. ```bash # Centos7 3.10 sudo yum install gcc libffi-devel python-devel openssl-devel pip install pybloomfiltermmap ```...

Hi - I encountered this same exact issue today with `py-nats==2.3.1`. Is there any update to this?

Are there any comments from the devs or idea of where this stands on any kind of roadmap?

@nre-ableton I just ran into this this morning. The problem is here. https://github.com/ansible-collections/ansible-consul/blob/master/templates/config.json.j2#L37 when these options are used... ```yaml vars: consul_tls_enable: false consul_dnsmasq_enable: false ``` I changed ... ```jinja2 {%...