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: Pause message on Python API 2.19 only allows ~216 characters #15820

Open
MSMDG opened this issue Jul 29, 2024 · 0 comments
Open

feat: Pause message on Python API 2.19 only allows ~216 characters #15820

MSMDG opened this issue Jul 29, 2024 · 0 comments
Labels
feature-request A request for a new feature or a change that isn't a bug. May require further triage or scoping.

Comments

@MSMDG
Copy link

MSMDG commented Jul 29, 2024

Overview

I've found that the pause(self, msg: 'Optional[str]' = None) on API 2.19 only fits ~216 characters which is not enough to communicate with the user while a protocol is running. This leads in having multiple clumps of pause messages.

Implementation details

My suggestion would be to increase the character limit to at least 500.
In addition, it would be nice if we could choose when to use a new line such as with '\n', so that the message does not seem busy or convoluted.

Design

No response

Acceptance criteria

No response

@MSMDG MSMDG added the feature-request A request for a new feature or a change that isn't a bug. May require further triage or scoping. label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for a new feature or a change that isn't a bug. May require further triage or scoping.
Projects
None yet
Development

No branches or pull requests

1 participant