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 Oct 29, 2021. It is now read-only.
We've been playing a lot with this project (nice work 👍 ) and it definitely shows great potential. Deploying full node stack is not always ideal.
One aspect that appears to be really lacking is general error handling within the event loop. Even the smallest js errors seem to crash the entire app and uncaught exceptions.... Let's just say things are not pretty :)
I saw that you moved from ducktape to goja not so long ago, so I guess my question is...
Is the current implementation a "quick" port from ducktape and you're planning on rewriting / improving it in the near future or is this "the final version" for now?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @olebedev
We've been playing a lot with this project (nice work 👍 ) and it definitely shows great potential. Deploying full node stack is not always ideal.
One aspect that appears to be really lacking is general error handling within the event loop. Even the smallest js errors seem to crash the entire app and uncaught exceptions.... Let's just say things are not pretty :)
I saw that you moved from ducktape to goja not so long ago, so I guess my question is...
The text was updated successfully, but these errors were encountered: