Giter Club home page Giter Club logo

meteorhunt's People

Contributors

1e0ng avatar rgoomar 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meteorhunt's Issues

Missing fourseven:scss

=> Errors prevented startup:                  

   While building the application:

   /Users/****/meteorhunt/client/stylesheets/app.scss:6:9:
   Scss compiler error: file to import not found or unreadable:
   .meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic
   Current dir:
   /Users/****meteorhunt/client/stylesheets/

meteor add fourseven:scss solves the problem

oauth2 authentification with meteor dev account

Hello,

I have managed to deploy the application on meteorhunt-jgl.meteor.com but my oauth2 mechanism does not work.
I did insert in settings.json the information I got from the https://www.meteor.com/account-settings/apps web site (I have created a meteorhunt application with the http://meteorhunt-jgl.meteor.com redirent url and I use the app id and app secret as the client id and the secret respectively).

when I try to log into the application (tab 3 and 4) and get the following error:

Something went wrong: Invalid redirect URI [400]

and nothing in the galaxy server logs.

thanks.

regards

Scss error

on a clean install first run

   While building the application:
   client/stylesheets/app.scss: Scss compiler error: undefined
   /Users/dc/dev/ref/meteorhunt/client/stylesheets/app.scss:6: file to import not
   found or unreadable:
   '.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic'
   Current dir: /Users/dc/dev/ref/meteorhunt/client/stylesheets/

dont suppose you guys would consider stylus instead?

Refreshing triggers bugs

When refreshing the bottom navbar resets the active class to Trending page.

When refreshing while on Notifications or Profile pages Log-In modal pops up whether you are logged in or not. Should only show when not logged in.

crashes on startup

crashes on boot

ERR) TypeError: Cannot read property 'clientId' of undefined
W20150207-14:18:44.129(-8)? (STDERR)     at Accounts.onCreateUser.user.emails (app/server/accounts.js:5:46)
W20150207-14:18:44.129(-8)? (STDERR)     at /Users/dc/dev/ref/meteorhunt/.meteor/local/build/programs/server/boot.js:182:5

image

Something went wrong: that application does not exist. Error

=> Errors prevented startup:

While building the application:
client/stylesheets/app.scss: Scss compiler error: undefined
/Users/xxx/ionic/meteorhunt/client/stylesheets/app.scss:6: file to
import not found or unreadable:
'.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic'
Current dir: /Users/xxx/ionic/meteorhunt/client/stylesheets/

=> Your application has errors. Waiting for file change.
^Cfish: Job 1, 'meteor --settings settings.json' terminated by signal SIGINT (Quit request from job control (^C))

Doesn't run with Meteor 1.2

Just spent 2 hours messing around with meteorhunt and the packages meteor-ionic, ionic-sass and ionicons-sass but it just doesn't run because of missing sass-related files.

$ meteor --settings settings.json.example --allow-incompatible-update
[[[[[ ~/Development/meteorhunt ]]]]]

=> Started proxy.
=> Meteor 1.2.1 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Errors prevented startup:

   While building the application:
   /Users/user/Development/meteorhunt/client/stylesheets/app.scss:6:9: Scss compiler error: file to import not found or unreadable:
   .meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/_ionic
   Current dir: /Users/user/Development/meteorhunt/client/stylesheets/

=> Your application has errors. Waiting for file change.

I browsed through all the packages, read through all the github issues, tried most of the workarounds, but at the end nothing worked.
It would be really great if you could get this demo up and running with current Meteor or at least post a big fat warning that it does not work - this can save others lots of time.

Tweaking profile to show products created

Hey Nick,

Thanks a ton for making this! Newbie question here:

How can I tweak the profiles to show both products a person creates & the ones they have voted on?

Thanks!

Profile page crashes app if user has no votes

The ProfileController data:votedProducts is causing the app to crash if the user has no votes.

console

Exception from Tracker recompute function: Error: $in needs an array

route controller in question

ProfileController = AppController.extend({
  waitOn: function () {
    if (Meteor.user()) {
      return Meteor.subscribe('votedProducts', Meteor.user());
    }
  },
  data: function () {
    if (Meteor.user()) {
      return {
        user: Meteor.user(),
        votedProducts: Products.find({_id: {$in: Meteor.user().profile.votedProductIds}})
      }
    }
  }
});

Notifications

Create notifications when:

  • A user votes on a product you posted
  • A user comments on a product you posted

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.