Skip to content

Conversation

@hariedo
Copy link
Collaborator

@hariedo hariedo commented Nov 23, 2025

A fuzz string is a string with alternative choices to pick randomly. "A (ball|block)." becomes "A ball." or "A block."

Useful for humanizing messages without too much complexity or overhead.

A fuzz string is a string with alternative choices to pick randomly.  "A (ball|block)." becomes "A ball." or "A block."

A fuzz table is a list of alternate choices, which may be loaded from a file, and each line can optionally be treated as a fuzz string.

Useful for humanizing text without too much complexity or overhead.
@github-actions
Copy link

🚀 Deploy this PR to an environment

You can deploy this PR to either development or staging environment:

  • Comment /deploy_dev to deploy to the development environment

Alternatively, you can:

  1. Go to Actions tab
  2. Click on "Manual Deploy to Firebase" workflow
  3. Click the "Run workflow" button
  4. Select branch: hariedo-patch-1
  5. Choose environment: DEV
  6. Enter a deployment message
  7. Click "Run workflow"

Use a fuzz string in the recent Miku topic detector as a test.
@hariedo hariedo marked this pull request as ready for review November 23, 2025 01:52
@hariedo
Copy link
Collaborator Author

hariedo commented Nov 23, 2025

/deploy_dev

@github-actions
Copy link

🚀 Starting deployment of Unity-Developer-Community/UDC-Bot:hariedo-patch-1 to development...

@hariedo hariedo merged commit 9108e20 into master Nov 23, 2025
7 checks passed
@hariedo hariedo deleted the hariedo-patch-1 branch November 23, 2025 01:57
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.

2 participants