fitouch
fitouch
LEX fix
Finally LEX works in public and user graph! To play/test with LEX, use lex.html in examples/basic/
https://gun.eco/docs/SEA.certify#5-there-are-ways-to-get-a-list-of-links-added-by-a-particular-user `// 1. We may use a LEX query to get all links for a particular user gun .user(room.pub) .get('#links') .get({'.': {'*': Bob.pub}}) .map() .once((d,k)=> { bobLinks[k]= JSON.parse(d) })` It...
I'm developing a react native app and I have iOS version 15.0. I got an error {"message": "undefined is not an object (evaluating 'a.subtle()[f]')", "name": "TypeError", "stack": "@user-script:38:1:2168n@user-script:38:1:1326a@user-script:38:1:407promiseReactionJob@[native code]"} when...
@amark When I used .load(), didn't get all the data one time. Sometimes it skipped some data or return ```{}```. I tried it with 17,000 random messages. I have no...