Will Norris

Results 223 comments of Will Norris

No, not currently. I believe the exif library I'm currently using (https://github.com/rwcarlsen/goexif) only supports decoding exif data. It looks like https://github.com/dsoprea/go-exif also supports encoding exif, but I'm not sure I...

seems reasonable to me on the surface. Some missing context here is that "pre-commit" seems to refer to https://pre-commit.com/ (and https://github.com/pre-commit). So it looks like we would just add this...

I don't think there is a "right way". I've always listed copyright first, since that is how non-SPDX license declarations nearly always appear. I've never paid much attention to how...

also regarding any "right way", unfortunately the SPDX docs only talk about the SPDX line itself, nothing about where it falls in relation to other information: https://spdx.dev/ids/ Though they do...

The change seems reasonable, and I don't have any strong opinions about it. I wasn't even aware we were using the OpenAPI spec for anything... interesting. One thing I've done...

I *think* the repo for go.microformats.io is still https://github.com/microformats/microformats-parser-website-go ? And it hasn't been updated in 6 years 😱 @aaronpk: If I bump the version there, do you have the...

Okay, I have a "microformats" org setup on fly.io, and the Go app deployed to https://go.microformats.dev/. It's just a docker image, so the config can be seen in 11ef700f1ef2e1f359a986d6d2463da7243e60d2, including...

There are two things that make it particularly difficult to do this from mobile: 1. Google+ doesn't have a real write API for the stream. If they did, you could...

the lights and darks still seem to be reversed, as I mentioned on the other pull request. Compare the ANSI colors on these two screenshots: - http://db.tt/RZcFAiFE (yours) - http://db.tt/6TbU121D...

so, I'm basing this off the way vim looks using the [Ethan's vim settings](https://github.com/altercation/vim-colors-solarized) and background=dark. With your terminal settings, it looks like [this](http://db.tt/aEBMdjgd) (note the cream colored sidebar). With...