amark on master
subscribe only on backpropagati… Merge branch 'master' of http:/… PANIC 4: AXE get subscriptions (compare)
amark on master
Panic tests for rod & radix.js … (compare)
amark on master
reduce not-found acks if via/re… test undo tmp (compare)
/gun
route always gives me a 400
npm install gun && cd node_modules/gun && npm start
gun.on('hi', function...
and 'byte'
not connected/disconnect.*
taking higher precedence?gun/gun.js
(don't build it). If React Native, see https://github.com/aethiop/jot tutorial.express.use(Gun.serve)
or express.use(Gun.serve(someDirectoryToServe))
?
hey guys quick question, is there a way to "construct" the subproperties of a chain just one level deep before returning it?
for example:
{
"name": "foo",
"address": {
"city": "bar",
"street": {
// unneeded data
}
}
}
here, i'd like to access just the name
and address.city
i thought about using load()
, but i don't really need to access all the subproperties
or will i have to do separate get()
calls to achieve this?
tldr: is there a way to include the resolution of subproperties when using on()
or once()
on a document?
Is there a full text search example? Like, how do I search for let’s say post’s descriptions that include the word ‘test’? Especially if the searching peer does not have all the posts currently available in it’s database.
Is there a way to tell the network “hey does anybody has X” and retrieve only the search results, but not an entire posts set? I’m okay if some kind of indexing setup is needed, since O(n) for this isn’t very nice...
get({ ".": { "*": e.target.value } })
don't you subscribe to an entire peer?
{ ".": { "*": e.target.value } }
part? I can't see anything in docs mentioning that you can use something other than a string as a key to get
.
label
Object of GUN nodes is for? Is there documentation for it?