Haad
Haad
@mateon1 thank you very much for reporting the issue! I'll work to pull in the latest version of Electron that you referenced. Can you confirm that that 1.4.3 fixes the...
> Yes, I tested the install updating Electron to 1.4.3, and everything seemed to install correctly Great to hear! I'll make sure to pull the new version in as soon...
@mateon1 pushed Electron 1.4.3 dep to master.
Adding this issue to a milestone for the next quarter. The goal is to make Orbit work on Windows too.
@kobigurk nice! Is this something you'd be interested to continue working and help us reach the goal of getting Orbit to work with IRC in general? I personally would like...
Hi @fentas! Currently it's not possible to use a running IPFS daemon, Orbit always starts its own, isolated one. However, there's technically no reason why we couldn't do this and...
@theobat absolutely! This is the idea of namespacing is to be able to limit access. How exactly that happens, no idea :) Email could be one. Another could be some...
Yes! All of these. File size hasn't been a priority yet and given all the deps (js-ipfs in itself is huge) it's time to pay attention to it. @claus had...
Merged https://github.com/haadcode/orbit/pull/56
Looking at the sources in branch `devcon2` (latest dev branch), some potential modules to optimize: **app.js** - lodash (using full lodash atm, use individual modules) - uportlib is huge -...