Juan Benet

Results 175 issues of Juan Benet

we should come up with a good permissions model for the api-- i.e. be able to grant permissions to other peers, or HTTP API consumers, or to specific apps to...

topic/http-api

The findParentRatio function: ``` js function findParentRatio(jqObject) { var p = jqObject.parent(), displayType = p.css('display'); if (displayType == 'block' || displayType == '-webkit-box' && p.width() > 0) { return {...

WithParents needs to handle Value somehow, perhaps by querying the parent values in the order they were provided. (this isn't done yet) (Thanks to Sameer Ajmani for noting this bug)

would be nice if gateways handled: ``` > curl 127.0.0.1:8080/robots.txt User-agent: * Allow: / ``` notes: - allow or disallow API? - this should be optional (config var?) - this...

help wanted
topic/gateway

would be nice if these had progress bars when there is a tty: ``` ipfs refs -r ipfs pin add -r ipfs pin rm -r ipfs repo gc ```

kind/enhancement
help wanted