Brad Peabody

Results 200 comments of Brad Peabody

Alright. I don't have an easy way to test on earlier versions but this build has a fix that handles the only 10.9 dependency that I know of: https://drive.google.com/file/d/0B8eMv4SjaICldVUzQ2VzcGZfRjQ Please...

Yeah I'm not sure myself but that console output might do just as well. It says version 0.3.1 there, so I'm wondering if either I forgot to update the version...

Sorry - been very busy on other projects. I did give this a bit more work but ran into a few things and haven't been able to resolve it yet....

With OSX 10.10 out now, compatibility that far back is becoming less and less appealing. I did try some things on this a while back but was unable to make...

@ctavan Great - I'll find some time to read through the above and look for any additional ideas that could/should be incorporated. Meanwhile here is a link to some initial...

Some other libraries of interest (see https://blog.kowalczyk.info/article/JyRZ/generating-good-unique-ids-in-go.html): github.com/segmentio/ksuid github.com/rs/xid github.com/kjk/betterguid github.com/sony/sonyflake github.com/oklog/ulid github.com/chilts/sid https://github.com/lithammer/shortuuid github.com/satori/go.uuid https://github.com/google/uuid Also: https://github.com/dchest/uniuri

Noting this here, some stuff on firebase to look at. On 4/16/20 9:28 PM, Jeffrey Yasskin wrote: > Since you have a TODO for prior art in https://tools.ietf.org/html/draft-peabody-dispatch-new-uuid-format-00#section-5, I wanted...

Thanks @owenwaller, I agree, this is awesome. I agree that maintaining the build process in Go seems like a good idea and will lead to much simpler cross platform support....

Thanks for this @owenwaller, awesome. I left one minor comment, but overall I'm good with this approach and I like having the taskfile be the main place where everything lives....

I realize we're still going back and forth on the best way to do this, but just FYI I tested this on MacOS and `task all` gets to the point...