IsaacHub

Results 18 comments of IsaacHub

@michaelmco @briangonzalez It's working.. Browsers' both back and forward buttons are working well... Just comment the `if` block in the following function: ``` ArticleAnimator.bindPopstate = function(){ var self = this;...

**Yes! finally I have achieved it!** I had to modify the `svg-elements.ts` and `gitgraph.ts` files inside `gitgraph-js` folder, of course I copied it from `node_modules` and put it in `assets`...

I couldn't find `GitToJson` in npm, there is no such package. Can you post a link to the npm module.

This issue happens only when download is captured through the extension, when the link is copied and added manually by clicking `+` icon then it honors the download path we...

@agalwood Why downloading YouTube videos not supported yet?

Yes, the global setting is what majority of the people needed, every time we open up a new project, we need to go to settings and enable "save actions" for...

I downloaded this https://github.com/le-yams/intellij-plugin-save-actions and built the JAR file and placed in the plugins folder and now it has global config and project config. Happy Ending!

> A html message turns to text after botui.action.text is called. Downgrade to Vue.js 2.0.7

This can be resolved if parcel allows to exclude `botui` library from processing bundle. Unfortunately there is no way of excluding imported files from being bundled in parcel. But using...

> @ihadeed Google Pay doesn't actually work in the current beta branch because the "payWithGooglePay" method does not exist in CordovaStripe.java. As a workaround I changed the cordova.exec call to...