Alex Akers

Results 37 comments of Alex Akers

@mgadda That sounds awesome! Is the `Codable` support based on MessagePack.swift or is it another library, if I may ask?

@mgadda Awesome. Feel free to contribute it to this repo as a PR or maybe it should be a separate repo. Not sure what the pros/cons of that would be....

Wow! @andrew-eng, this looks incredible. Thanks for your hard work to port this from JSON to MessagePack. I know @mgadda was working on another implementation of this same thing. Matt,...

@mgadda Hmmm, it might make sense to abandon course. I'd like to merge @andrew-eng's PR but I'm not 100% sure how everything works nor if it's completely done. 😬 Perhaps...

@B00jan Unfortunately, this is not currently possible.

Can you provide code samples that produce the output you are seeing with MessagePack.swift v3.0? For example, if I run the following code on [`master`](https://github.com/a2/MessagePack.swift/commit/f077c089fd2983a8654fc787914d5a47f3f4b685) I receive this output: ```swift...

@rustle @mgadda I've posted [this topic](https://forums.swift.org/t/writing-new-encoders-and-decoders/10207) on the Swift forums. Let's see what people say.

@andrew-eng Sounds good. Would love to see the Encoder/Decoder stuff you're working on.

Why can't you just set the document as ubiquitous? Surely the user doesn't want the file to take up space on his or her device and against his or her...

@iosdeveloper That looks good. I can't seem to find your branch anymore, though… :/