Iwan Budi Kusnanto
Iwan Budi Kusnanto
On Android (and probably on iOS as well), [latest](https://github.com/threefoldtech/mycelium/commit/ee34c1442071017323a33599d4125339d0a4c048) `mycelium` crashed on start-stop-start cycle. steps to reproduce: - start android mycelium - stop - start again  Crash message doesn't...
Fixes #2374 The goal is not to have working implementation. But to give clearer picture about what we have to do to support bcachefs, code wise. ### Description Describe the...
## Is your feature request related to a problem? Please describe will move to bcachefs in the future for more reliability and performance ## Describe the solution you'd like This...
I found that Android connection can **sometime** broken for longer time than expected. From the code in `peers.rs`, looks like any broken connection will recover no more than 5 seconds....
I tested the flutter mycelium macos app and i found that it got issue when the laptop put to sleep (in my case: >2 minutes of inactivity). my test setup:...
Hi all, is there a plan to add subvolume limit/quota, like in `btrfs`?
Assess how we can use bcachefs on zos related issues: - #2074 - #2229 - #2374 ## Is your feature request related to a problem? Please describe **Why we need...
Write it concurrently to speed it up from the previous sequential write. ### Description Change image DiskWrite from sequential to concurrent, to make it faster. ### Changes - change to...
## Is your feature request related to a problem? Please describe The full VM OS image download is slow from Australia, it took around 20 mins [Feature Request: Faster or...
We currently use `Mutex` to protect PeerManager's `peers` `HashMap`. https://github.com/threefoldtech/mycelium/blob/74719ba7cacb96e2d9251ce57760474e6973a14e/mycelium/src/peer_manager.rs#L159 There are two places that i think could be made read-only: 1. **on the `fn peers`, i'm pretty sure that...