dat.haus/ seems down? i thought it was working yesterday
im thinking it might be a cool idea to have a wrapper for a hyperdrive archive that mimics the hyperdrive archive api but instead does calls to dat.haus
juliangruber: jhand right now dat.haus returns the file list as an array instead of a json stream, what do you guys think about making it a stream?
iml_ joined the channel
nevermind i had an old version of hyperdrive-http
is there any reason why dat.haus is depending on 2.0.0
instead of 3.x?
juliangruber: can you add me to dat.haus so i can submit a pr for that?
juliangruber
karissa: done
no particular reason for that :)
karissa: just commit that to master and get mafintosh to redeploy
karissa
k
done
yoshuawuyts
what time was the beer thing again tonight?
eljee
7pm yoshuawuyts
yoshuawuyts
ohhh, it's almost 7 :D
eljee
come over whenevs
we'll be there, and if we move (unlikely) we'll tweet location
mafintosh: hey me and jhand are working on a thing using discovery channel and were trying to figure out why we werent finding peers with {dht: false} (only using DNS), and after debugging some i noticed here https://github.com/mafintosh/dns-discovery/blob... you never do on('response') which is where the DNS queries come back, on('query')
never gets called in our use case but on('response') does when using the DNS servers for peer discovery
(serapath) how should i use yo-yo to avoid this problem?
jhand
hi @serapath, should the red button only update itself?
When you create the second button, on line 9, ${Component2(counter)} you are passing the same counter to both buttons
dat-gitter-bot
(serapath) no, resetting the blue one
(serapath) so the red one should update both simultaneously - that's fine. i'm worring just, that the blue button doesnt update anymore after clicking the red one once
jhand
so the blue should update itself as well?
dat-gitter-bot
(serapath) the blue one does update itself when clicked
(serapath) but after clicking the red one once, the blue one doesnt update anymore
(serapath) when clicked
jhand
ah! I was just clicking the red first =)
Im a yo-yo novice so I am not quite sure. It looks like your counter and blue event still work.
There is a #choo channel in IRC. They may know a bit more about yo-yo
dat-gitter-bot
(serapath) really? but the blue button, after clicking the red one, doesnt increase itself anymore, right?
jhand
ya thats right. I added a console.log('blue', counter) to the component2 update function and that prints out fine