-
Notifications
You must be signed in to change notification settings - Fork 96
Sprint Aug 24 #29
Comments
added my tasks above. @whyrusleeping yours? |
@lgierth maybe deprecate the etherpad when making issues: https://etherpad.mozilla.org/CFlfCtFXnB that way people who are late know to post it here |
yep good call |
|
batch 8: There are 3 cases of the bug:
Still can't tell why the symlink err doesn't appear in the daemon or |
@rht No symlinks. I can try to make a test case that doesn't require downloading anything if that helps |
@davidar It will definitely help. It is likely any file that is not regular file or directory? One culprit of the not returning err is likely in one of |
@rht No, just regular files. Test case: mkdir foo
for i in `seq 999`; do dd if=/dev/urandom of=foo/$i bs=1M count=1; done
ipfs add -r foo |
I'll likely be on the train tomorrow CEST evening, can someone head the sprint sync for me? That involves:
|
@lgierth I got it. |
Thanks @whyrusleeping, I'll materialize the sprint issue on tuesday |
My sprint update, I likely won't be around for sync. done
pending CR/merge/deploy
little/no progress
|
New etherpad: https://etherpad.mozilla.org/ijvTxGAhOP |
SPRINT CHECKINThis week's primary goal, pushing a full working version of a libp2p, was majorly delayed due to the current challenges when implementing IPLD (with the discovered json-ld limitations), which lead to a lot of discussion in what is the best approach from here forward when it comes to Linked Data. IPLD is necessary for creating MerkleDAG obj/links, which is the data structure of IPRS.
|
@jbenet's updateI'm at an IPFS dinner meetup organized by IPFSers in Basel (switzerland). will be giving a talk tomorrow at ETH, and talks to other groups here. Will look through updates + sync up with people a bit later tonight.
|
@whyrusleeping's update
|
Sprint Goals
Sprint Discussions
See https://github.com/ipfs/pm#sprint-discussion-schedule
Sprint Deliverables
@krl
@rht
@chriscool
@lgierth
@diasdavid
@jbenet
--api <multiaddr>
option --api <address> support for both client and daemon kubo#1598--api <multiaddr>
option (can someone pick this up?)@whyrusleeping
The text was updated successfully, but these errors were encountered: