Emi

Results 458 comments of Emi

Sorry, I haven't had a great deal of time to investigate this yet. I think that the first step in implementing this would be: 1. Move all current Appdash code...

Thanks, yeah the correct link is https://sourcegraph.com/github.com/sourcegraph/appdash we don't have a slack channel anymore, but it may come back soon.

The one from the README is correct -- https://github.com/sourcegraph/appdash#usage ```Go go get -u sourcegraph.com/sourcegraph/appdash/cmd/... ```

That will install just the `appdash` command. It installs it to `$GOBIN` or `$GOPATH/bin` depending on which one is set.

Highly agreed, this would be very nice. In another aspect, for the storage backend, one could imagine filtering (indexing) based on 'important' tags like URL route, so that you could...

Thank you for reporting, this should be easy to fix Go-side or JS-side. Not sure when exactly I'll be able to get around to this, but would gladly accept a...

Thanks for creating this @adriancole -- and I apologize for the (severely) late response here. I'm not sure how I missed this. I completely agree with what you are saying...

Yes, I think our handling of mounting at subpaths is not good / is buggy. The code here probably needs some extensive cleanup.

Thank you for posting. This page def. needs some work, and can probably go hand-in-hand with https://github.com/sourcegraph/appdash/issues/142

The root of this issue seems to be the annotation serialization model that we've chosen. - To marshal or unmarshal an event, it must be registered. - Registration must occur...