Will Fisher

Results 7 issues of Will Fisher

Is there a way to catch the errors generated [here](https://github.com/margau/dmxnet/blob/6c42f98acb5784e6b0679665fa394a52889a4ade/lib.js#L421)? The promise is not returned so the error gets thrown in a stack the client doesn't control.

We've been running CORS Anywhere in a Docker container on an EC2 instance for about a year. After going through the `flaws.cloud` challenges, I realized that we used to be...

**mapbox-gl-js version**: 2.82 **browser**: latest Chrome or Safari, happens on both ### Steps to Trigger Behavior 1. Click button in top left in code sandbox. Simulates update to style that...

bug :lady_beetle:

### Description When using `Source/Layer` with a `SymbolLayer` and a (modified) Immutable base style, I get the following in the console. ``` mapbox-gl.js:35 Uncaught TypeError: Cannot read properties of undefined...

bug

Would it be possible to get support for drop shadows in SVG's? I'm using Mapbox (which relies on Mapnik) with a custom SVG but neither `filter` nor `blur` is supported...

svg

Sample PR for `unmockkAll()`

stale

I'm finding that mocking a class, even if it's not used directly, causes all uses of that class to slow down significantly. This is mostly an issue because _other_ tests...

important