Ed Clement

Results 8 issues of Ed Clement

I spent a few hours trying to figure out why this library wasn't working. Setting map option `preferCanvas: true` causes any call to `map.editTools.start_SHAPE_()` to throw errors on each click....

needsinfo

I was running into an issue trying to create `Binary` DSTU2 resources. To ensure it wasn't some issue with my code, I pull down the this project (`master` branch) and...

Is there anyway to add some padding between the window edge and the terminal text? The font is right up against the edge and it's a bit hard on my...

add `toJSON` member to `Location` class corrects issue #1186

In a standard browser, you can call `JSON.stringify(window.location);` This fails in zombie with a circular json reference. ```javascript class Location { constructor(history, url) { this._history = history; this._url = url...

currently using commit f2134b114bcf2a90999221071e38098a529376a3 so I can make use of the s3 prefix. When I call `sls meta sync` without args, it will sync only `s-variables-stage` but not `s-variables-stage-region`. I...

It would be great if support for the node4 runtime in lambda could get added. We could then switch presets from `es2015` to `es2015-node4` to reduce the amount of transpiling...

enhancement
help wanted

will this plugin respect the `.babelrc` in the root of my project? If so, do I still need to specify `custom.runtime.babel.presets` in my `s-project.json`? thanks in advance!