Lee Gillentine

Results 6 comments of Lee Gillentine

There is an omniauth example here: https://github.com/leikir/devise-token-auth-omniauth-example You might have luck just directing your users to the route `auth/facebook` or however it is setup in your rails routes. Or else...

I don't think there is any https://www.unrealengine.com/en-US/bing-search?keyword=webVR https://answers.unrealengine.com/questions/714906/how-to-export-vr-project-to-html5.html

I also expirenced this problem under Fedora and this fix worked. Thank you. Maybe linux and webpack use a different command to open the web browser (since opening the browser...

I think this will work ``` response 200 do key :description, 'Success' header 'Access-Control-Allow-Methods' do key :type, :array key :collectionFormat, :csv items do key :type, :string end end header :another...

Use `Mbsy::SingleSignOn.embed_html` https://github.com/GetAmbassador/mbsy/blob/6e52e10e6e5fbde589afeb952b9e3f65ed292438/lib/mbsy/util/single_sign_on.rb

Keep in mind you can also drop your jsLint prefs at the top of the file you're working on. i.e.: ``` /*jslint white: true, undef: true*/ /*global _, Backbone*/ ```...