Esteban Abaroa

Results 23 issues of Esteban Abaroa

If I open the web console I can see: ``` Uncaught (in promise) Error: some error at _callee$ (test.test.jsx:68) at tryCatch (runtime.js:63) at Generator.invoke [as _invoke] (runtime.js:294) at Generator.eval [as...

# Open Grant Proposal: `Plebbit: fully P2P Reddit alternative using IPFS, IPNS over pubsub and Gossipsub` **Name of Project:** Plebbit **Proposal Category:** app-dev **Proposer:** @estebanabaroa **(Optional) Technical Sponsor:** **Do you...

it should be a value added by the sub owner, it should be the index of the comment + 1 (so it starts at 1). it should be optional but...

A lot of people have requested a docker image I think maintaining an image is probably overkill, a bash script that downloads plebbit-cli and starts it in docker is probably...

The first step of tipping would be some EVM/solidity smart contract with an API similar to: tip(commentCid, address, amount) getTips(commentCid) though with this API I'm not sure how we could...

for example, maybe the user has a libp2pjs client set, but for whatever reason, it fails to fetch, it would be good to be able to fallback to gateways. same...

The challenges API for pending approvals should be: ```js const pendingApprovalChallengeSubplebbit = { title: 'pending approval challenge subplebbit', settings: { challenges: [ { // always fail this challenge, so all...

For example we could do `/page-1` \, `/page-2`, etc. We could actually set up the entire subs like this `subplebbit/hot/page-1`, `subplebbit/hot/page-2`, etc We could also do it for post replies...

there are 2 possible ways to do crosspost, either we would have something like comment.link = 'plebbit://p/name.eth/c/' and plebbit-js doesn't have to do anything. I dont think this option is...

one way to do it could be to just do public replies, but encrypted between the 2 people. one potential problem with this is that the sub owner can't read...