Bug Report: Go's uuid.NewV7() Consistently Generates '7000' Prefix on Browsers
By
hajimehoshi
Summary
This appears to be a bug report or issue related to Go's UUID package, specifically the NewV7() function, which always generates a UUID with '7000' on browsers. The content is primarily technical debugging information including Go version details (go1.27rc1) and environment configuration output. The core issue is that UUID v7 generation is not producing proper random/variable values but instead consistently outputting '7000' in browser environments.
Source
Key quotes
· 3 pulleduuid: `NewV7()` always generates a UUID with `7000` on browsers
Go version go version go1.27rc1 darwin/arm64
CGO_ENABLED='1'
You might also wanna read
Claude Desktop bug spawns 1.8 GB Hyper-V VM on every launch, wasting resources for chat-only use
A bug report on the Claude Desktop app for Windows reveals that it spawns a 1.8 GB Hyper-V virtual machine (Vmmem) on every launch, even whe
Thunderbird bug creates empty ~/thunderbird directory on each launch due to XDG changes
The author recently started using Thunderbird again but discovered a bug caused by recent XDG changes that introduced a new type of projects
Bug: "HERMES.md" in git commit messages causes Claude Code to bill extra usage instead of plan quota
A bug report reveals that when a git repository's recent commit history contains the case-sensitive string "HERMES.md", Claude Code incorrec
Bug Report: Malware Reminder Still Injected in Claude CLI v2.1.111 Despite Previous Fix
A bug report detailing a regression in Claude CLI v2.1.111 where a malware reminder system prompt is still being injected into every Read an
Claude 4.7 reportedly ignoring stop hooks for deterministic workflow enforcement
A user reports that Claude 4.7 is ignoring stop hooks that were previously working in earlier versions. The user relies on Anthropic's hook
Understanding Go Struct Embedding: Benefits and Potential Pitfalls
This article discusses Go programming language's struct embedding feature, explaining how it allows type composition and field promotion but
Comments
Sign in to join the conversation.
No comments yet. Be the first.
