Tom MacWright
Tom MacWright
Ah, okay - just pushed 7.8.7 as a commit. I'll probably switch to `np` or something because the release workflow for this module isn't that great right now. 7.8.7 has...
Fwiw my philosophy with Placemark tilts toward [the robustness principle](https://en.wikipedia.org/wiki/Robustness_principle) (accept a lot of broken data and do the best we can do with it, try to always generate valid...
@dependabot recreate
Can you add a snippet or the entirety of the input polygon? This needs more information to be something we could debug and fix.
That's available as turf/truncate http://turfjs.org/docs/#truncate - it's best to keep the two as separate functions, but you can just run one after the other if you want to both simplify...
Sure! I'm interested. Giving it a shot here https://github.com/Effect-TS/effect/compare/main...tmcw:effect:cron-prev?expand=1 - but probably need to really proof this before opening a PR to make sure it handles all of the edges.
Hmm, having dug into it more I think the root cause might be that `unsafeMakeZoned` uses an offset-based timezone if one isn't given, and this doesn't compensate for timezone shifts...
This plugin has always been using a fairly 'unofficial' API from Codeium, and yeah it does not look like they've made it any more official. I haven't found any public...
Sure, here's a (genericized) example from our codebase - in this example and most others, we use `Promise` instead of `ResultAsync` because it's simpler than the alternatives, as far as...
Sorry, maybe my example wasn't explicit enough - the `fromAsync` definition that I laid out will return ResultAsync and would not be able to throw an exception. It calls the...