Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Persist RequestList state#1274

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
janbuchar wants to merge3 commits intomaster
base:master
Choose a base branch
Loading
fromrequest-list-persistence

Conversation

janbuchar
Copy link
Collaborator

@janbucharjanbuchar added the t-toolingIssues with this label are in the ownership of the tooling team. labelJun 27, 2025
@@ -34,7 +34,7 @@ def __init__(
*,
default_state: TStateModel,
persist_state_key: str,
persistence_enabled:bool = False,
persistence_enabled:Literal[True, False, 'explicit_only'] = False,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please describe how this is different from True? Probably this should also be explained in the docstring in the argument description.

Mantisus and vdusek reacted with thumbs up emoji
Copy link
Collaborator

@vdusekvdusek left a comment

Choose a reason for hiding this comment

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

Looks good

Comment on lines +22 to +24
next_index: Annotated[int, Field(alias='nextIndex')] = 0
next_unique_key: Annotated[str | None, Field(alias='nextUniqueKey')] = None
in_progress: Annotated[set[str], Field(alias='inProgress')] = set()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are thecamelCase aliases necessary? AFAIK I also did not use them in FS storage clients.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vdusekvdusekvdusek approved these changes

@PijukatelPijukatelPijukatel left review comments

Assignees

@janbucharjanbuchar

Labels
t-toolingIssues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly implementRequestList
3 participants
@janbuchar@vdusek@Pijukatel

[8]ページ先頭

©2009-2025 Movatter.jp