Results 55 comments of Andrew

Can you elaborate on the error in `cargo package` please? It should be able to pull in locally defined packages, like `fuse-sys` is. >And again, I am not thrilled to...

Is `basetag` a tag within your collection?

Thanks for reporting @inklesspen. I am not yet going to support MacFUSE 4.*, as it is still quite new, and the author seems to be iterating frequently with micro version...

Thank you for bringing this to my attention, I am not too familiar with clippy yet. I will leave this issue open until someone (myself or a new contributor) has...

Hi, adding a `UNIQUE` constraint to a column will create a unique index behind the scenes. Same with `PRIMARY KEY` designations. But now that you mention the indexes, I am...

Thanks! There should definitely be an improvement if indexes are added for the FKs. Good catch. I will leave this issue open for a bit, since is a straightforward problem...

A helper tool that does that sounds awesome. It would make it much more convenient to manage lots of files that way. There's no way to do that currently. In...

Thanks for both of your thoughts on the problem. Let me repeat back the problem to make sure I understand it: Essentially @eode would like the ability to call `sh.something`...

@mentalisttraceur TIL! Thanks for explaining. @eode does this solve your problem?