Franz Busch

Results 291 comments of Franz Busch

@weissi Thanks for chiming in here! Just to clarify and see if I understand you correctly. Currently, it doesn't make sense to back `CircularBuffer` with `Deque` because of the difference...

Thanks, that's exactly how I understood it! Let's keep this issue for the next major then!

Would be really great to see the support of RSA inside `swift-crypto`. It is such a common use-case and we had to fall back to the `Security` framework on iOS...

Okay I checked again how the columns are in Athena and in Metabase. So my date column in Athena looks like this `2020-02-10` and in Metabase it is a `Text...

Okay, I think that is actually the reason for this not working. If I create a new column based on my date column that is casted to a timestamp it...

I opted to create a view in Athena for now. Let's see if Metabase adds support for this in the future.

This PR can probably be closed now

> Been playing with this over the weekend and it's really nice building servers using swift concurrency. Built a simple HTTP server with not too much trouble. The main issues...

I think we can close this PR now since we have landed all of this functionality in NIO and ServiceLifecycle

My latest thinking here is that we should support cancellation on `EventLoopFuture.get()` with caveat that we are okay with not cancelling the underlying work but just resuming the suspension. The...