Matías Hernández Arellano

Results 22 issues of Matías Hernández Arellano

I'm workind with mongoid (learning) and devise i follow up the "how to" but when i try to test i have this error uninitialized constant Devise::Twitter This error occurred while...

Would be nice to add a new icon for toptal.com site an svg: https://www.toptal.com//blackfish-assets/public/base/images/header/toptal_c5450c.svg This is requested because can be useful for freelance developers that work through toptal. Similar to...

brand icon

The idea is to remove the usage of `http` and `https` package that are node dependent and instead use `isomorphic-fetch` to allow the parser to work on edge environments where...

(Sorry for my english) I finally run the VideoEmulation app. I run WebCamBroadcaster on OSX (using QTVideoCapture). When i run the app on the emulator LogCat shows: 09-30 11:32:51.502: INFO/ActivityManager(58):...

(sorry for my english) The error is trigger with cvLoad function: m_cascade = (CvHaarClassifierCascade*)cvLoad(cascade_path); The Eclipse LogCat View show this: 10-05 19:42:22.496: INFO/DEBUG(566): **\* **\* **\* **\* **\* **\* **\*...

Currently `jenkins.build` returns this kind of message. ``` { message: 'job is executed', location: 'http://jenkins.com/queue/item/3435/' } ``` Would be useful if the build number is returned too as a separate...

I have this: index.xml ``` ``` index.js ``` var App = require('core'); App.MapModule = Alloy.Globals.MapModule; App.globalWindow = $.index; App.globalWindow.open(); App.init(); //Check for login and then App.Navigator.open('signin'); ``` signin.js ``` var...

(sorry my english) It is posisble to get change notifications using this API ??? Any example?? Thanks!

I try to use Google Reader Scope https://www.google.com/reader/api (this scope is right.. i test in OAuth 2.0 Playground) But the app wait forever in step fetchOauthUser ... no error, just...

I have this code ``` webshot url, (err, stream) -> gm(stream, filename + extension).write directory + filename + extension, (err) -> if err console.log 'err:', err else console.log 'success' ```...