Results 310 comments of Matt Mueller

I should note that I haven't benchmarked this yet, but I'd imagine it should speed things up a bit. I can provide benchmarks if it'd help with the decision-making process...

@mafredri Really appreciate the thought. I think you may be right that it may not warrant a large API change. The only use case I can really think of where...

@mafredri I apologize for the late response here and I really appreciate your hard work on this issue! **Sidenote:** I noticed you use typescript on a few of your other...

Also in other news, I had no idea the chrome devtools protocol was coming to other platforms! that's awesome :-D

For what it's worth, I've been using the `plugins` branch the last week or so and it already works great! Two areas that are a bit awkward but totally workable:...

One thing that somewhat surprised me during testing was the need to do: ```go ts.Stderr("") ``` This was to make sure the previous command's stderr didn't linger. Another idea would...

Hey, thanks for your response! I'm not actively using this fork anymore, so feel free to close. I no longer have the right context to know if allowing up to...

FWIW opened a PR for this one here: https://github.com/rogpeppe/go-internal/pull/140

@satori Go 1.8, and I'm using pgx, though I'm not sure that would make the difference.