-
## 必要なもの
- [ ] 記事リクエストのドメイン情報、状態遷移のとりまとめ
- [ ] 記事のドメイン情報、状態遷移のとりまとめ
- [ ] 編集履歴のドメイン情報、状態遷移のとりまとめ
- [ ] ドメインイベントの取りまとめ
- [ ] URL構造の持ち方(`article/{ulid}`か`article/dir/**/path`か)
- [ ] 全文検索
-
λ> accountId0
Id {unId = 00000000000000000000000000}
λ> accountId1
Id {unId = 00000000000000000000000001}
λ> hash accountId0
5618888146721150863
λ> hash accountId1
…
-
Created a [pull request](https://github.com/Cysharp/Ulid/pull/39) with some potential optimizations/code modernisation for [Cysharp/Ulidd](https://github.com/Cysharp/Ulid). Not sure if any changes wo…
-
This may be outside the scope of this project but I'd love to have something for quick and dirty development that:
- allows me to generate random data (and then encode it to base64 or whatever)
- ca…
-
**Use case**
Optimization: storing ULIDs in 128 bits instead of the 208 used with FixedString(26).
**Describe the solution you'd like**
Where generateULID() currently returns a FixedString(26…
-
I'm interfacing with the JVM / JDBC, and when I call `ResultSet.getBytes(col)`, I am getting an exception because the column is not 16 bytes.
I confirmed this is the case by executing the below com…
-
### Problems
When querier selects series from a TSDB block using label matchers, it calls `PostingsForMatchers` method to fetch postings of each matcher and intersect/merge those postings to get a …
-
#### How about using id generator replace snowflake with [ulid](https://github.com/oklog/ulid). Maybe use ulid as an alternative.
-
**Why is this needed**:
Most of the time we upgrade prometheus, there is a brief downtime where prometheus does not serve any metrics. If grafana alerts trigger at precisely that moment, we get a n…
-
**Thanos, Prometheus and Golang version used**:
```
thanos, version 0.35.1 (branch: HEAD, revision: 086a698b2195adb6f3463ebbd032e780f39d2050)
build user: root@be0f036fd8fa
build date: …