Cauli Ziani

Results 20 comments of Cauli Ziani

+1. I fixed (only a workaround) this problem on my project by increasing the timeout on this.scheduleMasonry from 30ms to 100ms. Line 44. Change this: ``` javascript this.scheduleMasonry = function...

My simple workaround on this (Circa Line 213 of mobile-nav.js) ``` nav.back = function() { if (navHistory.length > 0) { var previous = navHistory[navHistory.length-1]; $location.path(previous.path()); nav.onRouteSuccess = function() { navHistory.pop();...

Yep, fails to install on MacOS too.

🐫 --- View raw code ``` .--' | /___^ | .--. ) | / \ / | /` '. | '-' / \ \ | |\ \ / \ /\|...

That would be great!

The wildcard does not get called because the format is known ("pdf"), so it enters: ``` else if(url.contains(".pdf")) { // PDF file intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(uri, "application/pdf"); } ```...

Just made a pull request on the Toast solution. Ideally the wildcard should work, but with the toast at least the user knows what it happening.

I'm really sorry about that, I forgot to pay for the hosting services of my personal website. But the file is in this folder: `TwineJson/dist/format.js` You can host it yourself...

Hey @seraphki, sorry for the late response. TwineJson generates two versions of output. In one of them, it tries to build a hierarchical JSON. Circular references are impossible here, and...