Tobias

Results 68 comments of Tobias

~What is the workaround here?~ Use explicit type: ``` let benchmarks : @Sendable () -> Benchmark? = { ```

Will we still be able to use "trace id based sampling", eg trace only every 10th span?

Makes a ton of sense, thank you! I am in full support of the proposal :)

Sorry forgot about this one, updated the PR. CC @simonjbeaumont

I am running into the same problem. It does not happen everytime, but once it starts happening I need to restart Terminal.app. Also using `fish`.

@adam-fowler do you have a link to a list of time zones that we should support?

This one? https://www.rfc-editor.org/rfc/rfc822.html#section-5.1

Not sure how much value it is to add those but not any other from the rest of the world. If we want to make truly general purpose date parser,...

Try setting the pkg config search path. See here: https://github.com/swiftlang/swift-sdk-generator/issues/89#issuecomment-2071971884

I might be wrong, but I think the `Mutex` type [introduced](https://github.com/apple/swift-argument-parser/commit/1248cc4bda29753883de0685ab350267a50f3f18#diff-1d30222d502b2ce39bb68017a7c60ce161ea2dd19e662f10631b136192eb0dd2R12) a dependency on `Foundation` and this causes the bloat. The solution here is either: - implement `Mutex` without `Foundation`...