sirpy

Results 129 comments of sirpy

@expelledboy no doubt this is required:) maybe also push the files after lint, otherwise people will start having merge conflicts if we in did start using this

@amark The current issue people are facing is mostly because of your custom require function which is conditional and isnt supported in react native see how I changed the require...

for example if you look at sea.js https://github.com/amark/gun/blob/3b8eb16960967ea547d9e6d6210045efa73a70c3/sea.js#L188 it uses the 'USE' to import text-encoding and not simply 'require' simply search in gooddollar/gun/sea.js for usage of 'require'

This looks like issues in the webview-crypto pollyfill (ie importKey and generateKey are webcrypto api) Have you installed react-native-webview-crypto correctly? latest version?

Can you test it on Android emulator or iOS simulator < 15? I take it you are on iOS 15?

hmmm I dont have any ideas. can you try the example project on the GoodDollar org repo? search for gun react you'll need to update the webview versions and make...

@3210jr also it might be a good idea to also try and test with GoodDollar/gun instead of amark/gun to rule out amark/gun as the source of the issue

@amark well if you can explain the structure of %C, i didnt see it was used anywhere, so maybe we can use it as idx. but %C is saved inside...

@amark this is important

i think there might be an issue with your code, causiing some recursive loops. why are you using .open? try using .on and with second argument `{change: true}` (see https://gun.eco/docs/API#-main-api-...