Richard Dinh

Results 10 comments of Richard Dinh

I have also tried cloning the vip quickstart and following the [instructions here](http://stackoverflow.com/questions/34521114/how-can-you-use-vip-scanner-to-scan-and-test-plugins) 1. navigate to plugin dir i.e /srv/www/wp-content/plugins/{PLUGIN NAME} 2. run command wp vip-scanner scan I tried scanning...

since this is a wordpress plugin, the coding standards and style guides really should be followed. they like to use tabs and not spaces, and very generous usage of spacing....

The autocomplete does indeed break the Tag autocompletion. I was able to fix this by upgrading the referenced jquery autocomplete to version 1.4.1 https://github.com/devbridge/jQuery-Autocomplete

Do any of you know what else needs to be done for this to work with leaflet 1.8, react-leaflet 4.0 and react 18 ?

I created a sample project using create react app that has these working. I hope this helps. https://github.com/flacoman91/react-18-vector-grid-example The most confusing part for me was understanding the new contexts and...

@CrazyKidJack You're correct. You need to include react-leaflet-vectorgrid to get the protobuf part working. Yes, you have do do a little bit more work to get the other stuff working,...

> > You need to include react-leaflet-vectorgrid to get the protobuf part working. > > Is there an easy way for you to explain why? Again, I bet I could...

@CrazyKidJack awesome! Thanks for pointing that out. Hooray for open source. I updated the example to demonstrate some of the vectorgrid events.

@CrazyKidJack what service are you using to serve up your tiles? I just copy pasted the example from https://github.com/Leaflet/Leaflet.VectorGrid#dependencies I think type:protobuf is how the data is read. If you're...

I posted an earlier comment about issues I was having and deleted it after I read the readme. https://github.com/browserslist/browserslist-rs?tab=readme-ov-file#limitations ``` The features below aren't supported currently: Custom usage like >...