Travis Terry

Results 7 comments of Travis Terry
trafficstars

I have the same problem with [email protected]. `this` in the LocalStorageEmitter callback is always `undefined`. I put a breakpoint at the top of `decoratorFactory`. When `decoratorFactory` is called, `this` is...

This was the first thing I ran into when integrating raven-go. The library works great, but that usage definitely doesn't match idiomatic go handlers. I've submitted a PR. If you...

+1. We build shared libraries for some of our projects. I would love to run gin in two application folders, each of which watches the local folder and the shared...

Thanks. I've submitted https://github.com/golang/go/issues/16449. We'll see if there is any interest.

I second this. It was the first thing I noticed when I started using Warp. I routinely use cmd+pgup/pgdown to scroll in iTerm. Navigating between blocks is nice when the...

I've had this happen a few times, and I've finally been able to reproduce it consistently by running a `cd` and then typing. Someone mentioned having an empty RC file....

It was from poorly converted user input. We trap ParseError to return an appropriate error message, but since it resulted an unhandled exception, I thought it should be reported.