Joannis Orlandos

Results 219 comments of Joannis Orlandos

You could leverage memory mapping for this I think, but in order to read the JSON I would need to have the blob in memory at some point at least...

You can leverage [swift-system](https://github.com/apple/swift-system) for this. This is what SwiftNIO's NIOFileSystem also leverages

@Lukasa I tried `swift format -r -i .`, but the invocation results in _many_ more changes than my PR touches.

Hey @newamber , thanks for reporting this! It's a bit of a shot in the dark for me what could be going on, but I'll try to investigate this further....

It seems it's not supported yet: https://github.com/apple/swift-nio-ssh/issues/170

@camunro given the text you cited, is this PR necessary? Or are they affected by the compression bug you think?

Closing this due to merge conflicts and @camunro 's PRs likely solving this prior. Feel free to re-open if I'm wrong.

Thanks for your contributions :)

@iwecon it's been superceded by the official Valkey client: https://github.com/valkey-io/valkey-swift Valkey is the OpenSource fork of Redis powered by the Linux Foundation, highly recommend you use thhat library going forward.