Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [uuid]

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

uuid
-1 votes
0 answers
41 views

Getting error, No Uuid API found while building cmake for qpid c++ messaging API

I am trying to build QPid Messageing API C++ from here. I downloaded all the required dependencies including Boost. However, I'm getting 'No Uuid API found' error. uuid/uuid.h is present in usr/...
lehar's user avatar
  • 9
0 votes
2 answers
20 views

uuid and shared preferences error in flutter

I developed an app in flutter, in this app we are keeping a unique id using UUID package, and I am storing that uuid using shared preferences for guest login purpose. We tested app on emulator, ...
cscommunity dev's user avatar
-3 votes
0 answers
19 views

Creating a random unique id in MySQL [duplicate]

I want a user ID with AUTO-INCREMENT AND a user code using UUID() I want to verify that this will work properly without duplicating any user codes. Thanks guys! CREATE TABLE IF NOT EXISTS `accounts` ( ...
Antarctica-UFO's user avatar
0 votes
0 answers
19 views

Django is saving UUID without dashes in MySQL [closed]

I'm creating a Django application that uses UUID in some models. While i was using a MySQL database locally django was creating the UUID and saving it without dashes. Everything was working. Now i'm ...
Joao Pedro's user avatar
0 votes
2 answers
43 views

Using JdbcTemplate to Insert a UUID into a MySQL 8 Table

I'm trying to insert a row in a MySQL 8 table that has a column of type BINARY(16). In detail, I'm using Spring JdbcTemplate, and the information is stored in a Java UUID object. I can't find how to ...
riccardo.cardin's user avatar
0 votes
2 answers
29 views

how can i update my invoice after POSTing to Xero, when I let Xero generate the Invoice Nr and Id

I would like to send 2 very basic invoices to xero. Let xero create the Invoice Nr, and InvoiceId, then return that so i can update it on our side. After sending our IDE creates a NEW Root. Is there ...
Jason Teunissen's user avatar
0 votes
0 answers
19 views

Issue in generating UUID after applying Content Security Policy

I have a web application where I generate a UUID using the uuid library and include it as a parameter in a request. The code worked correctly before implementing a Content Security Policy (CSP). After ...
Mezbaul Islam Aunik's user avatar
2 votes
3 answers
100 views

Improving the efficiency of storing millions of instances of 2-UUID structs to disk in short time [closed]

In my application, I need to store millions of custom structs that contain 2 UUID attributes to disk. My project requires these to be written & read to disk very quickly. I tried using JSONDecoder ...
SwiftUIEnthusiast's user avatar
0 votes
0 answers
33 views

BIN_TO_UUID and UUID_TO_BIN does not exist in mySQL [duplicate]

I am using XAMPP and Nodejs with mysql2 to make a connection to a database, however, in both mysql and nodejs query, when using BIN_TO_UUID() or UUID_TO_BIN(): static async getAll({ genre }) { ...
el webos XD's user avatar
-1 votes
1 answer
41 views

Socket.io , CSS and UUID aren't working together?

I'm developing a project for real-time communication. I believe there is an issue with my server.js file that I was unable to decipher I therefore programmed it to use the uuid library to create a ...
Titan's user avatar
  • 3
3 votes
0 answers
40 views

Globally JSON-serializing UUIDs and other types with psycopg2 and django

I'm developing an application with Django 4.2.10. I am running a postgres database and use psycopg2. In my application, I am working with nested dictionaries (coming out of Django ninja/pydantic ...
nschagen's user avatar
0 votes
2 answers
100 views

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in C:\User\mern-app\BACKEND\node_modules\uuid\package.json

Node version is : uuid version is : 9.0.1 When I`m running the node server encountering the following error : How am I using the uuid lib is : Importing it as : const uuid = require('uuid/v4'); ...
Lakshay Rohilla's user avatar
-1 votes
1 answer
40 views

Custom hex UUID template generator in Java [closed]

I have the following code (written by AI) that generates templates for uuids (It is template only, the prefix of 8 digits and postfix of 12 will be appended computed on different logic): import java....
Joe D's user avatar
  • 144
0 votes
0 answers
13 views

Is it possible for tomcat 10 to use for the SessionId a UUID-Format instead of the 32-Char String?

We are using tomcat 10 and wanting to have the JSessionId in a UUID-Format Example: Currently: JSESSIONID is something like F3C96ED225C9FC87C7C87BBE670FBEEB Prefered State: f3c96ed2-25c9-fc87-c7c8-...
noircc's user avatar
  • 640
0 votes
0 answers
61 views

UUID save issues with mongoengine and mongomock

I have production code that stores mongoengine.Documents with UUIDs like this: class TestEntry(Document): uuid_test = UUIDField(primary_key=True) The regular code works as intended: connect('...
fr22's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
221