-
I need a way to simulate in-game time passing that can be paused, serialized, deserialized, etc. Maybe `u64` milliseconds since the start of the save file? I don't need to be particularly precise abou…
-
Open this issue since I don’t think #1463 Is well resolved, as we don’t find a good example how to instrument function call with async callback, in most condition, I/O operation will be made in an asy…
-
In the provided `http` example, the server does the following upon reception of a client request:
```
{
StartSpanOptions options;
options.kind = SpanKind::kServer;
...
auto new_cont…
-
Hello team,
I'm trying to use Opentelemetry Cpp version 1.8.1 to export my metrics from Ubuntu 22.04 machine . The plugin code that creates the agents, the provider to export the metrics. When I tr…
-
I'm referring to [runtime_context.h](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/api/include/opentelemetry/context/runtime_context.h). The `Attach` method returns a `Token` but wrapp…
-
I want to run wasmer on bare metal. Is it on the roadmap?
-
While profiling the HLSL code gen, I noticed that `ostringstream` was much slower than plain `std::string` concatenation (coupled with `std::to_string()` conversions), at least on MSVC's standard libr…
-
As the dual core paradigm is one of the key features of the Pico / 2040, Rust support would need to allow for async fn to be executed in parallel without introducing an operation system in the project…
-
Hi, I'm looking back at this crate wondering why I disregarded it in favor of `mqtt-rs` despite its attractive simplicity (I've sunk some time on making the `mqtt-rs` codebase simpler), and various an…
-
Can someone help on that ? it doesn't make much sense to me
```
$ go-callvis ./prog/cmd/alpha/run.go
/src/git/prog/prog/cmd/alpha/run.go:499:31: undeclared name: queryHandler
/src/git/prog/prog/…