Kevin Wood
Kevin Wood
@steeve I don't believe it's possible for Swift to recompile individual files at this time: https://github.com/apple/swift/blob/master/docs/Driver.md
Another use case for this is disaster recovery — as it stands, while snapshots are being taken of my Aurora cluster automatically, I can't see a way to roll back...
This is also useful in developer workflows — for example, right now I'd like to roll back my staging database to a prior state so that I can re-test a...
@efekarakus if I understand correctly, that creates a _new_ db cluster based on the snapshot — it does not configure security groups or secrets such that my application can use...
@ArthurZucker looks like it's merged now — thanks for fixing this! The PR seems to add `pad_to_multiple_of` — it's a little unclear to me how that fixes this issue. Will...
I guess what's unclear is how `pad_to_multiple_of` addresses the issue you highlighted in your previous comment: > in the light of the fact that resizing from 32K to 32K+1 can...
Hi — I'm trying to understand how practical using something like adrf is at the moment. From what I understand, it provides only a base `ViewSet` that supports async. I...