GithubHelp home page GithubHelp logo

lithammer / shortuuid Goto Github PK

View Code? Open in Web Editor NEW
1.2K 11.0 57.0 111 KB

:mushroom: A generator library for concise, unambiguous and URL-safe UUIDs

Home Page: https://pkg.go.dev/github.com/lithammer/shortuuid/v4

License: MIT License

Go 100.00%
shortuuid uuid go golang

shortuuid's Issues

cannot find package "github.com/lithammer/shortuuid/v3"

Hello
I tried the example on README:

package main

import (
    "fmt"

    "github.com/lithammer/shortuuid/v3"
)

func main() {
    u := shortuuid.New() // Cekw67uyMpBGZLRP2HFVbe
}

When I run:

go get -t -v ./...

I got this error:

github.com/lithammer/shortuuid (download)
cannot find package "github.com/lithammer/shortuuid/v3" in any of:
	/usr/local/go/src/github.com/lithammer/shortuuid/v3 (from $GOROOT)
	/home/marcos/go/src/github.com/lithammer/shortuuid/v3 (from $GOPATH)

but the package is available in: /home/marcos/go/src/github.com/lithammer/shortuuid

what was my mistake?

`Encode()` produces wrong value when low half of UUID is zero

base57.numToString() uses number.Uint64() which is undefined if number
"cannot be represented in a uint64" which is the case since it starts off containing a 128 bit integer.

This causes incorrect encoding of any UUID whose low half bits are all zero (along with any other cases where those bits were zero after some number of divisions by b.alphabet.Length()).

00000000-0000-0000-8000-000000000000 encodes to "z7C8BNkRBVT22", but 00000000-0000-0001-0000-000000000000 erroneously encodes to "2222222222222" which clashes with the encoding of 00000000-0000-0000-0000-000000000000 as opposed to the expected "yDNELiVqLxt22".

not enough arguments in call to uuid.Must

After bumping this lib with dep, I get the following error:

vendor/github.com/renstrom/shortuuid/shortuuid.go:21:40: not enough arguments in call to uuid.Must
	have (uuid.UUID)
	want (uuid.UUID, error)

Seems to affect v2.0.1

Using a 0 instead of an error in alphabet.Index

It results in a bug, where the first character of the alphabet is always considered as non-present. PR #2 adds an error return value to the function, integrates it with the others and includes tests for this case. Thus fixing this issue.

Why base57?

go get error

PS C:\Users\Anla-E\Desktop> go get github.com/renstrom/shortuuid
# github.com/renstrom/shortuuid
..\go\src\github.com\renstrom\shortuuid\shortuuid.go:21:30: too many arguments in call to DefaultEncoder.Encode
        have (uuid.UUID, error)
        want (uuid.UUID)
..\go\src\github.com\renstrom\shortuuid\shortuuid.go:26:19: too many arguments in call to enc.Encode
        have (uuid.UUID, error)
        want (uuid.UUID)
..\go\src\github.com\renstrom\shortuuid\shortuuid.go:35:17: multiple-value uuid.NewV4() in single-value context
..\go\src\github.com\renstrom\shortuuid\shortuuid.go:49:19: too many arguments in call to enc.Encode
        have (uuid.UUID, error)
        want (uuid.UUID)

Support for custom character length alphabets

Now we can custom alphabets with 57 lengths limited by base57 inside.

Can we support custom character length alphabets? The logic should be similar to base57 except the output length will be changed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.