Skip to content

Add Nexus to Python Skill#53

Open
Quinn-With-Two-Ns wants to merge 1 commit intomainfrom
python-nexus-support
Open

Add Nexus to Python Skill#53
Quinn-With-Two-Ns wants to merge 1 commit intomainfrom
python-nexus-support

Conversation

@Quinn-With-Two-Ns
Copy link

What was changed

Add Nexus to Python Skill

Why?

So Python developers using this skill get a easier experience using Nexus.

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner March 23, 2026 06:13
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d99fdf709f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

raise nexusrpc.HandlerError(
"Service temporarily unavailable",
type=nexusrpc.HandlerErrorType.INTERNAL,
retryable=True,

Choose a reason for hiding this comment

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

P2 Badge Replace unsupported retryable kwarg in HandlerError example

nexusrpc.HandlerError does not accept a retryable keyword in current Nexus Python SDK docs (HandlerError.__init__(..., retryable_override: bool | None = None)), so this snippet will raise TypeError if users copy it to implement retryable handler failures. This makes the documented error-handling path non-functional; the example should use retryable_override=True instead.

Useful? React with 👍 / 👎.

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