Konrad `ktoso` Malawski

Results 259 issues of Konrad `ktoso` Malawski

We have time types in 5.7, let's use them in timer convenience APIs

I initially said in review that it should be in Metrics: https://github.com/apple/swift-metrics/pull/83 but maybe that was wrong; it does not depend on foundation but just dispatch hm. https://github.com/apple/swift-metrics/blob/44e8bfc7f5a0686e21d5d21a7ea5454e74ed3449/Sources/Metrics/Metrics.swift#L42-L44 FYI @tomerd...

discussion

It should be possible to co-relate metrics to a baggage context. It effectively means adding some baggage items as labels to a metric. This likely can be done as extensions...

enhancement
i:metrics

It should be possible to use multiple backends in a single process. We should document how one might want to achieve this. I think this is the case as I've...

help wanted
good first issue

**Issue by [jrudolph](https://github.com/jrudolph)** _Thursday Aug 20, 2015 at 07:30 GMT_ _Originally opened as https://github.com/akka/akka/issues/18274_ --- See http://stackoverflow.com/questions/32085345/how-to-configure-akka-http-to-return-http-503-in-case-of-request-timeouts Not sure which publisher timed out in that specific case but if we...

1 - triaged

This replaces our previous "bunch of shell scripts" integration tests. Resolves https://github.com/apple/swift-distributed-actors/issues/900 I actually found a bug while doing this so will solve https://github.com/apple/swift-distributed-actors/issues/1054 while doing this. Ignore the ad-hoc...

We used to use protobuf for it, which how clashes with our DA serialization infra... We probably should give up on mixing proto and codable for now... Reproducer: ```swift distributed...

bug 🐞
2 - pick next
3 - in progress
t:serialization

We weakened the actors holding it only via a `weak` yet should investigate more what could hold it more than necessary. See https://github.com/apple/swift-distributed-actors/pull/565 and https://github.com/apple/swift-distributed-actors/pull/322

help wanted
2 - pick next
memory leak
t:actor

Had some issues with running them and all the Xcode setups etc. Will reenable but for now disabled so we have green unit-test CI to continue the primary porting work...

bug 🐞
3 - in progress
t:tests

Once we have everything moved to remote calls, after https://github.com/apple/swift-distributed-actors/pull/956 we should continue to move towards removal of behaviors in the call-paths. Eventually removing the need to spawn behavior actors...

1 - triaged
3 - in progress
s:medium
t:actor