Emi

Results 458 comments of Emi

Thanks for filing this. I think that atomic renames are not possible across tmpfs other file systems and this has gone unnoticed on Mac OS and WSL environments, as those...

Thanks for filing this! Definitely want consistency here, ultimately this output is produced by https://github.com/hexops/valast in the form of an AST, put onto a single giant line of code, and...

I don't think we're in a good position to offer release binaries or containers yet, because of some other issues like https://github.com/sourcegraph/appdash/issues/67 it's common to roll your own `appdash` server...

#151 will fix the immediate issue (not being able to build) For binary and container releases, we'll have to reconsider once #67 is finished, so marking this until Appdash 2.0

@thoward I've just merged a change that switches us over to protobuf (see the PR for all the good details). The protobuf portion is in a separate (internal) Go package...

I've made some more good progress towards a working Python implementation locally. I haven't merged the changes as I may or may not have to re-base them depending on #33....

Much work has been done on `python/appdash` -- including lots of documentation; and it's been merged into `master` now. I've also added [a document](https://github.com/sourcegraph/appdash/blob/master/other-languages.md) describing how Appdash functions under the...

@dim / @bsm has created a Ruby client for Appdash :) Check it out! https://github.com/bsm/appdash-rb

With gRPC and grpc-gateway we could support all languages: https://github.com/sourcegraph/appdash/issues/125

A huge thank you for reporting this!