Jonathan Hall
Jonathan Hall
> Hi it is very important what dsn is used for txdb `return d.Open("connector")` > it serves as an identifier for transaction, that way, it can open separate transactions and...
> txdb.Register in go, creates txdriver instance only once. Every time db.open is called with dsn, the driver looks into the dsn to transaction connection map based on that dsn...
I spent some time a couple months ago trying to get GopherJS tests to run in PhantomJS, and ran into several difficulties. The TLDR version is basically: PhantomJS's JS implementation...
> I'm thinking of writing a tool for running idiomatic Go tests in the browser. My plan so far is that it would do what "gopherjs test" does, but add...
As an alternative/suppliment, we could also take better advantage of GoDoc and the README.md, which requires no additional volunteer upkeep effort on our part. https://pkg.go.dev/github.com/gopherjs/gopherjs
> Wouldn't want to add the logrus support for a few months to a year, then have to do a full version bump simply to drop it again. IMO, it...
Rebased and force-pushed after recent changes to master.
Thanks for the review @kamilogorek . I've addressed most of your comments, and added a follow-up question.
> You did the reverse of what I'd prefer sweat_smile Ha! Oops. Thanks for the explanation. Will follow up soon.
Rebased and updated to use `hub` in place of `client` and `scope`.