tafel

Results 12 comments of tafel

I just bump again this PR, because it helps me too, with Chromium 47 on laptop. When I first drag the element, all is fine. Then, if I do a...

Any news about it? I would like to speed up download of multiple files (3 in parallel). Right now, I can only have one download at a time, using `Filesystem.downloadFile`....

Just digging in the code, and trying some alternatives, I've found that using a config file with `stopped()` method defined was doing the trick. #!/bin/sh moleculer call \ -c "/testconfig.js"...

Maybe it is not as easy as it seems. I just added `process.exit(0)` after the broker stops. It surely stops, but with code 130 (using `#!/bin/sh` as 1st line of...

Hi, more tests need to be done. The fact you say it's working for you is a good news :-) I'm not sure position of elements and font sizes are...

Thanks @kohlerdominik All fonts (freeserif for TCPDF, zapfdingbats for FPDF, unicode char for HTML) are all bundled into their respective package/browser. There are three unknown factors, which are: 1. how...

Regarding #212 , the way layout options are managed seems not optimal (I added a scissors property directly into `AbstractOutput` class). Maybe we could identify all possible options, and create...

Here is what I came with. It's quite the same idea as you (it's only pseudo-code). I agree that @sprain must be the referee ;) ```php

@kohlerdominik I see the point of using options objects to manage all these states. But we need to keep in mind that not all combination should be possible. Is it...

I read a bit of documentation, to see what are the official options available. It seems there're only three: 1. no line at all 2. solid lines and text (only...