Konrad `ktoso` Malawski
Konrad `ktoso` Malawski
I've seen some adopters have to resort to a lock around startSpan, this looks very wrong: ``` public func startSafeSpan( _ operationName: String, baggage: Baggage, ofKind kind: SpanKind = .internal...
It is a bit too annoying to use `InstrumentationSystem.tracer` even though "correctly named". Let's rename to make it pleasant to use and discover tracing.
We generate a bit of source code during the compile phase, and don't want to check for their coverage. In an example like: ``` com.banana.things com.banana.things.gen ``` Story: I'd like...
Need to check what otel expects here but it tripped up some developers using swift-otel in CLI like situations so they didn't get their spans. Should we also flush during...
When recently consuming swift-atomics and swift-collections I noticed a weird difference in where cmake files end up: ``` -> % find .build/checkouts/swift-atomics | grep onfig.cmake .build/checkouts/swift-atomics/swift-atomics-config.cmake -> % find .build/checkouts/swift-collections...
We can't use newer options, and other SSWG projects use newer formatter versions, leading to messy problems when trying to auto-format-on-commit. E.g. we can't use the `error: Unknown option --extensionacl...
This requires a bunch of hacks though, as the impl that makes it work in akka-http is the `HeaderMagnet` infra which we do not have immediately available in akka-http-core, and...
This seems to be enjoyed by people and has a ticket here: https://github.com/scalapb/ScalaPB/issues/247 Hope @alanbur from that thread will be able to contribute the docs:)
**Issue by [jrudolph](https://github.com/jrudolph)** _Monday Sep 29, 2014 at 08:00 GMT_ _Originally opened as https://github.com/akka/akka/issues/15990_ --- The high-level client-side API should support some form of configurable redirection handling. Several things need...
Discussion https://github.com/apple/swift-distributed-actors/pull/112#discussion_r326903899 ---- Neither are generated. Picking something like "shortName" might be ok here or "label" perhaps... We use them in [email protected]:999/user/path/actor and they are useful for human readable names...