Skip to content

Nate's errata 2025-01-27#132

Merged
Spartee merged 6 commits into
mainfrom
nb-errata-20250127
Jan 28, 2025
Merged

Nate's errata 2025-01-27#132
Spartee merged 6 commits into
mainfrom
nb-errata-20250127

Conversation

@nbarbettini
Copy link
Copy Markdown
Collaborator

@nbarbettini nbarbettini commented Jan 27, 2025

Some errata after reviewing #131

### Use your tools with Arcade

Now that your local Engine and Actor are running via the `arcade dev` command, you can use your custom tools with Arcade in your application.
Now that your local Engine and worker are running via the `arcade dev` command, you can use your custom tools with Arcade in your application.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

No more actors

Comment thread pages/home/install/local.mdx Outdated
Comment thread pages/home/install/local.mdx Outdated
```

This means that there are no toolkits found in the same environment as the Arcade Client. Ensure that you are installing the toolkit package in the same environment and see the [Toolkit Installation Guide](/home/install/toolkits) for more details.
This means that there are no toolkits found in the same environment as the Arcade SDK. Ensure that you are installing the toolkit package in the same environment and see the [Toolkit Installation Guide](/home/install/toolkits) for more details.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

In the context of this page, we've told the reader to install the SDK/CLI.

@nbarbettini nbarbettini requested a review from Spartee January 27, 2025 17:56
Comment thread pages/home/install/local.mdx
@nbarbettini
Copy link
Copy Markdown
Collaborator Author

nbarbettini commented Jan 27, 2025 via email

@EricGustin
Copy link
Copy Markdown
Member

Auto-format is messing up the /home/install/local page for some reason. When I make run locally the page says Internal Server Error
image

@nbarbettini
Copy link
Copy Markdown
Collaborator Author

Yeah, the auto formatter is doing weird things. Fixing...

Comment thread .vscode/settings.json
"editor.wordWrapColumn": 80,
"editor.formatOnSave": true,
"[javascript][typescript][json][jsonc][mdx][tsx][jsx][css]": {
"editor.formatOnSave": false,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Turned off format-on-save so that it stops messing up our mdx files. (hopefully we can figure out why later, and turn it back on)

Comment thread .vscode/settings.json
Comment on lines +6 to 9
"[javascript][typescript][json][jsonc][tsx][jsx][css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Merged this section because line 6 already included [json]

### Install a toolkit

In order to run the arcade worker, we need to install a tool. For local development, we can just pip install a tool in the same environment as the client.
In order to run the Arcade worker, you'll need to install at least one tool. For local development, you can just `pip install` a tool in the same environment as the client.
Copy link
Copy Markdown
Collaborator Author

@nbarbettini nbarbettini Jan 27, 2025

Choose a reason for hiding this comment

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

"You" = more active voice

```

For a simple example on using the client, see the [quickstart](/home/quickstart).
For a simple example on using the Arcade CLI, see the [quickstart on building tools](/home/custom-tools)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

/home/quickstart no longer talks about the CLI

Copy link
Copy Markdown
Contributor

@Spartee Spartee left a comment

Choose a reason for hiding this comment

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

LGTM

@Spartee Spartee merged commit 924947f into main Jan 28, 2025
teallarson added a commit that referenced this pull request May 13, 2026
…970)

fix(deps): pin protobufjs to 7.5.6 to resolve CVE-2026-41242

Adds `protobufjs: "7.5.6"` to `pnpm.overrides` to address Dependabot
alert #132 (GHSA-xq3m-2v4x-88gg, CVSS 9.8). The vulnerable 7.5.4 was
a transitive dep via posthog-js → @opentelemetry/otlp-transformer.
Pattern mirrors the existing `tar` override.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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