Sumit Kumar

Results 12 issues of Sumit Kumar

In order to support npm aliases, please let us pass the Chart object to a register function of this plugin. This helps to use this plugin if the chart.js version...

I'm building a new framework with the mobile-first, progressive enhancement approach. Mobile-first means I need to use workarounds for media-queries and for convenience and maintenance, I chose respond.js. I think...

- [x] I'm reporting a bug, not asking for help - [x] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...

Hey lovely Leaflet-Geoman contributors, users and community 🙋 **We would love to learn what you have built using Leaflet-Geoman and show some of those in our README, maybe even on...

This release branch aims to collect breaking changes until we can release the next major version. It has to constantly stay in sync with the `develop` and `master` branch to...

For current versions of modern frameworks and leaflet abstractions like vue-leaflet and others, it's important to not auto initiate leaflet-geoman but give a method where the leaflet instance is passed...

Getting an error "access denied" selectivizr.js, Line 389 tested on IE10 (IE8 mode), Windows 7, jQuery 1.10.3, latest selectivizr (downloaded today) ``` // --[ loadStyleSheet() ]----------------------------------------------- function loadStyleSheet( url )...

I'm a PHP beginner and this is something I really don't understand. JSON ``` [] ``` PHP ``` $items = new JsonTable("../itemDB.json"); $currentItems = $items -> selectAll(); $items -> updateAll($currentItems);...

i tried to figure this one out myself but i'm stuck. As soon as i include tablesorter.js (production and development versions) I'm getting this error: `Resource interpreted as Script but...

Thanks a ton for this example. I'm trying to do this myself. My app differs a little from yours but this gave me lots of great insight. What I'm wondering...