Domingo
Domingo
Big thanks for this amazing libary, at the momment I already tried all the examples included, and even made some modifications. I want to go further but there are some...
I just discover the subgraph feature, what a cool implementation! I was wondering if it is possible to drop and connect several blocks and convert them all to subgraph?
### How to replicate the issue ``` window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fs) { fs.root.getFile(cordova.file.applicationDirectory + "www/index.html", { }, function (fileEntry) { //DO NOTHING }, function(err) { console.log("error accesing the file", err);...
I installed a couple of roms using the Chimera web interface into ChimeraOS, I can see them great in the Steam interface after a reboot. But, every rom, no matter...
It seems there no way to specify width and height of the output image? Not the browser viewport o the portion captured.
I have a div were I update the background css property dynamically. Doing this works as intended: ``` $('#board-wizard .modal-header').css('background-image', 'url(http://i.imgur.com/WRvMldt.gif)'); $('.modal-header').imagesLoaded( { background: true }, function() { console.log('#container background...
There is fundamental error in the way Api gets instantiated: ``` const Mangopay = require('mangopay2-nodejs-sdk'); const client = new Mangopay(options); ``` By doing this, essentially the developer thinks that client...
According to docs (https://docs.mangopay.com/endpoints/v2.01/payins#e934_the-payin-web-extended-object) the endpoint is `GET .../payins/card/web/:PayInId/extended/` but I don't see the method in the client. Is it missing?
Hi, I really like how this app renders isometric diagrams, the visual output is great. That said, working with the exported JSON files is a real pain. Every exported file...