Franz Busch
Franz Busch
swift-collections is vending a `Deque` that is fulfilling the same purposes of our `CircularBuffer`. We should check if we can just back the `CiruclarBuffer` with `Deque`. While doing this we...
In our recent 5.7 PR tests the `test_modifying_byte_buffer_view` is falling with an allocation regression. Link to a test log: https://ci.swiftserver.group/job/swift-nio2-swift57-prb/12/console
I have a column that contains unstructured JSON data. Would it be possible to access these nested fields in the filters and custom expressions somehow?
I wrote a custom query and used a `{{day}}` variable which I set to be a date filter. When executing the query I run into an error from Athena ```...
Would be great to get an alternative to `startAndWait` for the `async` world that does not block the current thread but just suspends the current task.
We are seeing a crash happening quite frequently which happens inside the Postgres stack. I am trying to investigate further where this crash is coming from. The crash log: ```...
I am trying to use vuex-module-decotrators in conjunction with union types like `RemoteData`; however, I am getting a type error when doing so. My `RemoteData` union type looks like this...
# Motivation Currently a lot of the operator implementations in here that consume other `AsyncSequence`s require the `AsyncIterator` to be `Sendable`. This is mostly due to the fact that we...
# Motivation https://github.com/apple/swift-evolution/pull/2077 # TODOs: - [ ] Extend Deque with the functionality needed - [ ] Add extensive test suite - [ ] Add `AsyncStream` interface based on the...
**Description** Trying to compile a simple Swift program on either `main` or the `5.9` release branch is currently failing to link when using `--static-swift-stdlib`. It produces the following linker error...