-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [ ] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
https://github.com/Make-Magazine/PirateRadio/commit/484e18910607471cbf94d66a3bd728cbba00ad01
I am trying to make the same changes to your code and am having some trouble locating the right place.
``…
-
# Sui Binary Reproducibility
## Objective
* Deterministic `sui-node` and `sui` client binary builds
## Key Results
* `sui-node` and `sui` client builds deterministically for Linux x86
* `s…
-
```
String c = sc.next().trim();
if(c.equals("c")){
//TODO: request access here!
System.out.println("starting two phase commit.");
coordinator.startCommit();
}else if(c.eq…
-
### What client do you play on?
enUS
### Faction
Both
### Content Phase:
60
### Current Behaviour
Ayamiss sometimes (on the first one?!) sacrifices two players and summons to larves
### Expect…
-
A transactional operation to only set a value if does not exists would be useful. When this could be used, it would avoid a read/get in the transaction. This would be useful for a load transaction t…
-
### Current Behaviour
Currently the striders/elites spawn at the of the stairs of Lady Vashj's platform every time.
### Expected Blizzlike Behaviour
They should spawn at the foot of the stairs of t…
-
도서 대출하면 재고가 변경되는데요.
이 전체가 하나의 트랜잭션으로 처리되지는 않아서 재고가 없는 도서를 누군가 대출하면서 일관성이 깨지는 경우가 생길 수도 있을 것 같습니다.
이런 건 CS로 처리해야 하는 걸까요?
Distributed transaction으로 찾아보면 Saga pattern, Two phase commit 이런 게 나오긴 …
-
When manually changing the firmware payload of a signed firmware, rustboot seems to upgrade flash to it but subsequent boots never process correctly.
Found in https://github.com/nihalpasham/rustBoo…
-
## Overview
- [x] History @siddontang
- [ ] Rust @BusyJay
- [x] Architecture @siddontang
## Key-Value Engine
- [x] B+Tree vs LSM @DorianZheng
- [x] RocksDB @DorianZheng
- [ ] Wisckey …