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

feat(IFL-2206): large prompt signature share #4716

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

jowparks
Copy link
Contributor

@jowparks jowparks commented Feb 12, 2024

Summary

Prompting mechanism for long text input truncates with Cli.ux.prompt and is very laggy when using inquirer library.
When using the CliUx of oclif/core I see truncation of input.

This creates a simple wrapper around the node native input system for prompting long text.

Submitted issue to oclif core:
oclif/core#952

Testing Plan

Screen.Recording.2024-02-12.at.9.55.07.AM.mov

Tested on macOS and linux, same behavior exists on both systems.

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

@jowparks jowparks requested a review from a team as a code owner February 12, 2024 17:59
@jowparks jowparks changed the base branch from master to staging February 12, 2024 17:59
@jowparks jowparks changed the title feat: long prompt signature share feat: large prompt signature share Feb 12, 2024
Copy link
Contributor

@patnir patnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@jowparks jowparks merged commit df84a1c into staging Feb 12, 2024
14 of 16 checks passed
@jowparks jowparks deleted the feat-long-prompt-signature-share branch February 12, 2024 19:59
@jowparks jowparks changed the title feat: large prompt signature share feat(IFL-2206): large prompt signature share Feb 12, 2024
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.

3 participants