Rohan Deshpande

Results 91 comments of Rohan Deshpande

I wrote a simple bash script to work around this, since you just need the generated docs really, install all your esdoc dependencies, build your docs and then just uninstall...

@vvscode This is a good solution but I need the plugins, not sure you can use `npx` and include those, also unsure if it would recognise the `esdoc.json` in the...

What's weird is I am not fetching any data from third parties and am still getting this issue. Could the CRA service worker be causing it somehow I wonder...

I guess I'm just wondering how the images should get passed from the client to the server, I've got the wysiwyg inside of a form, do the images get attached...

Okay yeah that seems right. Although I may want to strip those images out and store them separately somewhere, I'm using a MySQL db and if a user puts a...

Hi, I'm planning to get to the open issues and PRs shortly, please wait a little longer!

I'm trying to install via bower and keep getting the mindmup version.

Hmm I was using `bower install bootstrap-wysiwyg` but I uninstalled, cleared the cache and reinstalled and then it was fine.

Hmm but that's not what it says in your name prop in the bower.json file on the master branch. Might be a good idea to update that.

Interesting, so I just made a new bower.json and put `"bootstrap-wysiwyg-steveathon":"~1.0.4"` as a dependency and it worked fine. So I guess bower thinks that is the package name, which sort...