You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
hey @abhagsain, At the moment it's using some stuff that might not be compatible, but one major goal for this project is to support as much as possible in the browser and edge environments.
I'm looking for people to collaborate with on this if you're interested!
hey @abhagsain, At the moment it's using some stuff that might not be compatible, but one major goal for this project is to support as much as possible in the browser and edge environments. I'm looking for people to collaborate with on this if you're interested!
I already mentioned this issue on discord and I'm not an expert either on cloudflare workers, there's now lots of runtimes available since there is also bun, deno and browsers and even lambda functions have some limitations around filesystem apis. A cool thing would be to be able to test promptable in those environments in some automated way. There's already work under way to test it in nextjs which has the edge runtime which as far as I know is basically cloudflare workers or very similar so if everything runs well there I think it's safe to say that it will work in most runtimes and we can add some automated tests along the way if we discover issues with specific runtimes
Thank you for building this.
Is
promptable
using any node.js specific APIs (eg. crypto) etc which would make it incompatible with Cloudflare Workers?The text was updated successfully, but these errors were encountered: