Kevin Atkinson
Kevin Atkinson
This sounds like it involves me. Is there a reason I am not mentioned?
I listened in from around 1:00 to 1:30. I like the idea of ipfs-pack, but I see some potential problems. i have not had time to review the spec so...
> Does IPFS automatically notice that the file moved? Is it monitoring the directories? No > How can Andrew tell ipfs "I've moved this file to a new location. Update...
To add further clarification the filestore as I implemented it does not monitor the directory. Rather it will notice the file is not available or changed when it is retrieved...
@whyrusleeping this sounds like a fairly easy thing for me to do. Let me know how deep you want to go (for example should I implement @mattseh suggestion) . Should...
@whyrusleeping, so what exactly will be the difference between `object stat` and `dag stat`? The description for `object stat` says "Get stats for the DAG node named by <key>" and...
@whyrusleeping by bad, I misinterpreted the description of the `ipfs dag`
@whyrusleeping Sure, do you want me to make it a priority?
So the reason "object stat" is not returning anything meaningful for a "cbor" object is that it calls the `Stat` method of the `Node` interface which is unimplemented in the...
@Stebalien most of that information is currently not stored anywhere so will need to be computed, which is currently a very expensive operation. It may be useful for a `stat`...