Anthony Lukach

Results 44 comments of Anthony Lukach

Running into this as well. > It's a problem with Babel. Node 6 and 7 by themselves allow you to extend `Error` without a problem. So doesn't this make the...

This is a great change, thanks @HeroCC. @adityatelange any thoughts on getting this merged in?

Was having the same issue, the following did the trick for me: ```sh pip uninstall pytest-pudb && pip install pytest-pudb==0.6 ```

@aaronr Did you add this feature originally? Care to add the details to the README.md? I remember that there were some oddities around it not working every time, would be...

Wow, that looks great!

A tooltip showing _why_ an operation is disabled would also work. I just want to make sure that there's some feedback available as to why it's disabled.

Just to add some confusion to the fire: When I test [the file in Dropchop](http://dropchop.io/?url=https://gist.githubusercontent.com/tolomaps/e3a06994527b8194ed8a/raw/df8c066294bd7c8466bed4c3c1b7e3902e1059a1/cities.geojson), the buffer for Cairo works only when `miles < 82` or `kilometers < 130` (82mi...

@npeihl can you share your Turf command line example?

Great, glad to have the support. If you'd like to follow along (or participate), I've created a branch here: https://github.com/cugos/dropchop/tree/react-redux . I've basically nuked everything and will be porting features...