Steve Traugott

Results 23 issues of Steve Traugott

This pull request implements option (5) in #399. - provides an optional way to set e.g. Ino and/or Gen for the root directory when calling fs.Mount() - provides example/root-ino but...

Does anyone have any examples of the right way to implement "." and ".." dirents when using the fs api? Or do most callers just not implement those? I've tried...

The root directory inode number has gone missing in recent gocryptfs builds. I ran into this while hacking on https://github.com/hanwen/go-fuse/issues/399 -- more details there. I'm running into this myself with...

bug
bug outside gocryptfs

I'm wondering if hitting `alt-s` (or whatever key is bound to the "Favorite Page" shortcut) should simply add a bookmark. Right now (b9ee57f41759a8285d87843ead9846a937892980) it toggles instead. This means that, if...

While writing #1141 I belatedly realized that we need an "Index page" key binding, one that doesn't create a bookmark, doesn't require the user to enter a tag or collection...

Licenses are code; tricky to the point of being analogous to cryptographic algorithms. Writing a custom one often creates unintended consequences. For instance, as currently worded, even with the best...

question

Jason, how stable were you planning to keep the sdfx public API at this stage? Are you considering uppercased things such as WriteDFX to be frozen, for instance? How simple...

### Overview I'm working on being able to generate 2D engineering drawings (with title block etc.) from sdfx. It looks like, in order to do this, I'd need to: -...

Has anyone else run into the naming conflict with the /usr/bin/sq that's shipped with ispell? (For lurkers -- 'ispell' has been around since the early 70's and tends to be...

While working on #66 and #76 I'm finding that working on this project is pretty unwieldy due to half of the code being in a different branch -- it really...