IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
216: A handful of perf/brevity bits and bobs r=koivunej a=ljedrz
Individual commits describe specific changes.
Co-authored-by: ljedrz <ljedrz@gmail.com>
210: A round of cleanups r=koivunej a=ljedrz
Assorted drive-by cleanups and small refactorings; individual commits describe the specific changes.
Co-authored-by: ljedrz <ljedrz@gmail.com>
209: Updating Install instructions r=koivunej a=aphelionz
This PR adds dependencies to the README.md
Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
212: fix: return "n/a" in verbose swarm peers response r=koivunej a=koivunej
this follows the lead of js-ipfs with the "n/a" fallback response by default.
Related: #178 and the transient failures we are getting.
Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
207: Adjust ipfs_bitswap_test example r=aphelionz a=koivunej
First attempt at first example related to #196
Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
208: cleanups: simplify ledger::Message r=koivunej a=ljedrz
It seems to me that we don't need `ledger::Message` to be generic; I get the point behind the tag, but IMO its handling is simple enough to not require it at all.
Originally I also removed what vscode suggested to be an unused import, but my trust in it seems to have been misplaced 😆.
Co-authored-by: ljedrz <ljedrz@gmail.com>
205: ci: welcome bors r=ljedrz a=koivunej
the marker will be used by bors following https://github.com/rs-ipfs/welcome/issues/6
Once we see how this goes, I'll push a further complication to run the conformance tests from the same workflow for windows, linux and mac. I can't see how to create such dependencies across workflows.
Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
Fixes#202. Apparently this can fail compilation on 1.44. The content
method on FileReader exposes a non-public item through impl
Iterator<Item = (..., non_pub_here)> but still the error is about
lifetime capture.