Aidin Gharibnavaz

Results 18 issues of Aidin Gharibnavaz

Assume the following classes. I handled `SerializationContext.ResolveSerializer` event, and handler will get called when serializer tries to serialize `ChildData`. Though `DataSerializer` can serialize `ChildData` class, the `ResolveSerializerEventArgs.SetSerializer` doesn't let me...

enhancement

I packed a dictionary, which contains another dictionary inside of it. When I unpacked that again, instead of the inner dictionary, I found an integer. (count of the keys of...

question

It would be great if there's a selective backup feature, which let's users select only some specific dialogs to backup. Most people joined a lot of groups and chats, but...

feature

There can be auto-complete for all the arguments of CLI. For example, when I write `tocc --tag` and press the _tab_, it complete the command to `tocc --tags-statistics`. It can...

There should be an option in libtocc API, to let the client choose whether queries should be case-sensitive or case-insensitive. Discuss your ideas here.

Implement a RegEx class which is derived from FunctionExpr in database/expr/ When it compiles, it returns a Jx9 code that calls a C function. The C function will match a...

assignee: Dick

When calling tags statistics method in `libtocc`, it also returns a special tag: `*no tag*`. For the files which does not have any tags assigned to them. `toccfs` calls this...

bug
easy
assignee: Anukin

There should be a way to import multiple files. e.g.: ``` tocc --import /media/aidin/home_storage/photography/2014-07-21/* ``` Which imports all the files inside the _2014-07-21_ directory. Note that it should be done...

assignee: Yassine

We need someone to create Debian packages for our releases. The ideal is to have a script that automate package creation.

Right now, there's only two `create' method for ConnectiveExpr classes: one that accepts a ConnectiveExpr_, and one that accepts FieldExpr_. But, there should be something that accepts an array or...

assignee: Gaurav