Results 58 comments of Alan Shreve
trafficstars

No updates yet, but I'm hoping to get some time to devote to srvdir again soon

@epelc Thanks for looking into this and sorry for the slow response! You're absolutely right, but I think it's a little more involved than that. In order to properly support...

Happy to take a PR for this, it seems like a great idea.

Hmmm interesting. I wonder whether the trace is encoded in utf-8 regardless of what the sourcefile is in. This will require some additional learning and testing just to understand. That...

The stated goal of the proposal seems reasonable to me. I'm afraid I don't have the time or the context in my head to evaluate the proposed solution though, although...

thanks for finding these holes in the interceptor. i'd be happy to take a PR for this!

This functionality was added a while ago with the `ListenAndForward` call, docs here: https://pkg.go.dev/golang.ngrok.com/ngrok#ListenAndForward closing as fixed

I've run into this enough that I'd really like this. We have lots of code that looks like this and is very fragile because of it: ``` switch { case...