-
Currently, short ids aren't supported. Would be great if they were ;)
-
`shortid` has been deprecated for a while in lieu of `nanoid`. Our build fails with this dependency.
I will be submitting a PR shortly that does this switch.
-
Hi, thanks for this project. I am realized [shortid](https://www.npmjs.com/package/shortid) is listed deprecated in their package.
> shortid is deprecated, because the architecture is unsafe.
The…
-
**What would you like to be able to do?**
cube bulk data should include shortId
**Describe how you would use the feature**
I want to use the bulk data to create a reverse mapping of cards to cube…
-
Hi Team,
We found big allocations while experimenting with block property filters at our workplace. My intuition is that such allocation is made while converting string to byte.
```
byteProp…
-
I read the [README:[Quick Style]](https://github.com/zzzhan/js-shortid#quick-style)
> //default option {salts:4,interval:1}
> console.log(shortid.uuid());
The length of `shortid.uuid()` is 14 bit…
-
## Problem
There are times we wanna display friendly links to the user,
## Solution
Shortid provides an id of 7 to 14 letters that is less than half of the uuid.
[ShortId repository](https://git…
-
We have an SaaS app where many (potentially thousands) of client SPA's (Single Page Application) issue requests to the server.
In order to filter duplicate requests:
1 each request hits the server…
-
Can anyone explain what effect does the call of `shortid.seed()` function have? I didn't find any influence of it on result of `shortid.generate()`. The same alphabet with same order of letters.
The …
-
Hi @mristin,
As I navigate through the project, I've noticed issues with exception messages in the AASX Server and package explorer. Currently, they indicate the node and line in JSON files where e…