Alex Browne
Alex Browne
@mattfarina this is still causing us a lot of frustration at my place of work, and appears to be affecting other people as well. I don't think you have addressed...
@mattfarina I'm not sure that adding some magic to detect GitHub Enterprise is the best solution here. What about people that are using GitLab Enterprise, Bitbucket Enterprise, or any number...
I left some thoughts on https://github.com/Masterminds/glide/issues/498. I have more to add on this specific issue... > We need to have a detailed discussion on breaking with the semantics of go...
The browser tests pass locally but I'm having some difficulty getting them to work in CI. There are a couple of issues: - Go versions < 1.11 don't support Go...
I just pushed a few more commits which allow support for [asynchronous BrowserFS backends](https://github.com/jvilk/BrowserFS/blob/master/src/DOCS.md#overview-of-backends) (i.e. those that don't have support for functions with the `Sync` suffix). For 0x Mesh we...
@pyros2097 thanks for bringing this up. The documentation for [`SetAfterFunc`](https://godoc.org/github.com/albrow/jobs#Pool.SetAfterFunc) states: > SetAfterFunc will assign a function that will be executed each time a job is finished. This means that...
@epelc thanks for the feedback! With the implementation described above, the job details are already exposed in the `Execute` method because `DefaultJob` is embedded in `EmailJob`. So if you needed...
@fzerorubigd thanks for bringing this to my attention. Did you mean a _xen_ container? As in http://www.xenproject.org/.
@fzerorubigd I'm surprised that xen containers don't expose a mac address, and I'm sorry that I made an incorrect assumption here. What if I add a field to PoolConfig which...
@epelc, thanks for your feedback. I'm targeting this for version 0.3.1. Can you elaborate on what is required in order to be compatible with docker? AFAIK there is nothing that...