Eugen Istoc
Eugen Istoc
@commonpike Thanks, that seems to be the key. In order to do media uploads, you must use `appKey`, `appSecret`, `accessToken` and `accessSecret` all coming from dashboard. ```ts const v1Client =...
Also, worth mentioning: When uploading media in this way, you **must** set the the _additionalOwners_ option and include the user which would be posting the tweet. Otherwise, the tweet creation...
I can confirm. Still am issue on my end
Running into this myself as well, I'm on zenstack version: `2.2.4`: ```bash import { SomeSchema } from 'node_modules/@zenstackhq/runtime/zod/models.js'; ^^^^^^^^^^^ SyntaxError: The requested module 'node_modules/@zenstackhq/runtime/zod/models.js' does not provide an export named...
A workaround, is to change the location where the zod generates the schemas; have it generate in your project the rather than `node_modules` Mileage may vary, as you can run...
For an idea of how this would work at a high level, have a look at keystone-js, which is also built on top of Prisma. They're docs explain the implementation...
I think this is the same as #14
Its an unfortunate workaround. Something like this shouldn't be so tightly coupled with `IndexedDB `
I'd like to try this out in a nuxt project. Is there anything left pending for this?
Tagging @noook for feedback