-
Notifications
You must be signed in to change notification settings - Fork 15
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
Failing test #49
Comments
@NorikDavtian welcome!!! :) That particular test we found out is actually non-deterministic (if you re-run a couple times it will occasionally pass). I didn't write the code, so I would need to sit down and go through it. My plan is to probably deprecate the existing code, swap in the Radix Storage Engine (which is what S3 and other adapters use) instead, and then use Level on that. However this is pretty low priority. I noticed you are at dollarshaveclub though - would love to hear about any potential use case for gun there? If it requires Level, maybe I could bump the priority up! |
Thanks @amark , that was my understanding of what was happening there. Currently just exploring different data transfer, transform, and storage strategies. Just stumbled on this and wanted to give it a try. We have a wide variety of use cases that we look for creative ways to solve. Good to have options :) |
@NorikDavtian what would be needed to do a PoC for you guys? :) |
@amark I will dm you on gitter if anything notable comes along to collaborate on a PoC. |
on
src/spec.js:87
changing the
makeGun()
to the glogbalgun
variable fixes the issue, but not sure if that's the right behavior or not? or this is an async issue?!The text was updated successfully, but these errors were encountered: