community icon indicating copy to clipboard operation
community copied to clipboard

Textile community repo. Includes a sub-project for documentation 📚 and a discussion board for ideas & questions.

Results 25 community issues
Sort by recently updated
recently updated
newest added

notes: ``` - LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http (you can avoid this if don't need to listen in localhost) - LOTUS_CLIENT_USEIPFS=true (set this) - LOTUS_CLIENT_IPFSUSEFORRETRIEVAL=true (set this) - LOTUS_CLIENT_IPFSMADDR=/dns4/ipfs/tcp/5001 (you should point this to...

> When you setup go-threads , you can use the the [default network](https://github.com/textileio/go-threads/blob/master/common/common.go#L40), or you can [build your own](https://github.com/textileio/go-threads/blob/master/net/net.go#L84) in NewNetwork, which lets you supply your own libp2p host.

Just tracking a bunch of things we need to chip away at for powergate docs. - [ ] Add example embedded in docstrings to js-powergate-client to match https://textileio.github.io/js-hub/docs/ - [...

I now have a pretty standard contributing guide I've been using everywhere which is quite comprehensive, and we already use the same code of conduct in all our repos. Maybe...

There seem to be a lot of similar concepts that aren't fully explained in the docs. [Collections](https://docs.textile.io/threads/introduction/#collections) allude to _Stores_, but it's not clear what the latter mean exactly. I'm...