fabb

Results 139 comments of fabb

Which files does Xcode complain about? Have you imported AFNetworking into the client project? As far as I have experienced, you need to import only the header files of AFNetworking...

You cannot do this. Your client project needs to import AFNetworking too. Your class subclasses AFHTTPClient, so it supports all public methods and properties of this superclass. So a client...

They can. But they will need to import the AF framework too. All frameworks do it this way. Even for importing the AF framework, you need to import other frameworks...

You're welcome & good luck! On Saturday, July 20, 2013, Fabio Nisci wrote: > Thanks 1000 for your help. I will take this way for my projects... Usually > I...

is this feature still planned? i need it very often as we use the git branching model at http://nvie.com/posts/a-successful-git-branching-model/

Python 2.7, Win 7 64bit, PySCXML 0.8.3 if it helps.

Strange, it only happens when executing the module with Eclipse PyDev. In the windows console, it always works fine. Flushing stderr also won't help. Any other idea what might go...

Some more I found out: The second event is _not_ dropped, it sits unprocessed in the StateMachine's interpreter.externalQueue.queue. When I call `eventlet.greenthread.sleep()` in the end of my client program, the...

That's weird, the types say there's no `toJSON()` function on the `headers`: https://github.com/axios/axios/blob/d032edda08948f3f613ff34f32af49cad3aa74db/index.d.ts#L284 https://github.com/axios/axios/blob/d032edda08948f3f613ff34f32af49cad3aa74db/index.d.ts#L290 https://github.com/axios/axios/blob/d032edda08948f3f613ff34f32af49cad3aa74db/index.d.ts#L72 https://github.com/axios/axios/blob/d032edda08948f3f613ff34f32af49cad3aa74db/index.d.ts#L3-L11 Therefore `error.config.headers.toJSON()` does not typecheck. At runtime it's really an object of type `AxiosHeaders`,...

see https://github.com/jestjs/jest/issues/15106