Jonas

Results 6 comments of Jonas

For anyone unaware, you can fetch the latest version of this pod by specifying the repo and a specific commit hash in your Podfile. ```ruby pod 'SimpleImageViewer', :git => '[email protected]:aFrogleap/SimpleImageViewer.git',...

How about just writing your own handler, which then deals with the HttpResponse any way you like?

Well if you're saying you don't have the necessary information to return a response yet, could you not perform the steps to obtain that information in the handler? I'm thinking...

Oh, I see what you mean. You're right, my proposal is still synchronous.

might be a similar issue to https://github.com/vapor/websocket-kit/issues/9

SoundCloud now requires logging in via OAuth2, so that's a bit tricky to implement without registering an app and implementing a redirect flow. You can however just log in with...