Ryan Burn
Ryan Burn
Thanks. I'm fine adding this. Just put in a PR please. Also, found this to helpful https://gms.tf/when-curl-sends-100-continue.html#disabling-expect-logic
I looked briefly at this. It looks like clang is using the module map from /usr/lib/clang/15.0.0/include/module.modulemap (which doesn't include std_config) instead of the module map from /usr/lib/llvm-15/include/c++/v1/module.modulemap (which includes std_config)....
yeah, feel free to add a PR for it
We're open to it. Would you be able to put in a PR for it?
Could we remove the existing interceptor code? I don't think we'd want two implementations.
Yes, we can bump the major version to indicate it's not backward compatible.
I don't have a preference. `mocha` was inherited from the original Clever project, but I'm fine using something else. I don't believe there's any standard for the opentracing-contrib JS projects;...
That sounds good to me. Perhaps some kind span decorator function that would allow you to set tags or other attributes. The instrumentation for grpc uses something like this: https://godoc.org/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc#SpanDecorator...
Hi @Buantum, GPU support is something I might consider adding. Have you done any benchmarking with the actual function you plan on fitting? Can you provide a ballpark figure for...