-
Notifications
You must be signed in to change notification settings - Fork 16
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
zsv playground #299
zsv playground #299
Conversation
@liquidaty: Here's an initial preview of the playground in the browser: Targeting the basic functionality for an initial release. |
Sounds good. Is it possible to run |
Initially, I started looking for something that could enable
Is this the one? |
@liquidaty: Please review. Thanks! You may test the latest build locally from https://github.com/liquidaty/zsv/actions/runs/11995887192.
Here's the latest demo on firefox: |
@iamazeem this is great! Just two suggestions for now:
|
Two more!
|
Could you please elaborate this a bit? |
@liquidaty: Here's the demo with the latest changes ( Workflow run: https://github.com/liquidaty/zsv/actions/runs/12004676940 Demo: Regarding Fixed the flushing issue in bf144bd. Please review the PR again. Thanks! PS: |
@liquidaty: Please review and test on your side. Workflow run: https://github.com/liquidaty/zsv/actions/runs/12056785696 Demo: |
@liquidaty: Online playground is live now: https://liquidaty.github.io/zsv/ 🎉 🎉 🎉 |
|
echo -e
withprintf
)Add support forstdin
Other misc updates:
NO_THREADING
to skip-pthread
flagNO_STDIN
to disable stdin input for consistencyNO_PLAYGROUND
CLI flag for conditional switching of flags and main function name for playground and the restResolves #161
TODOs:
main
Signed-off-by: Azeem Sajid [email protected]