Results 26 comments of TetherX

Thank you for the work on this. Is there any experimental version yet to try this out? -- If not, can you recommend any high level HTTP library that works...

Any update on this? :)

Sure: ``` bash $ curl "http://timeline:[email protected]:15672/api/parameters/federation-upstream/monitor/33ac8c46007794dee1a6" {"value":{"uri":"amqp://33ac8c46007794dee1a6:[email protected]/monitor","reconnect-delay":30},"vhost":"monitor","component":"federation-upstream","name":"33ac8c46007794dee1a6"} ``` I'm also seeing the same issue with list_policies_of: ``` ruby > client.list_policies_of('monitor', 'federate-me') NoMethodError: undefined method `each_pair' for ["vhost", "monitor"]:Array from /var/lib/gems/2.2.0/gems/hashie-3.4.1/lib/hashie/mash.rb:179:in...

Did you ever figure this out?

Btw, just wanted to add a note that the driver is working beautifully for me in High Sierra.

How to get the old behaviour? - the new behaviour is very undesirable and users are complaining why can they cannot backspace to remove an item and why does it...

Doesn't seem to help here :( ``` $ interfaces=( $(netstat -in | egrep 'utun\d .*\d+\.\d+\.\d+\.\d+' | cut -d ' ' -f 1) ) rulefile="rules.tmp" echo "" > $rulefile sudo pfctl...

It seems the question must be tab separated - then it answered. I restarted pdns and now it is working again. But it seems to be very intermittent - a...

That would be fantastic :) - Happy New Year btw!!!

Saw your recent commit, very nice :) - I'm still experiencing with resolution problems. For example: ``` bash ➜ ~ n=1000; while [[ $n -gt 0 ]]; do n=$((n-1)); wget...