Skip to content

Conversation

@Constellation
Copy link
Member

@Constellation Constellation commented Nov 13, 2025

randomFileContents are using (x % 255), but it only includes [0, 255). So, 0xff is not populated. I think probably (x % 256) is the right one

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit 12519fb
🔍 Latest deploy log https://app.netlify.com/projects/webkit-jetstream-preview/deploys/6915251261ad7800085a1607
😎 Deploy Preview https://deploy-preview-239--webkit-jetstream-preview.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 project configuration.

randomFileContents are using (x % 255), but it only includes [0, 255).
So, 0xff is not populated. I think probably (x % 256) is the right one.
Copy link
Contributor

@kmiller68 kmiller68 left a comment

Choose a reason for hiding this comment

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

LGTM

@Constellation Constellation merged commit 0de7d54 into WebKit:main Nov 13, 2025
23 checks passed
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