-
https://travis-ci.org/butterproject/butter-desktop/builds
Does anyone here actually bother to check if your builds pass CI and stuff? What's the point of using Travis CI if you're just going to ignor…
-
The 3.x version supports Webpack import? Because I've been reviewing #490 and #509 and I'm not sure if it is. At this moment I'm trying to import it with
`import vjs from 'video.js'
window.videojs =…
-
Hi
problem with Meteor-Files
using with Nova inside packages
meteor 1.3.2_4 (need for nova)
Meteor-Files v1.6.7
i have error
`Cannot read property 'FilesCollection' of undefined`
```
import { File…
-
Twitter.com uses the VideoJS project to handle video. The current tag can be replaced with this React component for feature parity:
https://github.com/esportsguy/react-videojs
mcorb updated
8 years ago
-
Spit balling ideas at 10:30 tonight. So I'm seeking feedback on what anyone would be interested in. I will do my hardest to convince the rest of my team to speak (most are attending). I'm sure perso…
-
-
Because the current time is set in `drainBuffer` and it doesn't trigger `timeupdate` event, this event is not triggered when a video is paused. If the video is playing, the callback of setInterval tri…
-
We are looking for 2 - 3 team leaders for the analyse tool.
A team leader is responsible for reviewing, merging PRs and administrating the repo.
You should have at least some experience with git and…
sokra updated
8 years ago
-
我这页面上显示现在的模块数目是 89,618
https://www.npmjs.org/ 显示当前模块数是 89 745
说明已经很接近了...
但是我执行 sync_not_exist 却提示
[tools/sync_not_exist.js] start sync not exist modules
[Tue Aug 19 2014 22:06:06 GMT+0800 (CST)] [wor…
-
比如有下面的文件内容:
```
metainfo = {
'video': 'qiniu.com/166.mp4',
'update': "2014年5月6日“,
}
# mardown 内容
...
如何把 metainfo 中的内容提取出来,插入到一个简单的模板中呢?
```