Skip to content
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

Saved views, fix bug with unix ask #65

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Saved views, fix bug with unix ask #65

merged 2 commits into from
Feb 11, 2024

Conversation

rgalanakis
Copy link
Contributor

Add support for saved views (beta feature)

See webhookdb/webhookdb#866
for API.


Fix bug with unix Ask

We were creating a new reader and prompting for input
for every Ask; so we'd end up stacking prompts
on top of each other and input would go to the earlier ones.

Instead, use a global reader/io object since we're dealing
with global io.

We were creating a new reader and prompting for input
for every Ask; so we'd end up stacking prompts
on top of each other and input would go to the earlier ones.

Instead, use a global reader/io object since we're dealing
with global io.
@rgalanakis rgalanakis merged commit ddbfcda into main Feb 11, 2024
1 check passed
@rgalanakis rgalanakis deleted the saved-views branch February 11, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant