Fang-Pen Lin

Results 71 comments of Fang-Pen Lin

what do you guys think about this?

@tseaver @antolantic Hi guys, I am not currently working on any project that's based on colander, and I don't have time to work on it now. You're very welcome to...

@mmerickel I've added my name to contributors on top of my original branch https://github.com/fangpenlin/colander/commit/3a01216ab4dd7e2bd8dbb89050f0872c0f585344 does it help?

@mahmoudimus what's that? looks like a parking site

@kumarSC we are moving our own app projects to Swift 2.3, when we ran the UI tests along with Embassy and Ambassador, there seems to be no issue at all....

Hi @Chandlerdea, I cannot reproduce the bug. Here's the code I wrote ``` Swift import XCTest import Embassy import EnvoyAmbassador class ServerTest: XCTestCase { let port = 8080 var router:...

Hey @pranavs18, can you give me a workable code example that allows me to reproduce the problem you describe here? It would be helpful for me to figure what's going...

@pranavs18 `JSONResponse` will respond immediately after you return via `return ["Image processed":"1"]`. Then it will close the HTTP connection. `DataReader.read(input)` is an async operation, which means it will wait until...

@srijanraj What's the port number you are binding to? As far as I know, if you are binding to port numbers which are below 1024 or a certain number, say...