shamb0t

Results 15 comments of shamb0t

Hey @sdelvalle57, which versions of ipfs and orbitdb are you using? The `./orbitdb` folder is the default directory if none is specified so that shouldn't be a problem. Does `console.log(OrbitDB.isValidAddress(dbId.data.response))`...

@haadcode @ydennisy sorry for the delay I'm not actively working on this atm but there's a lot of [discussion happening](https://github.com/orbitdb/orbit-db/commit/e7f0bbb1b73d149051d1ee7e7d3399a0fa24ea42) on the prototype branch [here](https://github.com/orbitdb/orbit-db/tree/proto/dynamic-access/src) Thank you @thiagodelgado111 for the...

I can work on this c:

@haadcode sure thing, sounds good!

I have time this week I'll work on it 😁

react-emoji is MIT. The emojione assets it uses are under creative commons. I think we can package them with attribution

Hey @Schwartz10 @oed thanks for the heads up! Just published an orbit-db patch without the .git dir. Does this fix the issue?

Hey @sdelvalle57 :wave: `toMultihash` will return a different hash after each `append`. You are using the hash which corresponds to the log with one entry. To retrieve subsequent entries you...

Looking great @JaniAnttonen! Not sure about persisting the username to IPFS, unless the user requests to do that

Hi @JustMaier, using the same identity on a different device could lead to consistency problems in OrbitDB since it assumes all public keys are unique per node. What we're aiming...