James W Mann

Results 32 comments of James W Mann

That's quite an interesting idea.

Seems to be similar but not quite the same as alientube 😢

:+1: For Buffer Deletion as well. I tried to use the snippet above but I have an OS mapping to Ctrl + 2 which obviously makes that mapping not useful....

This is exactly what I came to ask for. 👍 +1

I also have this issue. Most MacOS apps will fully "Quit" when you press `Cmd+q` and it will be fully terminated. However, the difference between MacOS and say Windows is...

I basically need a way to do what `handleMenuSelection()` does.

The problem I'm having is that the defaults work _really_ well on MacOS but when I use the same defaults with the same mouse on Windows, it doesn't detect the...

@YUzhva I'm still getting the above error and I'm using `2.0.0-rc3` package.json ``` { "leaflet": "^1.4.0", "leaflet.markercluster": "^1.4.1", "react-leaflet": "^2.2.0", "react-leaflet-markercluster": "^2.0.0-rc3", } ``` component ``` import { Map, CircleMarker,...

Oddly, if I specifically use the dist version like the OP's example ``` import MarkerClusterGroup from 'react-leaflet-markercluster/dist/react-leaflet-markercluster'; ``` It seems to work. (I had to set a maxZoom for the...

I'm still getting this issue, specifically with CircleMarkers as well. @skipjack Can you explain what you did to workaround this? If I change the CircleMarker to a regular Marker, I...