oshihirii
oshihirii
Hmm, I have kept the same directory structure, but changed the contents of `config.json` to: ``` { "title": "my documentation title", "source": [{ "path": "/var/www/html/my-site/wsgi/static/js/code.js", "link": "https://github.com/user/my-repo/blob/master/wsgi/static/js/code.js" }], "output": "docs/index.html"...
This `config.json` file works, but doesn't utilise the link feature: ``` { "title": "my documentation title", "source": "/var/www/html/my-site/wsgi/static/js/code.js", "output": "docs/index.html" } ``` Anyone know how I can get it to...
Steps to replicate: **Directory Structure** ``` Desktop config.json - docs - index.html - css - img - js code-src.html index.html ``` **config.json** ``` { "title": "my documentation title", "source": [{...
I ended up just having to hardcode changes in `cork.py` at `validate_registration()`. Just thinking out loud, I wonder if it is possible to iterate over `data`, get its key names...
Hmm, that problem seems to not be occurring anymore, will post back if it does or I figure out why it was happening.
Actually would still be interested to know if this is possible. The issue is occurring intermittently and I'm not able to create replicable steps yet, so would be good to...
Actually, I was able to replicate the problem. If the plugin is not instantiated it will use the default options when using: ``` $('#tab_container').easytabs('select', '#tab_1'); ``` So I just had...
Update: I think (still need to test more) I resolved this by using `dispose()` on the player, and resetting all html, videojs and videojs plugins back up whenever I changed...
Hi @tecchan1107 , Thankyou, it is a good idea and your approach is what I am implementing now. For it to be a truly thorough solution, I am wondering if...
same issue: Windows 10 Node v10.16.0 npm 6.9.0 [email protected]