-
### Description
I work in an high performance environment and came across the implementation of Guid. This class is one of the most used class in my environment therefore performance is of high pri…
-
We can use venvShellHook with plain shell.nix with something like
```
let
pkgs = import { };
pyPackages = pkgs.python311Packages;
in pkgs.mkShell {
name = "py";
venvDir = "./.venv"…
-
```
pi@hunter-05:~/workspace/pg_uuidv7 $ sudo checkinstall
checkinstall 1.6.3, Copyright 2010 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
****…
-
### Environment
* PostgreSQL version: 16.1
* PostgREST version: 12.0.2
* Operating system: linux amd64
### Description of issue
Given the schema:
```sql
-- table
create table if not exis…
-
To keep track of our messages, we should have unique identifiers per message, something like UUIDs. UUIDs can contain timestamps, too, which might come in handy, as we could encode that in the same …
-
I was using `Random.uuid_v4` in Ruby 3.3. Then executed the same code on Ruby 3.2 as my code is supposed to support 3.0-3.3 and got that error:
![image](https://github.com/user-attachments/assets/b…
noraj updated
3 months ago
-
https://github.com/coolaj86/zig-uuidv7/blob/02d997d22acf304c518313e91503b4ccef091b8e/uuidv7.zig#L65-L70
> Just so ya know, the reason why this is a use-after-free is because you are returning a sli…
-
So this is a bit of a weird failure, but if you have not set the id when inserting multiple records the id will not be generated and the insert will fail.
Something like this is broken with UUIDv7
…
-
# Standards for X-Headers in Microservice Architecture
## Status
Proposed
## Context
In our microservice architecture, there's a need for consistent and standardized communication between …
-
### Package
@lucia-auth/session-drizzle
### Description
Allow drizzle pg uuid types for session and user id fields instead of requiring a string
> also just a note package should be `@lucia-aut…