Victor Ilyukevich

Results 18 comments of Victor Ilyukevich

Just curious, why `cancancan` is not a fork of the original repo on Github? Since `cancancan` is a fork I'd like to see a note under its title on Github:...

I'm having some problem. Also in the Injection Console before it prints that it has failed with 65 status it says that one of the frameworks we are using couldn't...

This might sound weird, but it works now without any change... Actually this morning I was about to give a try to your recommendation, but when I was running the...

I've just got the same issue as I was getting in the morning. The injection just closes my app. That problem doesn't say anything about status 65 so I have...

:+1: I guess this might be useful: https://littlebitesofcocoa.com/138-using-cocoapods-in-xcode-playgrounds ;)

We are using `CardIO (5.3.2)` installed through CocoaPods and seeing same warning. Based on the way of finding which static lib was build with a too old Xcode described [here](http://www.dynamicdispatch.io/blog/Objective-C-Incompatible-Category-Definitions/),...

according to [rfc](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19) correct spelling is "ETag". If a server doesn't spell it correctly- it's a server problem.

my bad( You are right, @rdlowrey!

@MugunthKumar how about adding a request for accepting upload via a stream onto your test server? I've added something like below on my test server for testing: ``` php $postdata...