Rémi Alvergnat
Rémi Alvergnat
CLA Should be OK now.
It seems to work well for my use case ([angular-gantt](https://github.com/angular-gantt/angular-gantt)). I've created a custom watcher with equals and copier supporting momentJS properly through lodash. See https://github.com/angular-gantt/angular-gantt/blob/history/src/plugins/history.js#L24-L53.
Is there anything to do to see this getting merged ?
Just use up to date geos bindings @matthewmummert5. I hit this issue with 3.4.2, but it works well with 3.6.1 and PHP bindings from https://git.osgeo.org/gogs/geos/php-geos. ``` curl -s -O http://download.osgeo.org/geos/geos-3.6.1.tar.bz2...
Hi @dcosson, I actualy need to maintain and add some features on this plugin. I'm building a custom Docker VM based on Vagrant for windows development environments. Currently we are...
@timrwood :+1: please merge and publish this module in npm.
As a workaround, where this dependecy should be found ?
See [this gist](https://gist.github.com/Toilal/8849bd63d53bd2df2dd4df92d3b12f26) if you need to support the refresh token pattern with @auth/angular2-jwt v2 (angular 4.3+ with HttpInterceptor) It implements an additional `RefreshTokenInterceptor` that automates the renewall of JWT...
You could try this loader : https://github.com/ktsn/vue-hot-reload-loader or this one : https://github.com/jshmrtn/vue-hot-loader. First one seems a bit better, but for some reason I can't make it work with typescript. reload...
I just found the issue on vue-hot-reload-loader, you can try my [Pull Request](https://github.com/ktsn/vue-hot-reload-loader/pull/2) available on [my fork](https://github.com/Toilal/vue-hot-reload-loader), it works like a charm.