Results 747 comments of Trim21

I just submit a PR for powershell completion, and I find that parsing json in powershell may cause feelable delay. So now I'm not very sure about option 1. Are...

I didn't follow the development and discussion, so I'm a little confused by this thread. why > We'd need to do some string parsing to get format the tasks and...

Please don't do it by just changing all `internal/omap` to new package. This ordered maps doesn't have mutex and it's not goroutine safe, so we still need to add mutex...

> @trim21 I'm working on a separate branch to add the mutexes. I didn't want to make this PR even larger than it already is though. > > I want...

it has mutex, it's safe, there is no multiple-goroutine read and write on `lastV7time` https://github.com/google/uuid/blob/0e97ed3b537927cb4afea366bc4cc36f6eb37e75/version7.go#L88-L90

> That's good, but it does not solve what the global variable and mutex are supposed to solve. Due to any modern Operational System preemptive scheduling the function might run...

> Thanks a lot @trim21! This looks good to me. Will wait a few more days before merging to give others the chance to comment. hi, when will we merge...