Tom MacWright
Tom MacWright
:+1: to that - the good thing is that turf right now is pretty decoupled internally so it's a good fit for splitting into little bits.
Adding to the 3.0.0 milestone: @morganherlocker can you top-edit this so that it describes the current overall state of this task - which turf modules still need de-JSTS'ing and what...
turf-buffer depends on jsts, so, unfortunately, no
For geodesic circles, you can use the `radial` method from https://github.com/mapbox/spherical to draw a circle around a point.
I'm moving this out of the 3.0.0 milestone. Removing JSTS continues to be Turf's excalibur. Whoever completes this task earns first-dibs when my mom sends cookies to the office.
Is JSTS still generated AST->AST, or are you modifying the generated JS? [codemods](https://github.com/facebook/codemod) might help out with converting some Java-isms to more normal JavaScript across the entire codebase.
So, the `capture()` method has a guard that makes sure it doesn't crash if init hasn't been called: https://github.com/PostHog/posthog-js/blob/5f2c24d8c0d31e195aeea88a7a98b698782f9863/src/posthog-core.ts#L699-L708 But the rest of the posthog methods don't. I'd say that...
Man, this has really gone downhill in the Twilio era 😆
👍 Can confirm, 4.0.4-5 works in my setup, thanks!
@michaelminhvo is that what you do in apps? I'm not totally sure if it's better or worse to do that, because then instead of the Stripe API being the single...