Dimiter 'malkia' Stanev

Results 73 comments of Dimiter 'malkia' Stanev

> Did you install llvm [https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/contribution_tools.md#clang-and-llvm](using homebrew)? Ha! For some reason my brain ignored `homebrew` thinking it's OSX only. Okay, so I'll try with this then! Thanks! (I'm using debian...

I beg to differ, to me Blaisure is much better language replacing (/[ with BEGIN and )/] with END based on Pascal syntax.

Q: How are you using Jaeger? A: I'm doing evaluation of several OpenTracing frameworks for C++. I had successes with both OpenTracing-cpp and OpenCensus-cpp. I still haven't evaluated Jaeger's C++...

I speak only for my team, I don't know whether it's used in other teams/projects across the company, but my team is part of Activision's Central Tech.

On the Angular2 (+) front there is the TypeScript, and Dart versions. They surely do have different (and on Dart side more than one) live update techniques (dartium, now legacy,...

I'm running into the same issue.

Is this still on the roadmap?

I was also wondering this, as in our case we use TBB (actually ConCRT) spawning parallel_for and std::thread, but then tried to pass just the context - e.g. span.context() and...

I ended up with hacky, but workable (for my case) way: a thread_local s_activeSpanContext; that gets saved (in RAII object), then restored back. I also ave another special one s_rootSpanContext...

Indeed, somehow "which" gets invoked: ``` c:\>set PATH= c:\>d:\sys\krs exec: "which": executable file not found in %PATH% unexpected end of JSON input exec: "which": executable file not found in %PATH%...