Faris Lama
Faris Lama
Current tests for JavaScript-writing functions simply check that there are no issues when calling such functions. To get stronger tests, we should parse the produced JavaScript snippet and check that...
From [this comment](https://github.com/gmplot/gmplot/issues/63#issuecomment-546338378).
Consider whether or not introducing a linter would improve this project. Using a linter would speed up development and code reviews by avoiding subjective code style discussions, though it might...
The current GitHub Action generates documentation and uploads it to the GitHub Wiki, overwriting existing files or creating new ones. However, if a documentation file no longer exists, it's not...
Might be worth building a system to test those example code snippets given in documentation, just to ensure that they still work. For example, in [`ground_overlay`](https://github.com/gmplot/gmplot/wiki/GoogleMapPlotter.ground_overlay)'s documentation, we'd like to...