Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Add spinner and buffer view option - #5

Merged
jellydn merged 8 commits into
mainfrom
canary
Jan 19, 2024
Merged

Add spinner and buffer view option#5
jellydn merged 8 commits into
mainfrom
canary

Conversation

@jellydn

@jellydn jellydn commented Dec 31, 2023

Copy link
Copy Markdown
Owner

WHAT

WHY

HOW

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Linter
  • Tests
  • Review comments
  • Security

@changeset-bot

changeset-bot Bot commented Dec 31, 2023

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5c8484a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sweep-ai-deprecated

Copy link
Copy Markdown

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

chore: sync the fork

chore: sync fork

chore: sync fork
@jellydn jellydn changed the title WIP Add spinner and buffer view option Jan 19, 2024
@jellydn
jellydn marked this pull request as ready for review January 19, 2024 13:12

@code-review-doctor code-review-doctor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Some things to consider. View full project report here.

role: str


@dataclass

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
@dataclass
@dataclass(frozen=True)

Use frozen=True to make the dataclasses immutable and hashable. More.

Comment on lines +68 to +72
f.write(
json.dumps(
{
"github.com": {
"user": user,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
f.write(
json.dumps(
{
"github.com": {
"user": user,
json.dump(
},
f)

This can be simplified by using json.dump(...). More.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant