Ahmad Sameer
Ahmad Sameer
If the user uses a CSS variable as a color for the chart like the one below: ``` colors: ["var(--theme-color)", "#000"], ``` It reflects the chart correctly, but the saved...
### Description I upgraded my `nextjs` to 15 and my react to 19, after doing this the enum field dropdown is not updated in the edit and create form. I...
### Description On the next admin options under the list, the search field displays the below error:  `@premieroctet/next-admin-generator-prisma` version => `^0.0.2` Maybe it happens if the number of the...
### Summary I am facing a memory issue while getting 100 rows for a table, and I do not want to increase the memory limit. Could you provide the ability...
### Description I have these two tables: ``` model Location { id String @id @default(cuid()) type LocationType display Json countryId String? @unique provinceId String? @unique cityId String? @unique regionId String?...