Top "Uuid" questions

A UUID (Universally Unique IDentifier) is an identifier that is created with the intent of being, as the name suggests, universally unique.

Attempted import error: 'uuid' does not contain a default export (imported as 'uuid') In React

Error is :Attempted import error: 'uuid' does not contain a default export (imported as 'uuid') This is the Code Sample …

javascript reactjs uuid
How to identify iOS device uniquely instead of using UUID and UDID

In my iOS app, I have to restrict the user to use iOS app per device. To do this I …

ios uuid uniqueidentifier udid
AttributeError: 'UUID' object has no attribute 'replace' when using backend-agnostic GUID type

I want to have a primary key id with type uuid in a Postgresql database using SQLAlchemy 1.1.5, connecting to the …

python postgresql sqlalchemy uuid pg8000
How to generate a random UUID which is reproducible (with a seed) in Python

The uuid4() function of Python's module uuid generates a random UUID, and seems to generate a different one every time: …

python random uuid
OneSignal how to send Push to specific device - ionic

I want onesignal to be able to send push notification to a specific device. How do I capture the device …

ionic-framework push-notification uuid onesignal
typeorm: auto generated UUID in postgresql

I am writing an REST API and for data access I am using typeorm, I have used this successfully but …

postgresql typescript uuid typeorm
Inserting a hard-coded UUID via CQLsh (Cassandra)

Would like to populate some static test data via a CQLsh script. This doesn't work: (device_id is UUID) insert …

cassandra uuid cql cqlsh
Convert UUID 32-character hex string into a "YouTube-style" short id and back

I'm assigning all my MongoDB documents a GUID using uuid.uuid1(). I want a way I can derive an 11 character, …

python guid uuid
UUID and MACAddress for Bluetooth BLE

I must confess I am a newbie when it comes to BLE 4.0, and I want to understand what comprises a …

android uuid bluetooth-lowenergy ibeacon
Storing MySQL GUID/UUIDs

This is the best way I could come up with to convert a MySQL GUID/UUID generated by UUID() to …

mysql binary guid uuid