Aidin Gharibnavaz

Results 56 comments of Aidin Gharibnavaz

Yes, I think you can. (: I'ts a bug in `CLI`. Take a look at `cli/src/main.cpp`, this is where it begin. And where we parsed the cmd arguments. P.S: Have...

A note about the number 2 above: Beside the methods to start/commit/rollback transactions, there should be a way to auto-manage a transaction. Something like Python's _with_ keyword, or C#'s _using_...

Nastran is not going to work on it anymore. It's free for anyone who's interest.

Take a look at `FSHandler::get_related_tags` method, in `toccfs` directory. This is where it get tags from `libtocc`. I assign the issue to you.

To reproduce the error, import a file with no tag. i.e., import a file with CLI without `--assign`: `tocc -b /opt/tocc-managed/ -i /home/aidin/test-file` Now, mount `toccfs`: `toccfs /opt/tocc-managed/ /mnt/tocc/` Then,...

Thanks for catching this @acapellacci . Are you keen to send a PR? To keep the credit? Otherwise, I can fix it myself.