-
Hello, I came across a strange case where the library generated uuid v7 incorrectly in time.
Here example of table `id = Uuid::uuid7()->toString()` and `created_at (server datetime)`, **sorted …
-
ghost updated
2 weeks ago
-
Should support for UUIDs be built in to `persistent` or should it be its own package? FYI, the own package version might look something like
``` haskell
{-# OPTIONS_GHC -fno-warn-orphans #-}
module…
-
Ref: https://sidhion.com/blog/posts/using-rustler-nix/
TL;DR;
- Nix' build sandbox doesn't allow network access and thus fails on `download_nif_artifact`
- The libx.so will be typically already…
-
@kyzer-davis @bradleypeabody
It makes sense to standardize the visual representation of UUID columns in IDE and UUIDs in hypertext (on web pages, in electronic documents, in program code, in export…
-
In the past there have been few issues related to guid generation:
The issue https://github.com/npgsql/efcore.pg/issues/105 says _We're dropping sequential Guid generation because PostgreSQL doesn'…
-
**Describe the bug**
I have value `6332af98-50e4-1e5a-ca9e-331fbc9b3b23`, yup's validator rejects it
**To Reproduce**
[reproduction](https://codesandbox.io/embed/yup-validation-test-forked-ryltps…
-
### Summary
I want for example, be able to define my **User** entity with **BigIntPrimaryKey** as follow :
```
class User(BigIntAuditBase):
__tablename__ = "user_account"
...
```
bu…
-
## Open API for FSP Interoperability - Change Request
### **Table of Contents**
* [1. Preface](#1.-preface)
* [1.1 Change Request Information](#1.1-change-request-information)
* [1.2 Docum…
-
プレイヤーに `room_id` の UUIDv7 をコピペさせるべきではないので、なんとかする。(6 桁なら口頭でもすぐに伝えられる)
内部では `room_id` を持ってていいので、それとは別に `room_number` を作るとよさそう。
`POST /room/create` のレスポンスに `number` を加えて、
`POST /room/join` のリクエストの…