-
# Unique Ids
They say that there are only two hard problems in Computer Science: cache invalidation and naming things. Cache invalidation is far too difficult, so let’s have a go at naming things. Sp…
-
### Problem
Wondering if basic support already exists.
Llama vision 3.2 is unlike https://github.com/turboderp/exllamav2/issues/399, and in some ways may be very easy for basic Exllama integration…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
+ [x] for target functor node, find single ct-table for target node + parents
+ [ ] for target functor node, find multiple ct-tables, one for each child
+ [ ] merge multiple transposed ct-tables int…
-
### Bug description
From our QA session,
```ts
const results = await prisma.product.findMany({
where: {
photo: {},
},
})
```
is valid in Typescript, but produces the following r…
-
## CVE-2021-23566 - Medium Severity Vulnerability
Vulnerable Library - nanoid-3.1.25.tgz
A tiny (108 bytes), secure URL-friendly unique string ID generator
Library home page: https://registry.npmjs.…
-
## CVE-2021-23566 - Medium Severity Vulnerability
Vulnerable Library - nanoid-3.1.30.tgz
A tiny (130 bytes), secure URL-friendly unique string ID generator
Library home page: https://registry.npmjs.…
-
When you have an entity which has predefined entries provided by CSVIM you cannot add new entries until the sequence generator reach value which is not already used.
For example:
![image](https://gi…
-
### Terraform Version
```shell
Terraform v1.3.7
```
### Use Cases
Main Use Case:
- Providing an instance bound random string/int used in unique/primary key naming/id fields of resource…
-
Commands passed via NML typically have integer serial number for tracking status (received, being acted upon, completed, errored).
There is a fundamental design error: serial numbers are assigned on …