json singh

Results 16 comments of json singh

Will add codepen and share the geoJSON file for missing shape Layered with the current region of `Delhi` ![image](https://user-images.githubusercontent.com/20891087/81134984-20f31000-8f74-11ea-9a9a-9f4fa81f494b.png) Singular ![image](https://user-images.githubusercontent.com/20891087/81135044-4b44cd80-8f74-11ea-9a1e-373f81f7b3aa.png)

I cloned it yesterday i.e. May 05, 2020

@devdattaT on a completey separate note there was an issue with the `Mumbai` shape as well. Overlaying with OpenStreeMaps I get this. ![image](https://user-images.githubusercontent.com/20891087/81161849-e2784800-8fa9-11ea-8325-aa56fc1cb622.png) Sorry, this is digressing from the main...

I think this deployment is from an old data http://projects.datameet.org/maps/parliamentary-constituencies/ ![image](https://user-images.githubusercontent.com/20891087/81165257-523d0180-8faf-11ea-84f0-fe0926268197.png)

Created a code sandbox for the same: https://codesandbox.io/s/missing-delhi-region-u60el?fontsize=14&hidenavigation=1&theme=dark Hey, @devdattaT I would like to resolve it and contribute to fixes and more. Please let me know how can I help.

There's no need for in-built support for histogram as such. You can manipulate the data using `d3-array `(bin) to get a histogram data. It can be made into a separate...

+1 Need to make the code reusable

My current solution is to include the package in `devDependencies` so it only installs for `dev` environment. In `production` after `sam build` I use ``` find build-directory -maxdepth 1 -mindepth...

I am a bit confused. The swagger editor still doesn't support 3.1 but there's an editor at https://editor-next.swagger.io/ which apparently does support 3.1 but I checked the `exclusiveMaximum` keyword and...