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

Updated autocomplete tutorial #1151

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

JAHammy
Copy link
Contributor

@JAHammy JAHammy commented May 15, 2024

Updated autocomplete tutorial to bypass recent command_type error with automatic conversion of c-style strings to booleans instead of to std::strings, with the hope that this code should now work out of the box for new developers.

The c-style string arguments near the ends of lines 53-56 are now explicitly converted to std::string before being converted implicitly to command_type.

Documentation change checklist

  • My documentation changes follow the docs style guide and any code examples follow the coding style guide.
  • I tested that my change works before raising the PR (via running doxygen, and testing examples).
  • I have not moved any existing pages or changed any existing URLs without strong justification as to why.
  • I have not generated content using AI or a desktop utility such as grammarly.

Updated autocomplete tutorial to bypass recent command_type error with automatic conversion of c-style strings to booleans instead of to std::strings, with the hope that this code should now work out of the box for new developers.
Copy link

netlify bot commented May 15, 2024

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit bbac348
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/66447d7ed47cde00084519dc
😎 Deploy Preview https://deploy-preview-1151--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 15, 2024
@braindigitalis braindigitalis merged commit cab310d into brainboxdotcc:dev May 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants