Joannis Orlandos

Results 74 comments of Joannis Orlandos

What machine are you running Swift on? I didn't know swift ran on big endian systems.

That must be pretty cool to work with!

I just added the MIT license to CryptoKitten again. Thanks for the follow-up email. I'm getting back from a long vacation now so I should be more responsive again.

It's hard for me to know how well this works and will keep working on s390x, of course. But they look fine 👍 I'm surprised be how few changes there...

No, I'll merge them soon 👍 I can't run the tests myself.

Hello @marcblanchet, thanks for the bug report! I've never tested this particular usecase. The BSON Encoder/Decoder were written when Codable was still in a development snapshot, so this part was...

I suggested both solutions. The first one to @Andrewangeta and the second one to @Obbut . So far I prefer the second use case more since it allows us to...

This should work, and is in our unit tests. Have you set `decoder.shouldProcessNamespaces = true`? That causes the namespaces to be stripped.

@Rufy86 are you expecting the whole hierarchy of XML inside that String? Because if so, that's not how XMLCoder was designed. Each XML element or attribute is decoded into it's...

Hey @azhabort you should be able to use an array for this.