Haad

Results 146 comments of Haad

Thanks for the discussion and proposals on this! I agree there's an opportunity to clarify the identity and the identity provider a little. I don't think IdentityProvider should be called...

It was a long time ago and afaik we don't use `_addBatchOperation()` anywhere. More generally, as this was never implemented, feel free to implement it the best possible way, including...

Thank you for opening the issue @thiagodelgado111! 👍 For context, we've discussed this with @thiagodelgado111 in private as to what the plan is. > Add "store builder" Can you elaborate...

Thank you @robgonnella for the PR! 👍 It would be great to make the tests run in a browser. However, there's couple of things here that I think needs to...

@josselinchevalay Thank you for reporting the issue! As per our discussion on IRC, can you run your code with `LOG=debug electron .` and paste the log here? That would help...

@josselinchevalay Sorry for the delay! Not sure what's going on here. Are you packaging your Electron app in .asar? There's an open issue with .asar packaging that might be related/cause...

Hmm, ok so that wasn't the problem then. @josselinchevalay can you let us know what platform and OS version you're running? Which Node.js and npm version are you on? @dignifiedquire,...

Thanks @josselinchevalay. I'm still unsure what the problem is, but might very well be related to https://github.com/ipfs/js-ipfs/issues/697#issuecomment-271269381 :/ "js-ipfs in the Node.js process of electron won't work because of incompatible...

You can bypass that by putting everything in the renderer process of electron. See an example here https://github.com/haadcode/ipfs-daemon/blob/master/examples/browser/index.html. Hope this helps and let me know if you have any questions.

Do you have an example? I'm not sure how/what exactly you'd like to line up things on a calendar. Also worth to consider: is a calendar **needed** in a roadmap?