-
Is there any way to have UUID as primary key M2M fields that tracks the histories, right now I tried setting `SIMPLE_HISTORY_HISTORY_ID_USE_UUID ` to True as well as tried https://django-simple-histor…
-
### Question
Hi, I recently migrated from @uploadcare/react-widget to @uploadcare/react-components.
In react-widget, I was able to use the value parameter to provide a group UUID to modify the g…
-
* **/itachallenge/api/v1/user/{idUser}/challenges/language/{idLanguage}/statistics/list**
**ESTIMATION**
- Relative: 1
**THINGS TO DO:**
* Controller (+testing, obviously)
* DTO's to output format…
-
As of 2.12 we have mostly solved the issue with re-used firmware ids and with `libwacom_new_from_builder()` we can re-create any device even if we don't have the actual device path. Except: this requi…
-
Hi Claudio
We try to add the UUID DMI Structure Fields to your code. We are able to read the UUID and also to change it by now. What we don't understand is, that when we reboot the system, only the…
-
### Feature Request / Improvement
# Context
In #112 , we are working on adding UUID support in XTable. Currently, only Iceberg has the concept of a UUID, which is stored as a fixed-size byte array i…
-
There's need for having unique IDs for the web UI. It looks like both "this unikernel with this name serving this service" is a good thing to have, and also "this is the execution of Y" -- so we can i…
-
I started investing Harmony for my project, which has a number of tables and pivot tables. The pivot tables have primary keys that are just the 2 UUIDs for each of the tables it connects. If I underst…
-
## Issue Description
when using UUID as a primary key as in example below:
`
@Entity()
export class Application {
@PrimaryGeneratedColumn("uuid")
id: string;
@Column()
…
-
# Tell us what you are trying to do:
I'm trying to figure out how to find what records should be associated with UUID data in the bulkload part component loader system. These are parts added via the…