sybrandy

Results 6 issues of sybrandy

Hello, I was looking at this and the one thing I would love to have seen is a detailed description or example of what the changes are that are tracked....

The goroutine [here](https://github.com/gambol99/go-marathon/blob/master/subscription.go#L177) listens for events on two channels. However, the goroutine has no way to know when it should stop. If I create an application that wants to close...

bug

This is different from #199 and was partially discussed in #198 . The second of code in question currently looks like this: ``` // step: check if anyone is listen...

Hello, I'm using your code and when I got the logic working for my service, I noticed that it would only connect to one of the nodes I wanted to...

Morning, It looks like Arrays (std.container.array) data types will cause test to not compile because the destructor is marked with @system. The error message looks similar to this: `@safe function...

Hello, I was working with Traefik and I was having issues with it pulling configuration information from Zookeeper. I narrowed it down to this code (an older version) and discovered...