amark on master
argh, axe needed skip reset. + … is this good enough? it's alive!!!! and 3 more (compare)
amark on master
fix ws error/reconnect ordering requery - oye, hopefully safer perf seemed worth it to add MC … and 4 more (compare)
location.host +'-testing'
as "sandbox" for these random debuggings, to not put unnamespaced testing stuff to the root :)
'>':'2021/06'
gun.get(window.location.host+'-testing').get('chat').get({'.':{'>':'2021/06'},'%':50000}).map().once(Gun.log)
gun.get('chat').get('2021/06/31').put({stuff:'this is shown'}).once(Gun.log)
gun.get('chat').get({'.' : {'>' : '2021/06' },'%' : 50000 }).map().once(s=>{
console.log (s);
})
gun.get('chat').get({'.':{'>':'2021/06'},'%':50000}).map().once(Gun.log)
const gun = Gun({
localStorage : false,
axe : false,
file : "test",
})
https://cdn.jsdelivr.net/gh/user/repo@version/file
anybody have a working gists of
This will grab keys with '2019/06/' matching prefix (grab all chats in July!) up to a limited number of bytes.
like in the docs ? https://gun.eco/docs/RAD#lex