VaSeala

Results 13 comments of VaSeala

how's the progress?

@Gabriel-403 > > It seems that node-casbin does not support this feature now. > > I think so,and this seems that I wrote this part https://github.com/Gabriel-403/node-casbin/blob/master/src/coreEnforcer.ts#L378 I find you fixed...

install the postcss@8 at the root of your project: ``` npm i -D postcss@8 ```

问题补充: 对于require没有命名空间的文件,构建后是正常的 eg: ``` javascript var $ = require('jquery'); module.exports = $; ``` 构建后: ``` javascript define('$', ['jquery'], function(require, exports, module) { var $ = require('jquery'); module.exports = $; });...

Thanks @robwalch Yes, in addition to the large file size, some clips of this video may have some errors. We directly convert the mp4/mkv video uploaded by the user into...

> Hello, have you been successfull using vidstack player just as UI with shaka backend? I didn't try too much and changed to other development solutions

> For knowing if it comes from mediainfo.js or MediaInfo library, please test with [MediaInfo](https://mediaarea.net/MediaInfo) GUI and say if the JSON has also the same mistake. If so, report in...

> > Test in GUI that the file information can be printed normally > > The text output is not the source of the issue. > > > I didn't...

> For knowing if it comes from mediainfo.js or MediaInfo library, please test with [MediaInfo](https://mediaarea.net/MediaInfo) GUI and say if the JSON has also the same mistake. If so, report in...

Thank you for your reply @avelad The m3u8 I submitted in the previous version has a problem, which makes the video unable to play in shaka-player. I have submitted the...