Giter VIP home page Giter VIP logo

soundcloud-ngrx's People

Contributors

r-park 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  avatar  avatar  avatar

soundcloud-ngrx's Issues

What is the intention of not updating users state?

According to the test case users-reducer.spec.ts:

should NOT replace existing user if existing user is profile

and the code

if (!users.has(user.id) || !users.get(user.id).profile) {

Is it true that if a user's profile (https://soundcloud-ngrx.herokuapp.com/users/632699/tracks) has been visited once, new user data like numbers of likes, followers, following will never be updated again between navigations unless the user refresh the browser?

Faster compilation with fork-ts-checker

Hey @r-park,

It was great to see your app demonstrated by @ahejlsberg at Build ❤️

I noticed that your app is using ts-loader with webpack. I'm one of the maintainers of ts-loader and I thought you might be interested in speeding up your build. If you are then you might want to check out the fork-ts-checker-webpack-plugin. Essentially this allows you to set ts-loader to run in transpileOnly mode and moves the type checking off to a separate process.

What you get in return is much faster build times. I can't claim any credit for this myself - it's all been the effort of @piotr-oles.

If you'd like to see a simple example then check out: https://github.com/TypeStrong/ts-loader/blob/master/examples/fork-ts-checker/webpack.config.js

I do plan to blog about this at some point and spread the word a little more effectively.

PS Do feel free to close this issue - it's not really an issue at all; just wanted to give you a heads up.

Unable to play sound due to api loading fail.

screen shot 2017-10-30 at 6 57 22 pm

Do I need to configure anything like API key?

screen shot 2017-10-30 at 7 00 11 pm

Detail response content is:

{"errors":[{"meta":{"rate_limit":{"bucket":"by-client","max_nr_of_requests":15000,"time_window":"PT24H","name":"plays"},"remaining_requests":0,"reset_time":"2017/10/30 20:10:21 +0000"}}]}

BTW, i am running in dev mode.

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.