Vito Macchia
Vito Macchia
Hi there, any plan of introducing support for https://github.com/FormidableLabs/spectacle?
Mocks
I cannot understend how to pass mock types. Could you please provide an example? `'JSON file with mock data, defaults to the schema file name with ".json" extension.'`` is of...
I tried to double the bounding box of Europe using turf and I get this weird result: - Gist: https://gist.github.com/anonymous/5c524c6f302d07ba32674f7b7f2420d0 - Code to reproduce: ```js const Europe = /* See...
I'm having troubles importing PruneCluster into my webpack project. None of these is working! Always undefined. It seems like the library does not follow any convention, while Leaflet does. ```...
Hi there, why don't you deploy to a CDN as well? It could be helpful for gists, fiddles or examples, increasing your library popularity... https://www.cloudflare.com/features-cdn/ offers free CDN service. I...
Hi, great job! I'm trying to listen to http://leafletjs.com/reference.html#marker-popupopen inside my PrepareLeafletMarker override function, which I made [following this example](https://github.com/SINTEF-9012/PruneCluster#faster-leaflet-icons). However, 'popupopen' never gets fired, nor does its dual 'popupclose',...
**Describe the bug** I was trying to include and external definition (geojson) but I wasn't able to compile. This is a bit of a feature request + bug reporting. The...
Hello and thank you very much for this tool! I am using it but I found out that it is difficult to find the file that caused a syntax error....
Hi there, I was wondering if this plugin (or any other) includes a rule for this use case, that is enforcing lowercase/camelCase naming for variables derived from default require calls,...
## Use Case I need to intercept the logs from both errors and standard debug log messages, e.g. for sending them to a backend. Logging standard messages is easy by...