Git Product home page Git Product logo

blangslet / treasure-hunt Goto Github PK

View Code? Open in Web Editor NEW
102.0 102.0 23.0 13.13 MB

Ember.js + Polymer + Cordova iOS app that demos state-bridging animations to provide context and clarity of purpose as a user moves through an application experience. Video: https://www.youtube.com/watch?v=lXWVmbs5O8A

JavaScript 12.34% HTML 2.46% CSS 1.34% Handlebars 0.67% Objective-C 66.72% C 0.56% Shell 3.93% C++ 4.88% C# 3.13% Java 3.68% QML 0.28%

treasure-hunt's People

Contributors

blangslet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

treasure-hunt's Issues

ember 1.12 this.container is undefined in helpers/polymer-outlet.js

the issue occurs in helpers/polymer-outlet.js line 13.

container = this.container;

this in 1.12 relates to window object thus does not have any container property.

i have started a thread on this issue on stackoverflow here http://stackoverflow.com/questions/31128549/ember-application-container-change-1-12

i believe this is related to the namespaces change in 1.12 would appreciate any help on the issue to understand how should i get the container starting from 1.12

Server start failed: undefined function

Hello,

I'm trying to start your demo app but when I run ember serve I have an error:

undefined is not a function
TypeError: undefined is not a function
    at rimraf (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/broccoli-caching-writer/node_modules/rimraf/rimraf.js:59:36)
    at lib$rsvp$node$$tryApply (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/broccoli-caching-writer/node_modules/rsvp/dist/rsvp.js:1467:11)
    at lib$rsvp$node$$handleValueInput (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/broccoli-caching-writer/node_modules/rsvp/dist/rsvp.js:1567:20)
    at fn (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/broccoli-caching-writer/node_modules/rsvp/dist/rsvp.js:1555:18)
    at /Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/broccoli-caching-writer/index.js:100:14
    at lib$rsvp$$internal$$tryCatch (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/promise-map-series/node_modules/rsvp/dist/rsvp.js:489:16)
    at lib$rsvp$$internal$$invokeCallback (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/promise-map-series/node_modules/rsvp/dist/rsvp.js:501:17)
    at lib$rsvp$$internal$$publish (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/promise-map-series/node_modules/rsvp/dist/rsvp.js:472:11)
    at lib$rsvp$asap$$flush (/Users/gabrielmetzger/Documents/Workspace/EmberJS/treasure-hunt/node_modules/ember-cli/node_modules/promise-map-series/node_modules/rsvp/dist/rsvp.js:1290:9)
    at process._tickCallback (node.js:355:11)

My process was:

git clone
npm install && bower install
ember serve

Is this a known issue ?
Thanks,
Gabriel METZGER

Unable starting application on Windows 8.1

I'm having trouble starting the application for the first time.

I've done

    npm install

and

    bower install

But after

    ember server

I get the following message

Livereload server on port 35729
Serving on http://0.0.0.0:4200/
undefined is not a function
TypeError: undefined is not a function
    at rimraf (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\broccoli-caching-writer
\node_modules\rimraf\rimraf.js:57:13)
    at lib$rsvp$node$$tryApply (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\brocco
li-caching-writer\node_modules\rsvp\dist\rsvp.js:1467:11)
    at lib$rsvp$node$$handleValueInput (D:\projects\treasure-hunt\node_modules\ember-cli\node_module
s\broccoli-caching-writer\node_modules\rsvp\dist\rsvp.js:1567:20)
    at fn (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\broccoli-caching-writer\nod
e_modules\rsvp\dist\rsvp.js:1555:18)
    at D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\broccoli-caching-writer\index.j
s:100:14
    at lib$rsvp$$internal$$tryCatch (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\p
romise-map-series\node_modules\rsvp\dist\rsvp.js:489:16)
    at lib$rsvp$$internal$$invokeCallback (D:\projects\treasure-hunt\node_modules\ember-cli\node_mod
ules\promise-map-series\node_modules\rsvp\dist\rsvp.js:501:17)
    at lib$rsvp$$internal$$publish (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\pr
omise-map-series\node_modules\rsvp\dist\rsvp.js:472:11)
    at lib$rsvp$asap$$flush (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\promise-m
ap-series\node_modules\rsvp\dist\rsvp.js:1290:9)
    at process._tickCallback (node.js:355:11)
Cleanup error.
undefined is not a function
TypeError: undefined is not a function
    at Function.rimrafSync (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\broccoli-c
aching-writer\node_modules\rimraf\rimraf.js:262:13)
    at ConfigLoader.CachingWriter.cleanup (D:\projects\treasure-hunt\node_modules\ember-cli\node_mod
ules\broccoli-caching-writer\index.js:114:10)
    at cleanupTree (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\broccoli\lib\build
er.js:128:19)
    at D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\promise-map-series\index.js:11:
14
    at lib$rsvp$$internal$$tryCatch (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\p
romise-map-series\node_modules\rsvp\dist\rsvp.js:489:16)
    at lib$rsvp$$internal$$invokeCallback (D:\projects\treasure-hunt\node_modules\ember-cli\node_mod
ules\promise-map-series\node_modules\rsvp\dist\rsvp.js:501:17)
    at lib$rsvp$$internal$$publish (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\pr
omise-map-series\node_modules\rsvp\dist\rsvp.js:472:11)
    at lib$rsvp$asap$$flush (D:\projects\treasure-hunt\node_modules\ember-cli\node_modules\promise-m
ap-series\node_modules\rsvp\dist\rsvp.js:1290:9)
    at process._tickCallback (node.js:355:11)

CSP violation

For importing the web components polyfill, how did you handle the CSP violation related to an inline style?

Performance on Chrome is Bizarrely Janky

These components are supposed to run natively on Chrome and they go through a polyfill in Safari. Yet the experience is super smooth in Safari (desktop and even iOS), but is super janky on Chrome. Need to figure out why...

Cordova is not installed

I pulled this down and did npm install && bower install, but I get this error in the console when running ember serve:

Error thrown while running shell command: "cordova build ios"
Error: Command failed: /bin/sh: cordova: command not found

    at ChildProcess.exithandler (child_process.js:658:15)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:766:16)
    at Socket.<anonymous> (child_process.js:979:11)
    at Socket.emit (events.js:95:17)
    at Pipe.close (net.js:466:12)

The app still runs ok, but is there something I need to install to avoid this error?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.