Shubham Thakur

Results 3 issues of Shubham Thakur

Platform details: OS: Ubuntu 18.04.1 LTS (Windows Subsystem Linux) Rust version: 1.40.0 Steps to reproduce: 1. Run `cargo build`. 2. After the compilation is done, run `cargo run`.

bug

I got the following error when I attempted to track a local directory. The folder is named `vids` and is present in my E drive, so the path is E:\vids....

./node_modules/react-videojs/dist/index.js node_modules/react-videojs/dist/index.js:8 ``` 5 | var blacklist = require('blacklist'); 6 | var React = require('react'); 7 | > 8 | module.exports = React.createClass({ 9 | displayName: 'VideoJS', 10 | 11...