Results 10 comments of Mason Brothers

Related to https://github.com/prevwong/craft.js/issues/312 and https://github.com/prevwong/craft.js/issues/577

I suspect that it has to do with running a model with CPU vs GPU. I was able to run a model with the CPU build of [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), but not...

It might be possible to wrap [PartiQL](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ql-reference.html) with Drizzle to create DynamoDB bindings

It might be that prepared statements created outside of a transaction, but executed in a transaction behave as if they are part of the transaction: https://discord.com/channels/1043890932593987624/1164318289674125392/1164318289674125392

Related to https://github.com/prevwong/craft.js/issues/91 and https://github.com/prevwong/craft.js/issues/312

> Hmm.. I did succeed with `npm install`, but it keeps failing when I run `node test/three.js` command throwing `THREE.WebGLRenderer: Cannot read property 'getUniformLocation' of null` error. For people looking...

I am having the same issue. I think it happened because I updated zod from 3.21.4 to 3.22.1

@ernstoarllano Are you using a monorepo by chance? If so, are the versions for zod in all of your `package.json`s the same?

Thanks! I needed `zod` as a dependency so I just downgraded it to v3.21.4. I think that [v3.22.0](https://github.com/colinhacks/zod/releases/tag/v3.22.0) and later are not compatible with some dependent libraries (like `@hookform/resolvers`) due...

I think a solution for [email protected] was just patched yesterday in `react-hook-form/resolvers`. https://github.com/react-hook-form/resolvers/commit/e5e73466e0f2e098c022ef9c373d5fa82cea7306#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L257-R256 It has not been pushed to npm yet.