Saravanabalagi Ramachandran

Results 34 comments of Saravanabalagi Ramachandran
trafficstars

As you know we don't have the game engine's source open. All we have currently is what people have reverse engineered by observing memory locations and other hacks. AFAIK it's...

I'm basically trying to import the whole js file (and just the `OSMBuildings.debug.js` file alone). And I manually looked at the errors, for example in line 215, `'a' is not...

Adding more information which will be helpful: If you have noticed i'm not even asking about the actual usage of the lib! I'm simply importing the js file and I...

``` Line 215: 'a' is not defined no-undef ``` Fixed in [new build](https://github.com/OSMBuildings/OSMBuildings/commit/f6ebb4101fbe311ba75fc7192171cff32d12a3a6) ---- ``` Line 2193: 'triangulateSVG' is not defined no-undef ``` This function is defined inside eval as...

I couldn't get it working in react even after fixing those. Perhaps providing a minimal react based example (if it works) would be great. It will be very useful for...

@kekscom Are these happening in the master branch or in a separate one? It would be helpful if you can use this thread to solve problems packaging it for npm,...

My workaround is to add a div to graph, attach a ref to it, obtain its height and width, update the `config` once ref is attached to DOM (use a...

Here's everything Andrew and I did: [Stackexchange Chat](chat.stackexchange.com/rooms/46576/discussion-between-andrew-zabavnikov-and-zeke-dran). No idea what causes ceasing two finger scrolls on **host**

@smeech I checked it again, but the same entry was still there after replacing the app. I assumed the entry didn't change because of the update, so removed the login...

Related to #38. Although it is entirely different with regards to its objective, the solution can in part solve this one as well. But the param `round_to` will round it...