Peter W

Results 111 comments of Peter W

Update: The recent package update fixes most of those. Now it's just a [known issue](https://github.com/yaronn/blessed-contrib/issues/96) in `blessed-contrib` introduced through the `picture-tube` requirement; a [PR](https://github.com/substack/picture-tube/pull/12) is available to fix that. ```...

Here's a start on what that multistage build Dockerfile looks like: ``` # Credit / docs on this 2-stage build setup: https://medium.com/@pierreprinetti/the-go-dockerfile-d5d43af9ee3c FROM golang:1.10 AS builder # Download and install...

Thanks @diasjorge ; I see version 0.20 is out now; would you want to update your gist? Also, it could be helpful to mention the install command? I used ```...

Jumping on an ancient thread for lack of a better place, but… now that Firefox is in the [VPN business](https://fpn.firefox.com/vpn), does the following still apply? > This project helped us...

Curious if anyone has a workaround handy. My current use case is to split code across two repos, and have a version change in repo A trigger a PR to...

Interesting challenge, that didn't occur to me. For my use, I'd only ever want the page I point it at, plus some (and ideally yes, always the same) set of...

Here's what this looks like for me: ![image](https://cloud.githubusercontent.com/assets/1072292/8588703/996ace0a-2661-11e5-9cb9-13a907387cf7.png)

Are those real email addresses

> Not sure I can think of a situation where the test failing on HTTP and then passing on HTTPS would actually be wrong. I think the ACME protocol says...

I have the same issue on OSX 11.4, Vagrant 2.2.17, ansible 2.10.11, Virtualbox 6.1.22 > The workaround is to share the root folder of the project, and then on the...