Diego Aguilar

Results 7 issues of Diego Aguilar

I'm trying ``` javascript $scope.youtubePlayer.seekTo(Number(part.start)); $scope.youtubePlayer.playVideo(); $scope.playerVars.end = Math.ceil(Number(part.end)); ``` While my markup is: ``` html ``` So when the three lines of JS are triggered, video starts to play...

question

I've found myself with the following situation: - Items placed using pinterest layout are properly arranged. No overlapping, gutters correctly place and distributed - Items got an image and text...

I'm running build 3143, installed with Package Control, can't make it work, command appears in command palette but it won't copy or show anything to the status bar. Let me...

I'm trying a RabbitMQ first test with Node.js connection module, I wanted to try first _direct exchange_ so I got both a _server_ where I'm also trying to listen to...

I'm working flexboxgrid in a React application using also Material UI components. I'm trying to make _Registrar una tienda_ from to get vertical and horizontal alignment. ![image](https://cloud.githubusercontent.com/assets/2483678/14300126/ea6a23ce-fb53-11e5-9953-5aedcfe8bd48.png) So, I've done...

Could this be branch or remote specific? I'd like to pull some branches in particular, also, be capable to stash if needed

I'm trying to use [recharge-api-node](https://github.com/saudslm/recharge-api-node) in a TypeScript project. When I tried to use ES6 module style import, I noticed this is only written in JavaScript. Do you have plans...

enhancement