Daniel Theophanes

Results 79 comments of Daniel Theophanes

Yes, that is exactly what I was suggesting. On Tue, Jun 30, 2015 at 7:49 AM Rob Figueiredo [email protected] wrote: > To clarify what you're suggesting.. if the GO15VENDOREXPERIMENT >...

@robfig I could be mistaken, but I think commands within the vendor folder should build as usual. They will first pull from the vendor dir then from the GOPATH.

@robfig I did a test this morning: ``` . └── vendor ├── cmd1 │   ├── cmd1 │   └── cmd.go └── dep1 └── dep.go daniel@conk ~/s/test4> cat vendor/dep1/dep.go package dep1 func...

Thank you for doing this. Is there a reason not to use the latest version "v8" with a module import address of "github.com/jcmturner/gokrb5/v8" ? I have not done a full...

Pull latest. On Thu, May 19, 2022, 13:32 Dmitry Suhinin ***@***.***> wrote: > Could you please take a look into this line -> > https://github.com/denisenkom/go-mssqldb/blob/1598eaf61e43a1bb1b66231abe49f8613b544d64/token.go#L790. > Right now because of...

This sounds like I might have overlooked it. I'll try to look into it.

Main point will be to put the capability in another package that can be optionally imported and registered. Otherwise for auth protocol you can lookup on the mdn docs the...

I don't know how hard, but if you want to just look for the current NTLM hooks and try to sub in another client, that sounds great to me.

I'm assuming you are also going to plug into the https://github.com/denisenkom/go-mssqldb/blob/8e6115d5172422909579b49fd1fe0f7591416e4b/tds.go#L24 SQL Server Browser to automatically choose named pipes?

Please cite which read me or other instructions you have used (links with sections fine). Please show your code; make a unit test or simple main program.