André Cruz

Results 122 issues of André Cruz

When `overflow.adjustX` and/or `overflow.adjustY` is true, then the box was auto-adjusted to not go offscreen. In those cases, I expected the arrow to be positioned accordingly. In the screenshot below,...

So that we automatically receive updates to the DID Document. Note that we must be able to cancel the subscription as well.

When using `update`, we should not publish the DID Document if it hasn't changed. For instance, we might call `revokePublicKey` with a id that no longer exists.

Currently, we are not calling `ipfs.pin.add` after creating de DID document, but we should. We aren’t experiencing any issues because JS IPFS doesn’t GC files yet, but it will eventually....

`getChildProps` incorrectly sets the `follow` based on `this.follow`, shouldn't it be `this.props.follow`? https://github.com/isaacs/fstream/blob/master/lib/dir-reader.js#L212 `follow` on `this` or `me` is not being set anywhere. This causes wrong behaviour when using `follow:...

We will be giving this workshop in DWeb Summit. It would be awesome to get some feedback on possible improvements on the walkthrough. ❤️ I will be updating the list...

We have been calling this project "Discussify", which is a catchy name and is directly associated to what the product is. Just for safety, we already bought the discussify.io domain.

backlog

It would be awesome to have the project logo in the repositories. Idea from @diasdavid

Brain dump: - Check validity of CRDT when merging from other replicas (wrong schema) - Protect against CIDs that are malicious, e.g.: huge, e.g.: wrong schema

Check UI alignment in places where the user wrote dynamic content, such has their names, comments body, etc. More specifically, the UI should behave well in places where the content...