Eric Wooley
Eric Wooley
Hmm, that's strange that it doesn't work at all. Are you still using the version of expo that comes with the boilerplate? I'm sorry I've been super slammed, I haven't...
I'm sorry, I don't understand the question, what do you mean by jump the page?
This seems like it would be pretty easy actually. React-native-web just uses an alias in webpack to resolve `react-native` to `react-native-web` I think it would be pretty easy to add...
Well, here is their demo webpack loader config for the react-native-webpack-starter https://github.com/grabcode/react-native-web-starter/blob/master/web/webpack.config.dev.js ``` module: { loaders: [ { test: /\.js$/, exclude: /node_modules/, loaders: [ 'react-hot', 'babel-loader?cacheDirectory=true' ] }, { //...
Sorry, I am brand new to the project. Still trying to get a feel for the project, but I would like to attempt this issue, to get used to working...
@cjb > I think we wouldn't need a separate proof if we also amend the user profile published to the DHT to claim the onename username, if that makes sense....
Well, in terms if ease of use, this may have become more difficult. the public keys for onename.com are pgp and the BEP44, is eliptic curve. So I need to...
@ryan_onename on the blockstack slack said they are planning to add arbitrary values to one name, which would make registering easy, but until then I am experimenting with [blockstack](https://github.com/blockstack/blockstore/wiki/Usage), which...
@muneeb-ali Right now gittorrent works by navigating the dht to find a mutable store, where the key is a sha1 IIRC of a public key from elliptical curve crypto. It...
@Tzrlk gittorrentd runs in the forground. daemons are usually running in the background.