-
```js
> const uuidV4 = require('uuid/v4');
undefined
> uuidV4();
'80b58f8c-43a2-48f2-89ba-6afb8c8c4757'
> const uuidV5 = require('uuid/v5');
Error: Cannot find module 'uuid/v5'
at Function.…
-
# Goal:
Create an open specification for exchange of "Flow Results".
# Use-cases to be supported:
1. UNICEF U-Report: Dashboard of public polling results. Right now consumes directly from …
-
I was debugging an issue where samples uploaded with a particular project specified in the upload manifest sometimes appear under a different Project in the browser, or where samples previously upload…
-
The README has this example for uuid5.
```
const uuidv5 = require('uuid/v4');
// Allowed arguments
uuidv5(name, namespace);
uuidv5(name, namespace, buffer);
uuidv5(name, namespace, buffer, o…
-
[ShortUUID determines namespace using the following code](https://github.com/skorokithakis/shortuuid/blob/e60207b36cb2e157e97fe35386d8ecc52e7450d7/shortuuid/main.py#L82):
```python
# If no name is…
-
Here is a clear example of it
![image](https://user-images.githubusercontent.com/4520383/30933673-3f281ff8-a399-11e7-86b6-35cbced12e4f.png)
You would expect to have 5 different uuid
-
I have now seen this problem.
When I ran this script with only -r, it started uploading battles that were beyond the last 50 according to Stat.ink at the time. It seems like I had some duplicates t…
-
I cached the list of cards from the entry point. But then, when trying to fetch a card from its `href` I get a code 500. My understanding is that the `uuid` may change when cards are crawled again but…
-
Hello @ramsey , I'd like to add an improvements suggestion for this amazing package.
It would be great if you can expose constants for algorithm versions in your package (the same as you use on the…
-
I have an eloquent Model with a 16 bit [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) attribute. When represented as a UTF-8 string, it contains malformed characters, which is exp…