Marco Argentieri

Results 157 comments of Marco Argentieri

I do think to have something like gitcoin.co would open up access to a broader (cheaper) audience than just banked legal entities. I'll let you know btw

Hey @Softkeydel the project is not maintained anymore. My advice is to lock the react native version to the one used at the latest commit. I understand if this is...

Being a native module I'm afraid it couldn't play nicely out of the box with Expo (AFAIK there is more work to do with it)

> after build with android studio Hey Android it's not supported by this lib. https://github.com/tiero/react-native-360/issues/28#issuecomment-489150460

Seems that Google renamed from GVRSDK to CardboardSDK. Need time to investigate Reference: https://github.com/airbnb/react-native-maps/issues/718#issuecomment-257476236

It's not maintained. Should work with locking to old dependencies as in example. The Android Version its' not merged, a starting point should be this https://github.com/altafan/react-native-gvr-video-android cc/ @altafan

Couple of things, try it pulling via github as stated in the Readme and not npm and have you moved the ObjectiveC code from node_module into xcode? ```Drag the folder...

You can use Version3 in the `ListenConf` struct ```go onion, err := t.Listen(ctx, &tor.ListenConf{RemotePorts: []int{80}, Version3: true}) ```

> so I would expect an error to be output if you use socks5:// or socks5h://. Yes indeed, I got errors. Just mentioned for sake of completeness. > So, the...

> grpc-go provides an interface to use a custom dialer that can connect through a socks5 proxies, and the other libraries do not even provide that. Yes exaclty, I pass...