kyoukhana
kyoukhana
Yea we need this. But even better would be awesome to get the current play back time for each individual sound object within a group object
I encountered this problem as well. I think if we load the lists dynamically there should be a option to re-bind the click on the options. It seems like its...
I did that deleted the container and rebuilt everything from scratch. here is my docker configuration ``` # docker-compose.yml version: '2.1' services: nginx: image: nginx:alpine ports: - 80:80 depends_on: -...
I can help doing a re-write in gulp. Not sure how hard the implementation would be. It would be cool to see a sequalize version of this. Or If you...
So you need a default password generated with Seuqalize. Also compare password. Do you have a repo setup so i can take a look. Right now i am trying to...
When you get a chance take a look at the repo I have put together https://github.com/kyoukhana/nodeember I basically used ember-tools. But now I can't seem to get it working when...
That worked but when doing a promise throws a error still ``` $buzz.setup(); // you need to call setup before doing anything in global level. var promise = $buzz.load('/api/user/track/audio/9?token='+this.$auth.token()); promise.then(function(evt)...
Sure thanks for help.
That is cool. Just take your time ok :) . I have really started working with the library so you might get questions from time too time.
the problem is in this code part ``` $buzz.setup(); // you need to call setup before doing anything in global level. var promise = $buzz.load('/api/user/track/audio/9?token='+this.$auth.token()); promise.then(function(evt) { console.log('All audio resources...