Daniel Theophanes

Results 103 comments of Daniel Theophanes

You'll want to decide if you want to support running it as a native windows service or if you will require some other type of superviser on windows. If you...

@robpike I've used https://github.com/dokan-dev/dokany (well, doken 0.6) a number of years ago. It worked well for my use. Users would still need to install the dokany driver first. https://github.com/dokan-dev/dokany ....

I am super late on this review. I'll try to get to this tomorrow.

I like the code, I agree with the objection raised. I need to figure out decimals, period.

I made a proposal that would help this effort: https://github.com/golang/go/issues/30870

I would like to handle money/decimals by checking for either the *apd.Decimal type or the [DecimalDecompose](https://godoc.org/github.com/golang-sql/decomposer#DecimalDecompose) type. I don't want to do a pre-multiplied int type.

In go1.13 database/sql will pass down and accept the decimal decompose interface. I'd like to structure future decimal uses around that if possible.

@bcmills @FiloSottile > We probably should start requesting the output of `go list -m all` in the issue template, for precisely that reason. (The same problem can occur when someone...

There is a sub package to break up go statement. On Sat, May 21, 2022, 00:52 bokwoon95 ***@***.***> wrote: > > 1. Remove the GO statement. That is not valid...

I've analyzed the root cause of the breakage: https://github.com/golang/go/issues/30870#issuecomment-717358078 Feedback appreciated.