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: Disable the selection of help mode by default #2184

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

kgilpin
Copy link
Contributor

@kgilpin kgilpin commented Jan 8, 2025

Fixes #2182

@kgilpin kgilpin requested a review from dustinbyrne January 8, 2025 21:21
@kgilpin kgilpin self-assigned this Jan 8, 2025
@kgilpin kgilpin added the enhancement New feature or request label Jan 8, 2025
@kgilpin kgilpin force-pushed the feat/remove-autoenable-help-2182 branch from a5cf17a to a0f71fc Compare January 8, 2025 21:44
this._browser = await puppeteer.launch({
timeout: 120 * 1000,
headless: !this.showBrowser,
args: ['--no-sandbox'],
Copy link
Contributor

Choose a reason for hiding this comment

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

I ended up skipping the test that broke instead of disabling the sandbox. It's in main now, but feel free to replace it with this.

Copy link
Contributor

Choose a reason for hiding this comment

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

The ruby action is fixed as well. I'm not sure why these decided to break all of a sudden.

@kgilpin kgilpin force-pushed the feat/remove-autoenable-help-2182 branch from a0f71fc to ca372b2 Compare January 9, 2025 16:05
@dustinbyrne dustinbyrne merged commit d7a4c99 into main Jan 13, 2025
23 checks passed
@dustinbyrne dustinbyrne deleted the feat/remove-autoenable-help-2182 branch January 13, 2025 21:06
@appland-release
Copy link
Contributor

🎉 This PR is included in version @appland/appmap-v3.181.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable the selection of help mode by default
3 participants