Ryan Carpenter

Results 24 comments of Ryan Carpenter

[This solution](http://stackoverflow.com/questions/24330014/bodyparser-is-deprecated-express-4) worked for me (after using npm to install body-parser). It's an edit to line 28 of app.js.

FYI, I was hoping that I might get this working by just tweaking `register-task-definition` command, but a new error is complaining about the option I've added. I'm not sure why,...

I'm trying this out now. I'll let you know if I can get it working.

The error that I've had from the start is this (I still can't seem to get past it): > **Typescript Error** > Argument of type '{ weight: number; draggable: boolean;...

A step in the right direction: I was able to overwrite the existing leaflet type declaration and get the page to load. Ployline dragging works, but I can't resize or...

I'm still having trouble with the typings (getting the same `'draggable' does not exist in type 'PolylineOptions'` error. At this point, I'm looking through existing type declarations for other leaflet...

If anyone is having similar problems, I wound up dropping the `ui-gmap-map-type directive`. [Here's a bit of sample code](http://stackoverflow.com/questions/38724891/in-angular-google-maps-how-do-i-show-only-my-custom-tiles/39558777#39558777). Not sure how to adapt this for a new enhancement, though.

It seems like it would be a lot better if the directive could be modified to respond to AngularJS' normal filtering techniques. I've created [this gist](https://gist.github.com/carpiediem/88ee3e6521936e7a535a) as an example. Since...

Big thanks; I've updated my demo to show your solution. I'm not sure what to do with this issue, though. Should the documentation be updated before it's closed?

I'm getting the same error. I think the root of the problem is the `firstChild` attribute [in getSymbol()](https://github.com/chrisvxd/story2sketch/blob/master/src/browser/page2layers.js#L98). If `getSymbol()` is called without `querySelector` defined in the options argument, it...