Winston Durand

Results 7 comments of Winston Durand

On a related note, the logging library `github.com/go-logr/logr` is now on `v1` (no longer `v0`) which broke the build when I naively updated my transient dependencies 😅

Cool. Changed it so that it is now an optional parameter which is disabled by default. The main reason that I am adding this, is that some of the images...

Well crap, turns out that it was a miscommunication and instead of being a bug with the gem, it was a bug with how I was previously optimizing the images...

Do we know if this is still an issue/desirable to fix/merge?

It looks like you want the [`WithAttrsOption `](https://pkg.go.dev/github.com/kurin/blazer/b2#WithAttrsOption) I believe you'd need to do: ```go import "github.com/kurin/blazer/b2" // ... all your setup code w := bucket.Object(dst).NewWriter(ctx, b2.WithAttrsOption(&b2.Attrs{ContentType: "image/jpeg"})) w.Write(myFileBlob) ```...

Thank you very much for this! I have really been meaning to get this gem to a stable and more compliant state, but over the last few months, life has...

At a guess, this is likely due to Apple changing their internal representation to be nanoseconds from the millennium epoch as opposed to their old implementation of seconds from the...