Chris Nix
Chris Nix
Commenting on my own issue here as I understand more... I suspect the reason for requiring a name on the schema is because of the implicit subject naming that uses...
Hi, This is exactly what I'd like to do. @A-Jacobson, did you get anything like this working?
Looking at the code, it seems that these promises are synchronous by default. This was a surprise to me too having come straight from javascript promises. However, a little more...
This is fixed for me in https://github.com/ethereon/caffe-tensorflow/pull/105. Try it out with: `git pull origin pull/105/head`
Thanks all.... this worked for me. I've collected the above comments into a PR at https://github.com/ethereon/caffe-tensorflow/pull/123
I also see this problem as described above verbatim after importing the jtwitter and signpost jars into my Android libs directory. I'm using android SDK and Eclipse ADT at v22.0.1....
Thanks for the fix so quickly. That works for me. However, now AndroidTwitterLogin code fails just a few lines later with: ``` 06-05 15:03:13.766 I/dalvikvm(20132): Could not find method oauth.signpost.basic.DefaultOAuthProvider.retrieveRequestToken,...