-
Notifications
You must be signed in to change notification settings - Fork 182
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
Should we archive this project? #223
Comments
you are still losing all case scenarios of array items, and object , this is valid only for primtives |
@ilyashusterman how do you pass arrays from the REPL? |
@ilyashusterman oh right, I didn't even know prompt package supported arrays, I'm fine not supporting them to be honest |
I created a simple prompt-ajv package that does it: https://replit.com/@caub/prompt#index.js |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not so easy to update this project dependencies, without rewriting everything and possibly breaking compabilities (even just node versions) with existing apps. There are issues like #195, #206, #222 discussing this
I'm wondering if it's worth archiving the project, similarly to momentjs project for example
There are alternatives:
For example with prompt-sync, you can achieve the same behavior than prompt like this:
What are your thoughts?
The text was updated successfully, but these errors were encountered: