James

Results 416 comments of James

@Superpat We have a 1.11 minimum for testing purposes, and in particular because we pull in etcd, but if you want to use an older version I wouldn't be surprised...

@Superpat Oh, port away. I'll be moving the default to 1.12 shortly, with the test adding in 1.13 as optional. I've only delayed it because I found a bug that...

@Superpat Cool-- Feel free to ping here with progress or any questions.

For socketset, you'll see here: > https://github.com/purpleidea/mgmt/search?q=util%2Fsocketset&unscoped_q=util%2Fsocketset It's only used by the net resource (systemd) and cpu count. You can provide alternates on BSD-- for the svc resource, you can...

> use of internal package google.golang.org/grpc/internal/resolver/passthrough I don't know why, but make sure you have the submodules checked out at the correct versions: `git submodule init && git submodule update`...

Sounds like another check that's in Validate that should be in CheckApply?

@wdullaer I meant CheckApply, sorry. I just woke up and my brain is still asleep :/

@mdlayher Thanks for dropping in! If you're interested, a lot of us are hanging out in #mgmtconfig on Freenode IRC. I'd love to join you, but I don't have slack....

@mdlayher Had a very quick look just now at your new lib... ``` func (c *Client) Receive() (*Event, error) func (c *Client) SetDeadline(t time.Time) error ``` Assuming I understand correctly...

@mdlayher The two tricky things which we always need to be able to do are: 1) Wait on some sort of event to know when something changed (without polling) 2)...