Brad Fitzpatrick

Results 299 comments of Brad Fitzpatrick

And next I hit problems with the old version of sfdisk not supporting --no-tell-kernel. ``` # /home/bradfitz/embiggen-disk /mnt/resource 2018/10/11 18:23:06 sfdisk: exit status 1: /sbin/sfdisk: unrecognized option '--no-tell-kernel' ``` I...

There are two issues here: Azure creating trailing zero partitions, and sfdisk being old on CentOS. I just pushed 75cd5ed771b57c4b48e8a83f8f178fcb43d15afa for the Azure thing, so now this bug is about...

I've been meaning to add support for virtio-block devices (the /dev/xvd*) but wanted to add integration tests first, which I'm almost done with. Likewise, adding "8e" is fine. The tool...

issuemirror is a support library and is meant to be generic for any project. Actually, the plan was for github.com/bradfitz/go-issue-mirror to have zero code, and only data. But then it...

I'd like to start mirroring a number of github project's issues so I could work with them all offline. Is there anything Go-specific about `servegoissues`?

Committed the tool to update the issues in https://github.com/bradfitz/issuemirror/commit/635c1c53868e7eb76fc78d4d27a7dce75c9b2320 Still not running regularly, though.

I would LOVE servegoissues on top of maintner. And I would gladly delete these repos then. I'm sure I have servegoissues around if you can't find it. Let me know?

> However, it turns out only golang/go repo has non-zero issues: That's just a maintnerd config thing. We can mirror more. Or other projects can choose different sets. Definitely keep...

> Sure. Is it fine it imports some of my dependencies from github.com/shurcooL? That's fine. > Also, worth noting, it'll only serve issues for now, not CLs or other data...

It should probably have an AUTHORS file with "Google, Inc" in it, then change LICENSE to say "The go-smtpd AUTHORS", to be more explicit.