Tom Carden
Tom Carden
Not yet! Could/should I be generating carto styles and passing those to a mapnik.Map somehow?
I could also generate the XML I guess?
I'm seeing the same issue - no synchronization between windows. Trellis works for me, but the mpl demo instructions from README don't work. I think the Electron log error is...
... and confusion fades to annoyance :) ... Thanks for continuing to clarify the various things I'm stumbling into. Much appreciated! If this issue is to be left open I...
And one more thing (already in the issue title, I just forgot). LinkedIn responds with a 201 for a successful PUT, which the OAuth lib currently interprets as an error...
The OAuth library has been updated in v0.9.1 to take care of the status code issue already: https://github.com/ciaranj/node-oauth/pull/37 - probably worth updating here too - using `~0.9.0` in package json...
I have no plans to support the latest Express at this time. I would welcome a pull request to fix it though.
Thanks - I'm up and running with the Sinatra server on Heroku. After I've kicked the tyres a bit and worked out what goes where I'll try the Node server...
A couple more things I've noted as I start to read the coffeescript, which I leave here for myself or a future node-positive contributor to tackle: - as noted above,...
I've been experimenting with https://github.com/publicclass/express-partials/ and have a pull request open with layout/include implementations at https://github.com/publicclass/express-partials/pull/1 I also implemented something similar to https://github.com/aseemk/express-blocks and would like to take it further,...