Thorsten Hans

Results 48 comments of Thorsten Hans

@calebschoepp I stumbled upon this as part of orchestrating a distributed application with [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview). Aspire specifies the `OTEL_EXPORTER_OTLP_ENDPOINT` automatically. I think I could modify the overall Otel configuration manually,...

@calebschoepp you can reproduce the behavior by running the sample at https://github.com/fermyon/Aspire.Spin ```bash cd example/host export ASPIRE_ALLOW_UNSECURED_TRANSPORT=true dotnet run -lp http curl http://localhost:3002 ``` `dotnet run` will print the dashboard...

I remember times when I had similar problems with distributed tracing in dapr sdk for go... I'll check if I can find the corresponding issue... maybe we get some information...

Maybe it's worth having a look @calebschoepp https://github.com/dapr/go-sdk/issues/355

@melissaklein24 I'll close this one and will come up with a new PR

@vados-cosmonic yeah I was also expecting `wkg wit fetch` being enough, it pulls the deps and populates the entire dependency chain correctly. However `cargo component build` is not able to...

@bampakoa sorry, somehow I messed this one up! Definitely my fault. „Even if there is a chance that we could migrate both libraries and give an all-around support to the...

Have not done electron for years now because things like project fugu make the native web more powerful. I do Angular only for PoCs and tech demos…. Moved entirely to...