Serkan

Results 2 comments of Serkan

I sent a pull request on the postmile-web repo. Tracked the issue down to this postmile/node_modules/postmile-web/lib/static/view/js/tasklist.js: 419 420 function shrinkDetails(node) { 421: node.setStyle("height", '5px'); // nominal size for empty line...

I have an error in the same place, but it says "prefix.concat is not a function". I installed from npm and copied the tests and ran them. Here is the...