-
`uuid` is a relic from a previous design choice and is a duplicate of `_id` (CouchDB's doc ID).
-
currently does this
```
"uuid": {
"type": "BINARY",
"maxLength": 16
},
```
-
The debug output said "uuids does not match" on my xiaomi note 4 (Android 6.0)
while it runs smooth without problems on xiami note 1 (Android 4.4)
D/BluetoothAdapter(30617): uuids does not match
-
DynamoDB cannot automatically generate unique IDs when adding new items to a table (Joys of NoSQL I think). Need to consider a better solution that current one. Currently using code snippet which uses…
-
### Describe the issue
When querying the tebex API when a store is set to Geyser/Offline mode, an offline UUID is returned. This is then stored by plan while using the tebex integration, however …
-
For example, if i select all occurrences of `uuid` using `Ctrl + D` and then try to create multiple UUIDs at once, all `uuid` instances are replaced with single value. It doesn't generate unique insta…
-
### Bug description
I'm trying to configure prisma to connect to a custom schema. I'm able to specify "?schema=my_custom_schema" in the database url, but any time I try to run migrations, I get an e…
-
It seems like chats are no longer stored in Local Storage. If I run:
```
for (let i = 0; i < localStorage.length; i++) {
const key = localStorage.key(i);
console.log(key);
}
```
There are…
-
**Description**
support uuid as key
-
Thoughts on adding v7/ulid support?
https://uuid.ramsey.dev/en/stable/rfc4122/version7.html?highlight=encoding#
Happy to PR :)