Will McClellan
Will McClellan
Adds the `dereference` option to flatten symlinks when copying node_modules. This is useful in lerna environments which might symlink a node_module within the same project. https://github.com/jprichardson/node-fs-extra/blob/HEAD/docs/copy-sync.md
Adds `client_authentication` to types file. Not sure if the built files should be included here as that's generated more changes?
Adds support for querying within a polygon. String format is as follows: `?within=1,1,2,2,2,3,1,2,1,1` Thanks to @MadisonBlake for the logic, I just integrated it into the module 👍 ### Todo *...
It looks like the latest code on the repo and npm are out of sync, with the repo having some important fixes for react-native 50+. Any chance it can be...
**Is your feature request related to a problem? Please describe.** The module can't be used in across node/browser/react-native environments by default. Because the `http` module is only available in node...
Hi Mark, Does the plugin only work with one custom category field? I have 5 listed in the parmeters and it only seems to work with first one listed. e.g:...
I had an issue with the peer dependencies where and older version of leaflet would be installed on top of my applications leaflet dependency causing a mismatch between the marker...