dirkmc

Results 209 comments of dirkmc

Hmm yeah that's true, ordering history by committer date is not super intuitive to a person looking at the commit list, it would be more intuitive to look at branch...

Read-only implementation of PR comments using OrbitDB: https://github.com/ipfs-shipyard/IGiS/pull/47

Yes, still work in progress. I wanted to implement a read-only mock to get a better understanding of the challenges involved with using CRDTs. Good point about the refactoring, I...

The last commit adds a button to the compare screen so that a new PR can be created: New PR form: Submitting the form takes the user to the list...

There's been a bunch of commits in this PR since I gave an update, so here's a short video showing some of the functionality. Basically you can now create a...

Added a super simple mechanism for people to create a user. It shows a form where they can choose username, name and avatar and then it creates an IPFS object...

@magik6k could you explain a little more what each key would be used for, and how to update passwords?

Ah I think I understand what you're saying - the Account Key is used as the "master", for example it is used to derive an IPNS key that points to...

I'm planning to read through a bunch of these for more ideas: https://github.com/WebOfTrustInfo/rwot7

The peer-star team are working on [peer-star-identity](https://github.com/ipfs-shipyard/peer-star/blob/rfc-identity/docs/rfc-identity.md) which should take care of a lot of the requirements for Users on IGiS. Unique usernames would still be an outstanding issue. Filecoin...