Fabrice Desré
Fabrice Desré
I checked with a commit before the big bitswap update, and the behavior is similar.
> Thanks, but we've decided to skip the lock file for now until the code is more stable, as they mostly generate merge conflicts at the moment 😅. Do you...
I'm skeptical that updates are something you should deal with in iroh itself. I think it would be better to create packaging for your most common deployment targets (ppa for...
For anything that is supposed to run as unattended as possible, I still think it's better to not use a custom updater and just rely on the host package manager....
> > Lastly, some food for though: I've wondered if ipfs could be an ideal candidate to reduce the amount of data to download for updates: consider you're on a...
Relevant RocksDB documentation: https://github.com/facebook/rocksdb/wiki/Managing-Disk-Space-Utilization But it looks like `SstFileManager` is not exposed in the Rust crate. I opened https://github.com/rust-rocksdb/rust-rocksdb/issues/684 .
You have a firmware we've never seen yet: |Warning, your device has unknown firmware GINGERBREAD.UVKL1| $b2g/glue/gonk/device/samsung/galaxys2/extract-files.sh is where we manage that for galaxy S2s
@roydude, this repository is not used anymore. The one to use is https://github.com/mozilla-b2g/B2G
I think we removed gaia from the flashed image when it grew too big to fit on the akami.
I understand the behavior of a contained ``, and the "somewhat modal" behavior is what I need also from ``. My use case is in Capyloon's system UI (https://github.com/capyloon/nutria/) :...