Matthew Oros

Results 3 comments of Matthew Oros

It seems to be working for me on `v0.17.1` on Windows 10 at least. It also seems to be working correctly on `html` and `pdf` exports as well. ![image](https://user-images.githubusercontent.com/32916949/183916615-001a19c3-5204-4b95-b9a5-09414ffb1f7c.png)

I believe type `CircleLayerSpecification.filter` should be type `FilterSpecification | ExpressionSpecification` instead of just `FilterSpecification`

The problem seems to be here in `git.ts` ```typescript if (typeof callback !== 'function') callback = () => { return; }; if (!/\.git$/.test(repo)) repo += '.git'; const exists = this.exists(repo);...