issues Search Results · repo:google/uuid language:Go
Filter by
72 results
(62 ms)72 results
ingoogle/uuid (press backspace or delete to remove)Dear UUID maintainers,
Thank you for the library and its maintenance. Can you please explain what s the release process for this repository? I
see the latest change from about 3 months ago (PR #172) has ...
agu3rra
- 1
- Opened on Feb 10
- #185
I m getting that error using uuid: pre
github.com/google/uuid
../../pkg/mod/github.com/google/uuid@v1.6.0/uuid.go:89:18: undefined: xtob
../../pkg/mod/github.com/google/uuid@v1.6.0/uuid.go:110:12: undefined: ...
Hygens
- 1
- Opened on Feb 4
- #184
I configured paths in yml using regular expressions. When the server forwards the URL request from the client, it will
discard the parameter part of the client request URL link.
mediamtx.yml Image
mediamtx.log ...
sean-0925
- Opened on Oct 23, 2024
- #173
Is it thread safe to read\write the global integer variable lastV7time during v7 UUID creation ?
illia-imperva
- 5
- Opened on Oct 14, 2024
- #170
Allow to use something different than time.Now when generating uuids that have a time component.
This is useful for:
- Tests
- In rare cases where you want to encode a timestamp different than the ...
satazor
- 3
- Opened on Jul 29, 2024
- #165
codenoid
- 6
- Opened on Jul 6, 2024
- #164
In current implementation of uuid.Parse for all default cases uuid, invalidLengthError{len(s)} is returned.
Thus the returned response is not treated as error if not read correctly when used as an import ...
ridhisikaria
- 3
- Opened on Apr 19, 2024
- #160
RFC 4122 UUIDv6 Example: 1EC9414C-232A-6B00-B3C8-9E6BDECED846 But in this library NewV6 generates ID like:
01eee693-1887-6e10-a722-9e6bdeced846 has a prefix 0
Many UUID libraries in other languages (for ...
ygllq
- 1
- Opened on Mar 20, 2024
- #159
uuid is an ordered type, but Array is not supported operation
recommended to provide a function to support comparison operations
maybe
func Compare(a, b UUID) int {
return bytes.Compare(a[:], b[:]) ...
it512
- 4
- Opened on Jan 11, 2024
- #152
UUIDv7 was shipped in #139 (and is included in v1.5.0), but appears to have skipped the part of the spec that expects
monotonic ordering for batch creation.
Additionally, care MUST be taken to ensure ...
bensie
- 2
- Opened on Jan 2, 2024
- #148

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.