Mark Nadal
Mark Nadal
@metagrapher @flammehawk @adamstaveley hmm, GitHub is no longer emailing me about issues? Sorry I haven't seen this. Yeah... IDK why npm is trying to install *optional* (non necessary, purely optional)...
@3210jr good catch! That code assumes browser only environment. IDK off top of head how to fix... since it is true `localStorage` does not exist in React Native (why you...
👍 you're amazing, perfect, thank you. That's terrible it is doing that >.< this is high priority for me.
@boufni95 sounds like a good test idea! Be cool if we could add it to [PANIC](https://github.com/gundb/panic-server) tests to automate it. I'm usually able to squeeze out a few ten thousand...
@nanotronic hmm, the code (for non-browser-refresh) should be retrying transport layer every 2 seconds with a queue of changes, or be using localStorage to sync offline-diff-state upon browser refresh. Or...
@mstimvol hey looks like you asked this right before Christmas & stuff. Mind jumping on http://chat.gun.eco for Qs? You'll get much faster replies. :)
In browser? As in it still saves to lS?
@mccoysc I don't know if this is related, but I have recently upgraded `.create` to automatically call `.auth` if no callback is provided. If you want to manually control whether...
@erbesharat `SEA.I` is intended for browsers/extensions to manage private keys for you, not the app. It gets triggered when *no* keys are passed to the crypto functions, so it then...
@Jack-Works yeah localStorage has 5MB limit, you'll need to try using IndexedDB via https://gun.eco/docs/RAD#install tho I recommend talking to @mmalmi or @sirpy who use IndexedDB in-production with real users, as...