-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] feat: add file status #718
Conversation
Why would you do that 😱 Jokes aside, as drive-by comment: Try:
Also, I have one file in MFS and it initial page load still produces a strange amount of requests for info about |
@lidel yeahh! I had the info to get stale after 100 milliseconds. Don't ask me why. Already changed to one minute 😄 |
d838cae
to
87cc9b1
Compare
As far as I tested, using |
What results did you get with js-ipfs via js-ipfs-api? last time I tried to use the |
Yes, it was it @olizilla |
I'm about to send a fix for this, but as mentioned in the discussion, the API change needs some clarification. |
8a55c50
to
85939e0
Compare
5b8d525
to
99bc49e
Compare
99bc49e
to
f3a1564
Compare
@PascalPrecht any idea of when your PR is going to be merged? 😄 |
Still awaiting feedback there as I'm struggling getting the tests for it
working :)
ipfs-inactive/interface-js-ipfs-core#337 (comment)
…On Fri, Jul 27, 2018, 4:15 PM Henrique Dias ***@***.***> wrote:
@PascalPrecht <https://github.com/PascalPrecht> any idea of when your PR
is going to be merged? 😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#718 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbKsnoi3veskmRABRzzUf_xIVRIFDWgks5uKyB1gaJpZM4VH1S0>
.
|
Quick update here, a fix has landed in latest master over at |
Thanks @PascalPrecht! Now we just need Go's version to be fixed so we can use it here 😄 |
I'm closing this now due to many conflicts and this feature was postponed for the next release after 2.0. |
Adds the peers icons. {0, 1} is for red. {2 ... 5} for orange and > 5 for the green one.
Altough this seems to be slowing down a lot the app. And despite setting the number of providers to 5, some responses have 200 and more.And I find it weird that there are more people holding a file that is a medical report of mine. Am I using the API wrongly?@olizilla @lidel what do you think? Could you take a look, please?TODO