Andre Fortin

Results 5 comments of Andre Fortin

Had the same problem with installing the peer dependencies. Here is one wasy to solve it: -Open the "node_modules/ng4-loading-spinner/package.json" file -Update the following section in the "peerDependencies": { ... }...

Hi Zack, this article may help explain a bit more in depth about unsubscribing from observables. [https://brianflove.com/2016/12/11/anguar-2-unsubscribe-observables/](https://brianflove.com/2016/12/11/anguar-2-unsubscribe-observables/)

Wondering if the codecov/project test failed because of different dependencies, as there were no code changes there? Any ideas?

Using Google Firebase Auth would be a good solution to this issue, should be no trouble deploying to GH. One still needs to configure the Firebase project however.

In the /lib/requests/contants.json file it has the max values listed as 2048. We could up that to 8192 and solve the issue. "MAX_REQUEST_LENGTHS": { "directions": 2048, "distance-matrix": 2048, "elevation": -1,...