Zacharias Knudsen
Zacharias Knudsen
No problem, thank you for the PR, I'll get around to doing proper error handling on this in the future.
Hi, would you be interested in a PR for this? I've built PostgreSQL bindings for h3 (https://github.com/zachasme/h3-pg/), and have already wrapped `polyfill`/`polygonToCells` in that project.
I think lowering `epsilon` until the test pass is an acceptable solution. I didn't actually make that particular test, but I think the current value was chosen somewhat arbitrarily. I...
@Komzpa if it is not too much to ask, could you test this upgrade on one of your projects? I've tried to make sure existing projects don't break, but only...
That's reassuring, thank you for taking the time to test this :+1: I'll try to fix the last tests and wrap up a release soon
A simpler solution would be a new generator option to set the client package name in addition to output directory. Right now we output to `./packages/prisma` and replace `"name": ".prisma/client"`...
Here is an example of how we are using Prisma with Yarn 2 PnP and workspaces/monorepo: [https://github.com/zachasme/prisma-examples/tree/latest/yarn-berry](https://github.com/zachasme/prisma-examples/tree/latest/yarn-berry). 1. Add a new workspace for your prisma client, eg `packages/prisma` with a...
@Ghirigoro Hm, I don't think I had to do anything special. With a structure like [this](https://github.com/zachasme/prisma-examples/tree/latest/yarn-berry): ``` packages/app packages/prisma
Thanks for the heads-up! - Did it work previously? - What was the error message? - Are you trying to compile a custom build or just install a regular release?...
I've added support for multi-polygons and updated the documentation. Looking forward to your feedback.