Juan Manuel Vicente

Results 7 comments of Juan Manuel Vicente

@brianpkelley Great! Thanks! I will try it!

I had the same problem, and the proposed fix works. ```js // doesn't work await models.sequelize.drop(); // works await models.sequelize.drop({}); ```

@mserranom @lovato Can you guys add this pkg is not longer maintained in the README.md?

Yes, it can be done. With this new point we need to add some [tags](https://github.com/juanmav/ows.js/tags) (we are using them). In a few day I will do a pull request and...

@tomkralidis When you use Bower as package manager you can point where is the distribution [file](https://github.com/OSGeo/ows.js/blob/master/bower.json#L10) in your repo. With this you can [tag](https://github.com/juanmav/ows.js/tags) the code and the builds and...

Hi, just to confirm I'm having the same problem as @zhiyue and @FrancoLab