Results 53 comments of Joseph Bisch

Sure. I don't understand the reason for subtracting four on those lines (i.e. it looks to me like more than would need to be reserved for the newline and null...

Upon further inspection I have determined the source of the error. The following ``` var p = plot.getPlaceholder(); ``` does not include the legend if you set an external container...

Yeah, I'm also worried about providing tech support outside of Gitian itself. I'm going to stop dealing with issues that are obviously caused by the particular descriptor rather than Gitian...

The "Connection timed out during banner exchange" is the clear issue. Ssh fails to connect. Are you using a recent version of python-vm-builder? Actually, I see you are trying to...

I don't know which coin it is that you are trying to build. Maybe including the contents of boost-win32.yml would be helpful. As I mentioned to @satyamakgec in my first...

It may have to do with the ssh timeout not being enough for your system. In the past it was increased and is currently 30 seconds, but maybe that isn't...

I think you may be using a fork of gitian-builder? When I run `git grep ifconfig`, I don't have the following line: ``` libexec/config-lxc:if ifconfig $LXC_BRIDGE > /dev/null 2>&1; then...

I'm still learning AWS, but I guess having SNS (based on a PR) trigger Lambda to launch an EC2 instance would be most cost effective. Like this article: https://aws.amazon.com/blogs/compute/dynamic-github-actions-with-aws-lambda/. So...

I found 2 possible solutions for this. [LambCI](https://github.com/lambci/lambci) is interesting, because it just uses Lambda without launching any EC2 instances, however it isn't sufficient because of the 5 minute limitation...

It looks like [CodePipeline](https://aws.amazon.com/codepipeline/) supports GitHub as a source, but I am not sure if the build results can be sent to GitHub. Plus it looks like it would require...