-
Notifications
You must be signed in to change notification settings - Fork 875
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
fix: refresh pins and stats at better rates #606
Conversation
@hacdias Looks good 😄 , although will indirect pins show up? And how do I install it for my mac since it hasn't been packaged as a dmg yet? |
@Cole128 About the .dmg: When one of those little guys gets a check mark saying the build passed, you can click on Details --> Artifacts --> And there should be your dmg 😄 |
@hacdias Great! Once I install it and test it out I'll let you know whether it works. |
Codecov Report
@@ Coverage Diff @@
## master #606 +/- ##
==========================================
- Coverage 15.21% 15.11% -0.11%
==========================================
Files 57 57
Lines 874 880 +6
==========================================
Hits 133 133
- Misses 741 747 +6
Continue to review full report at Codecov.
|
@hacdias I can't open the dmg, it says image not recognized. |
Could you try on the other link? I don't have a macOS and I can't really help with that but please try the other link. Otherwise, tomorrow I can try to make it rebuild the image. |
@hacdias I tried both. |
@Cole128 could you please comment with the exact link you downloaded the .dmg from and also what macOS version you're running? |
@victorbjelkholm https://ci.ipfs.team/job/IPFS%20Shipyard/job/ipfs-desktop/job/update-pin/1/artifact/out/make/IPFS%20Desktop-0.3.0.dmg I am running macOS High Sierra, version 10.13.2 (17C88) |
Just as a sidenote: builds are failing due to sinonjs/nise#27 |
Calling If live updates are neccessary, we could instead emit |
To clarify, I mean the |
@lgierth didn't know about that!! Thanks. I'll check that out and see what if there are any events related to the pins. |
About the proposed code in this PR, it looks like it'll fire another |
@lgierth yeah, I've noticed that before lunch and I'm planning to change it to only call the command again one second after having the other's response. How should I listen to those events? Using |
Mh it looks like the Maybe a filter argument to |
597cc7f
to
51181f5
Compare
@hacdias I still get the error: Image not recognized. |
I'll merge this for now and then we can try to check out what's happening with the DMG. |
Fixes #600.
Ping @Cole128