Results 217 comments of Max Desiatov

@wooj2 do you have to keep `Cookbook` a class instead of a struct? The problem I guess is caused by the fact that classes don't get implicit memberwise initializers. As...

Can you elaborate please? What XML are you trying to decode and how would you like your model types to look?

Thanks for the detailed example! I'll need some time to have a closer look at this and come up with a solution. I don't have a good estimate for this...

Thinking about it more, it looks like .xcodeproj directory and other Xcode-related files are required by Carthage, so we may need to keep it in the repository 😞

looks like there's also semi-active Carthage/Carthage#1945

Hey @saintborn, did you try introducing a new intermediate `struct` that represents `FooList`? The overall types would look like this (I'm omitting the details): ```swift struct Foo: Codable { let...

Hi @0xTim, you're comparing `intValue` of `CodingKey`, which I think is always zero in this case since this property is supposed to be used for array indices. I've updated `nodeDecoding`...

Hi @marcblanchet, we don't use any custom parsing of date strings within `XMLCoder` and you can always pass a your own `DateFormatter` instance. From that perspective, it's the responsibility of...

It looks like Jazzy doesn't support generation of docs for multiple versions of the library. This means we'd need to upload docs to a correct url within the `xmlcoder.org` S3...

Hi @Eitot, thank you for the suggestions. This somewhat overlaps with #10 as far as I understand. We do have in mind [a new API](https://github.com/MaxDesiatov/XMLCoder/pull/45#issuecomment-455497833) for resolving some of the...