Martin Amm

Results 29 comments of Martin Amm

\node_modules\polyserve\package.json shows version 0.4.0, so I assume I have that latest version

Pls see above - I've already provided a screenshot.

If I copy the *.html files from demo to bower_components\polymer-designer-demos the they are served.

The files are delivered from `designer\bower_components\polymer-designer-demos`

It seems to work better if I add the following code server/files.js: ``` function statToJson(path, stat) { var tmp = path.split("\\"); path = tmp.join("/"); if(path.indexOf("/") == 0) path = path.substring(1);...

So after the above change I see the source of the selected absolute-layout.html file. But when I click into the box labeled "One" I immediately get the error below. Is...

@justinfagnani are my changes of server/files.js above ok? Should the designer work in windows?

Some of our activities require more information about the current context/session like current userid, tenantid, preferred language, environment type (prod or stage). Other activities require a per user secret (e.g....

I'm sorry, I didn't check that - you are right http://127.0.0.1:6080/ opens the noVNC viewer. So is it expected that the PORTS tab remains empty?

We would love to see pasted images being stored in a default image location. Do you have any plans to implement that in the near future ? Would you accept...