-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bounty] switch pipes engine from deno to bun #582
Labels
Comments
💎 $100 bounty • Screenpi.peSteps to solve:
Thank you for contributing to mediar-ai/screenpipe! Add a bounty • Share on socials
|
/attempt #582 Options |
In this we have to implement the bun right from deno |
/attempt #582
|
@louis030195 I added configuration for Bun, and I'm testing the plugin with Bun. demo bunfig.toml: [dependencies]
screenpipe = { url = "https://raw.githubusercontent.com/mediar-ai/screenpipe/main/screenpipe-js/main.ts" }
[imports]
fs = "node:fs"
screenpipe = "https://raw.githubusercontent.com/mediar-ai/screenpipe/main/screenpipe-js/main.ts"
import {
queryScreenpipe,
loadPipeConfig,
ContentItem,
extractJsonFromLlmResponse,
} from "screenpipe";
console.log("Loading pipe config:", loadPipeConfig());
console.log("Plugin is running"); when I try to use
am I missing something? |
i solved this issue yesterday, sorry was too slow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
definition of done:
why? nextjs does not work well in deno, too many issues, not many upsides (for example https://github.com/vercel/ai-chatbot was crashing in deno when asking AI questions, e.g. SSE not supported or something)
/bounty 100
The text was updated successfully, but these errors were encountered: