Steve Traugott

Results 50 comments of Steve Traugott

Although it occurs to me that (3) alone, skipping (1), is the least invasive of the four options and least likely to break or inadvertently change the behavior of existing...

Looking at this a couple of months later -- after not looking at the code in the elapsed time, my brain sees (3) as easiest to understand conceptually as a...

> couldn't we provide stableAttr for the root node in the mount options? You mean pass Ino in as a field in the Options struct in `Mount(..., options *Options)` and...

I've created PR #404 implementing option (5) above -- StableAttr field in Options. Has an example that works, but no new test cases 'cause I haven't yet been able to...

This is starting to look more like a go-fuse bug -- gocrypt's translation map is setting the root node's `Ino` correctly in [Getattr()](https://github.com/rfjakob/gocryptfs/blob/2a9d70d48f4cc715a6864849cdec91ab08b6fd03/internal/fusefrontend/node.go#L66), but then it's getting overwritten with a...

Depending on which way the consensus goes in https://github.com/hanwen/go-fuse/issues/399#issuecomment-874972645, gocryptfs may need changes. Option (1) in that thread would require no change to gocryptfs (as long as the fix doesn't...

I did a little more digging: While the toggle feature probably made sense at the time it was implemented, it makes less sense now that we need to be able...

Another alternative would be to add yet another key binding, call it the "Index page" shortcut, that would cause indexing to happen, without adding a bookmark or requiring the user...

Which instructions? According to the README, "You can't simply `go get` this library", so yeah, that's not supposed to work. https://github.com/mitchellh/go-z3#installation As shown at the above link, you should only...

There are Windows instructions in the README.