Kevin Chowski

Results 21 comments of Kevin Chowski

An example piece of code and instructions to reproduce would be very useful in helping you both.

I think this project is awesome. Sadly I haven't really found a use for it yet, but I hope one day I can find the time to use it and...

This is specifically for postgres+Windows. Note that non-tcp isn't supported for Windows+MySQL instances, but I think another (more specific) error comes out.

Other than defaulting to TCP on windows, another option is to add support named pipes in windows, which works for just MySQL (not postgres). I've considered doing tcp by default...

Any sort of attempt to work with unix sockets will not work on windows; you must use the tcp option to get things working. Can you share the exact command...

Note: the new version of Go supports unix sockets on windows: https://tip.golang.org/doc/go1.12#syscall Not sure if MySQL's CLI supports it, though.

Is there a way to store a file to disk using the bitbucket configuration? That's seems like a pretty basic feature it should support (never used it, haven't checked, just...

I don't think -token works for this: the json credentials include a private key for obtaining oauth tokens (via Google auth APIs), but -token should take the oauth token itself...

What is the difference in the generated code between the two compiler versions?

Thanks for your bug report! Can you provide a bit more information, such as the optimization mode that you used, and a more self-contained source code reproducer? It'd also be...