Andrew Jackson
Andrew Jackson
@rsilvery Yes, I think that makes the most sense. I'll assign it to myself now 👍
As discussed on #1510, this update is no longer needed.
@seanpreston Is it safe to close this issue now?
If this feature is added this crate might be helpful: https://github.com/ejmahler/RustFFT It has very fast SIMD accelerated FFT processing.
I've experienced this issue as well when trying to write to the DB with drizzle. My read queries were working. I wonder if this is an issue with drizzle
ahh, that makes sense @samwillis. Thanks for the clarification!
I just ran into this issue and stumbled on the discord thread above. Adding this error message here just in case anyone else searches the github issues for this problem....
This bug also breaks the `useCopy` option on the `syncShapeToTable` API. It throws this error message in combination with the one listed above. > `Uncaught error: current transaction is aborted,...
copy/pasta of my comment from the PR to keep the convo closer to the issue: ----- [Zod](https://github.com/colinhacks/zod) can be used to validate the config. It's essentially pydantic but for typescript....