Andrew Eng

Results 2 issues of Andrew Eng

This is a lightweight support for Codable completed with tests. A few features are missing: 1. "codingPath" is missing in DecodingError.Context when decoding error is thrown 2. "userInfo" is not...

Hi, I am using MessagePack pod in my Swift project and it is great. However, currently it is quite painful to manually encode and decode my models. I have written...