cryptoboid

Results 8 comments of cryptoboid

Hmm, that's weird. From what I've noticed, it also does weird stuff with the Firefox URL bar on mobile (Android). That's mostly coming from the UI library [SMUI](https://sveltematerialui.com/). Does this...

The balances dialog is fullscreen, but SMUI shows these as such only on mobile, not desktop. I can't seem to find the culprit really, maybe I should make some test...

> The heading "Balances" behaves just like the "Terms and Conditions" header on the demo. The most obvious difference is that the demo modal also has a bottom bar, while...

That's a great question, which I also want to know the answer 😅 The docs are kinda chaotic (https://gun.eco/docs/DAM). I've switched from localStorage to indexedDB, so it should be a...

Hmmm, this one is a bit more difficult. For now, Gun stores the data in localStorage, so you could grab that and decrypt it with the group key (the string...

Hi, so, I've just pushed to `dev` an inspector page. Try inspecting your group by replacing like so: https://splitio.vercel.app/g/XXXXXXXXXXXXXX#YYYYYYYYYYYYYYYYY -> https://splitio-dev.vercel.app/inspector/XXXXXXXXXXXXXX#YYYYYYYYYYYYYYYYY (add -dev and replace g with inspector) For now...

Already in production! You can test it in https://splitio.vercel.app/inspector/XXXXXXXXXXXXXX#YYYYYYYYYYYYYYYYY

update: ~~so, I've found an old group where this same behaviour happens. Strangely, (and luckily!) all info is still available in the indexedDB (and localStorage too, it was an old...