Jake Niemiec

Results 8 comments of Jake Niemiec

> @rfarren01 Have you by any chance tried to build this component into an angular application? Having built in both React & Angular, I would highly discourage it. React-planner works...

I built my app from the ground up using lessons learned from this repo. ![image](https://user-images.githubusercontent.com/16782063/44120226-5684e1be-9fe1-11e8-9bf2-997380f6f8a0.png) ![image](https://user-images.githubusercontent.com/16782063/44120420-ece02f9c-9fe1-11e8-829e-1caedc41a099.png) Basically: it uses Redux to organize controlling component based SVGs. You need a really...

Also, consider rate limiting. If you deploy the same code to 2 servers, both will spam rollbar with the same maps. I contacted rollbar support and they pointed out that...

This is the screen I was referring to (Settings > Setup > Project Access Tokens): ![image](https://user-images.githubusercontent.com/16782063/73873659-9b967d00-4817-11ea-8a3d-5ced6f33d951.png) ![image](https://user-images.githubusercontent.com/16782063/73873562-70ac2900-4817-11ea-9f89-f6dd7e7c58e8.png) `Project Access Tokens` default to just `100 calls / 1 minute`. Users that...

@abelramos Until this gets fixed, I have found that adding very small (like 0.0005), pseudorandom values to the coordinates will prevent this. **The problem occurs when a point falls exactly...

+1 I would also be interested in the comparison.

@iesen @sheriffderek @mauricevancooten Done: https://www.npmjs.com/package/responsive-slides `npm install --save responsive-slides` Since it is MIT, publishing on npm is easy 👍