Alex Brandt

Results 12 comments of Alex Brandt

Does this work with hub's autobuilding mechanism? It's elegant to use the autobuild since that can trigger downstream builds if anyone sets up a dependent image.

If you look at the build settings on docker hub for an automated repository, you'll see configuration that specifies repository links. Once this link is input, when the linked image...

It may imply that they are all one's own projects but the links are truly arbitrary. For example, the gentoo images finish building and a project I own personally gets...

All valid points. Can you show what that would look like? I have the automated build triggers enabled to kick hub once a day. If you can show me the...

When I attempt to run the extracted executable I get file not found: https://gist.github.com/alunduil/dae68a6b3131f113a63ff998244aa2be Even readelf doesn't know what to do with this one but the file does specify the...

Is there a recent summary on what's outstanding on this? Is the intention to get a fully JSON parseable version of VariableValues? I've run into this little snag when trying...

@theobat that makes sense. What about the idea of creating an instance of FromJSON for AmbiguousVariableValues which could be reified with a (AmbiguousVariableValues -> Schema -> VariableValues)? That way we...

Custom authentication mechanisms in requests would be awesome. Right now it looks like I have to subclass the ClientRequest and overload update_auth to perform my custom authentication logic. If we...

@k-e-c can you outline how you installed things into this environment? I would expect that the docker image is complete so if it's missing something that should be submitted as...

I did find the fix was adding `-crossplay` to the correct environment variable (I forget which but can look it up later if requested). In fact, I should take this...