Ensar Basri Kahveci

Results 11 issues of Ensar Basri Kahveci

- open a note file. - type something and hit `alt+s` before auto-save runs. - `alt-s` prints `content saved`. - then auto-save kicks in and prints `content not changed`. I...

bug

- keep history of note files. - initially, a history file could be a full copy of a note. - a new history file could be created based on the...

enhancement

Start pervane with `dir1` and open some tabs in the browser. Then, restart pervane with `dir2` and refresh the browser. This refresh does not clear the open tab list and...

When a new file is created via the tree, the currently open tab switches to the new file but the editor content is not updated and still shows the previous...

1) Start pervane with debugging enabled. 2) Open a tab in the browser. 3) Type a single letter and wait for the auto-save trigger. 4) See the following logs: ```...

### Discussed in https://github.com/MicroRaft/MicroRaft/discussions/44 Originally posted by **bootjp** April 6, 2023 I use MicroRaft to develop distributed storage. (I've often been indebted to GitHub discussions) So we want to do...

Explore Implementing a new API to allow users to replicate an operation batch rather than one operation. This might be beneficial for performance reasons if a customer batches operations before...

enhancement

https://www.computer.org/csdl/proceedings-article/srds/2004/22390066/12OmNvT2phv

enhancement

We need to improve observability of MicroRaft. We need to collect metrics about log replication and persistence performance.

enhancement

We can build a recovery tool that can be used in case of permanent loss / corruption of some Raft nodes. For e.g., if a RaftNode X permanently fails, the...

enhancement