Xilin Jia

Results 316 comments of Xilin Jia

I am just looking into getting Syncthing to sync Omni-Notes between my phones. Which folder should I set to sync? Or is the released version not ready for this?

This is a critical feature that's desperately needed. In my sense, the current ToMany relations are pretty controversial. On the one hand it is convenient, makes the code more elegant,...

I am also having concerns about disk usage. How can one create a secondary database within the same app?

> I just want to make sure that the DB size is growing within expected bounds: basically, if you remove and put comparable sized entities in the same quantities, the...

Sorry, not making conclusions, just thought to present some observations if that could help you make conclusions. Just did a total transfer of data onto a secondary DB and the...

If only I know what in my specific usage causes disk space not being released. Note I have no other way of using the DB aside from what are allowed...

Seriously need case sensitivity covering at least extended ascii characters. As it stands now, not only Cyrillic, but German, French, Spanish, Italian don't work fully (given the accent letters).

Wonder what's the behavior in Dart with model inheritance? Say I have a Base class (which is not annotated, so it's not persisted as documented) and a Sub class (annotated...

My mistake I guess because I passed a label to each plot with a Array{String,1}, as ` P2 = plot(Plots.fakedata(50,5), label=["fake"])` But this was tolerated by GR. if I do...

I need the vertical layout (multiple rows of plots) because the data share the same x but with y values in different scales. Are there other ways of doing it?...