-
Notifications
You must be signed in to change notification settings - Fork 0
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
Duplicate output #4
Comments
I Think Socket Listner got initialized twice for some reason ill look into it Originally I directly wanted to use Dalai as a dependency of the plugin so users don't have to start the server and i don't have to deal with sockets but Inkdrop is not able to install it I'll fix socket this socket thing (it might be happening when you restart ink drop , listener getting reregistered so I just have to make sure when ink drop closes all socket events get destroyed ) |
I guess you should unbind the writer-ai/lib/writer-ai-main.js Line 66 in b746d8d
|
I don't have much time for looking into it deeper, sorry. (I'm currently busy on this) |
i am getting output for line 40
so we can say dalai is successfully imported but
we get that error |
Looks like it requires a NodeJS native module
|
this didn't work but I tried something else to deal with this issue now i know a way to make this extension better ill rewrite this extension with more functionality and proper code (not mess) |
Yeah, I found that requiring native modules in the renderer process is deprecated in the recent Electron. Looking forward to seeing the new version! |
When I run the command, it outputs duplicate results like so:
Reproduction
Write a note:
Run the plugin command.
The text was updated successfully, but these errors were encountered: