Stephen Day

Results 291 comments of Stephen Day

@yangguoyk2015 That sounds somewhat like the long term goal of this project. It would be great if you could give this package a try and let me know what you...

I see the use case of wanting to only reference the metrics coming through this package but I'd still like to register everything with the default prometheus registry. To tell...

> @stevvooe why do you think we need to use the global prom registry. I just want to be a team player. I think the plan of having a central...

@dmcgowan It might be better to use TextMarshaler for the time type or define a msgpack extension type for this functionality. Note that this is blocking ipc support in v2...

@dmcgowan If we change this diff to use TextMarshaler instead, I think it will meet the needs for now. Would you like me to file a ticket for "native" time...

What was the conclusion here? Did we want to just use `TextMarshaler`? docker/distribution#28 is pending a resolution here.

I was just cleaning house in docker/distribution. I can link docker/distribution#28 #79, instead.

@rade When one waits on a libchan receiver, the caller blocks until a message is received. Ignoring issues with the network, this plays the analog of a blocked channel. This...

@rade Thank you for the feedback! Regarding blocking send and channel capacity, I not sure how we could _faithfully_ implement these over the network and keep things simple. We may...