Tom MacWright

Results 366 comments of Tom MacWright

@wsnook hm, interesting. we usually use mocking frameworks to test this kind of thing rather than having it hit the service directly.

If we added this it seems like we'd need to add a validation step to make sure the color picker is never initialized with an alpha < 1.

The overall dataset is small, so this might change, but so far this error has only occurred on Chrome 100.

So, it went away, it seemed, but it's back - still seeing these issues cropping up in development. ![CleanShot 2022-10-07 at 10 23 48@2x](https://user-images.githubusercontent.com/32314/194576659-2fa13045-9d22-4be4-a03b-f5c7d4a5f953.png)

At currently: ``` => Found "[email protected]" ``` I'm still pretty interested in a version of Replicache that doesn't use IDB. I really think the costs outweigh the benefits of the...

It's not implemented yet (would be closed if it was). Currently we don't have the chunk of time that would be necessary to add this, but if someone else does,...

No +1s necessary or desired - this is a widely-agreed-upon feature, it's just a matter or someone having the time to do it.

Is that [this method](https://github.com/EFForg/privacybadger/blob/a5c15f127e052f5321e7aa0bf6ba1abb80425000/data/surrogates.js#L235)? Replacing the `noop` with a method that runs console.log or alert when it runs doesn't reveal that that method is ever called. Is there a different...

I think this is already shown in the docs: http://turfjs.org/getting-started - there's an example of importing all of turf using `* as turf`.

Can you be a little more precise and maybe give an input file and an output file? This tool already [parses all valid extensions under the Gpx namespace](https://github.com/placemark/togeojson/blob/main/lib/gpx/properties.ts#L13-L23) and includes...