Paul Marrapese

Results 3 issues of Paul Marrapese

**Is your feature request related to a problem? Please describe.** The Frequency Analyzer is great for reconnaissance and finding frequencies used within the area. However, the analyzer only shows a...

feature request
Sub-GHz

Presently, `addLayers` pushes a new element onto `MarkerClusterGroup._needsClustering` for each qualifying element in `layersArray`. This is inefficient because the array is being resized upon every iteration, which is a very...

enhancement

I was experimenting with connection retries by using the options specified in the readme, but they were not behaving how I expected. After taking a look at the code, I...