theobat
theobat
> is your mutationhandler referencing all the ops that it will mutate? if not, that's usually how it goes stale (the mutation updates the underlying data, but the query hasn't...
**Ok so the problem was I only had one entry in my variables object when requesting cashay.query(...) And this variable was "undefined" at the time I was doing my query.**...
@mattkrick thanks for your answer ! It does make sense but I'm not sure how we actually do the multi part query (and where it makes clear sense). There should...
Can I provide any help with tests to merge this PR ? doesn't seem like a big deal at first glance... > Thanks. Regarding the require(foo).default I am afraid ignorance...
I'd like to try to do something to get orbit on windows. People I'd like to use orbit with use windows. But perhaps we should wait for #192 to complete...
I tried a few weeks ago, only problem was the shell scripts are not executable on traditional windows machines: https://github.com/haadcode/orbit/tree/master/scripts Perhaps we could try to translate these in node scripts...
so first of all we get this : ```` npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "electron" npm ERR! node v6.9.1 npm ERR! npm v3.10.8...
Just as a follow up I managed to make it "work" without the env variable and with a hand created directory, but I didn't seem to get any peer.. Will...
I can help for this, both regarding content and code. Humbly of course, I do not -yet- have a very deep understanding of orbit or the ipfs project in general.
@haadcode, sounds good. Is there a tech stack defined for the website already ? (I suppose react and aegir structure from @dignifiedquire will be used but any other requirements ?)....