Jake Welton

Results 15 comments of Jake Welton

That's the same behaviour I'm seeing. I cant say for sure but the password is not null when being passed into minizip. Looks like the problem might be in minizip.

Sorry not sure I will understand @saroar. Are you asking if passing `Foo(bar: "Hello World")` **not** as part of an array literal works? I.e. ```swift try response.setBody(json: Foo(bar: "Hello World"))...

@saroar thank you for your input, however your code is doing something quite different to the problem I'm trying to explain. Essentially I'm saying when an array's elements all conform...

Can you give anymore details on this?

Hi @Sokalay. Are you able to provide any more details? For example, how can we reproduce this problem?