Konrad `ktoso` Malawski

Results 281 issues of Konrad `ktoso` Malawski

Due to some memory leak issues in remote calls that only got fixed in Swift 6 we are considering to require the use of Swift 6 in this library. Usage...

This is a simple, yet proving the point, implementation of a `DistributedSequence`! Thanks to advances in most recent Swift we're able to express such generic over actor system protocols and...

It may be common for service operators to try to tune the histogram buckets by trying it out in practice. It may be nice to allow configuring this by `SWIFT_PROMETHEUS_DEFAULT_HISTOGRAMS=0.1,0.2,0.5,.75,0.9`...

We could further refine how many span attributes we set, currently only the bare minimum of request method is set.

good first issue

The following should be supported but isn't: ``` @Flag(help: "...") var writeEmptyFiles: Bool? ``` The error is ``` Referencing initializer 'init(name:help:)' on 'Flag' requires the types 'Bool?' and 'Int' be...

**Describe the solution you'd like** A common refactoring task is to take a selection and extract it into a method, currently this is not supported by this plugin: **Additional context**...

enhancement
question

This brings back, and will polish up a bit the `@Traced` macro that was initially pitched over here #157 by @porglezomp. I'm signing up for long term maintenance of the...

We no longer have the swift-server jenkins and have to adopt github actions.

This was discussed in https://github.com/swiftlang/swift-evolution/blob/main/proposals/0469-task-names.md#unsafecurrenttask-access-from-unownedjob which was accepted however this part wasn't actually implemented it seems. This change required some changes in how we handle records, since the name must...

swift evolution approved
concurrency

This is a follow up from the "async" `deinit` work, which will allow us to guarantee cleanup code to run in deinitializers, even if they need to call asynchronous code,...

swift evolution pending discussion