fitouch
fitouch
@bmatusiak @amark @Orimay Please take a look at this!
@amark ah yes, I should've thought of eval that's more dangerous. We could use hard code operator ("=", "", "*") instead. I would like to join in coding calls, but...
@amark new update now
I thought about hash it normal, but sometimes I want to edit or delete the message from my own user graph and save soul in the room (user graph). LEX...
https://gun.eco/docs/SEA.certify#5-there-are-ways-to-get-a-list-of-links-added-by-a-particular-user Is the code broken or outdated?
@bmatusiak I kept testing. LEX does not work in user graph at all. How can we fix it?
@bmatusiak https://jsfiddle.net/c04fnro3/24/ The operator "=" does not work in user graph, only public graph. Can you test?
@bmatusiak @amark Here's my fix for LEX in user graph. It works for me, I tested it in public graph, content-addressing in public graph, user graph, and user graph with...
@bmatusiak @amark I spent more time testing with the current code in gun.js and I found that `gun.user(Bob.pub).get('list').map().get({'.': { "=": new Date().toISOString() }})` works. Is that expected?
@bmatusiak @amark @Orimay I have a fix for LEX issue. I ran "npm run test" and all passed. Can one of you give me an access to commit my fix...