Results 41 comments of Andrew Osheroff

Appreciate the test @markopolojarvi. I'll check it out and report back here when I figure out the root cause.

K so looks like the issue here's that when you create `drive3`, you're passing in a null value for `drive1.key` because `drive1` isn't ready yet. To fix the test, you...

Actually I'll leave this open in case the `create` issue was just a small mistake and not related to the core issue. @markopolojarvi is the test case you made a...

Hey @da2x since this is the first issue of yours I'm replying to, just want to first say thanks for opening them! I think all your suggested CLI improvements would...

Sorry for not getting back to you on this one @sammacbeth. Gonna do another FUSE debugging push next week and this will be a priority. Pretty sure it has to...

Thanks for digging into this @da2x. Hyperdrive and hyperdrive-fuse should both support ftruncate, so this must just be a bug. Can you give any more info about what you mean...

Hey @mokasin, yeah perhaps the import command shouldn't watch by default -- it currently does. I'll add a more descriptive message. Thanks!

Yeah @da2x I think I'm just gonna make `import` not watch by default, as `--watch` is pretty standard. I'll get this into the next release.

Hey all, we added `upload` and `download` commands to the CLI in 1.12.3 (the latest beta version). Both commands watch their source directories for changes, and should mirror much of...

Hey @okdistribute that's a strange one! On the `upload` side of things, it will only create the drive for you (with the key that the command outputs), but it won't...