dz - David Zhu
dz - David Zhu
If so, what are some good, mature alternatives?
Following the example from this [guide](https://github.com/codepath/android_guides/wiki/ActiveAndroid-Guide#common-questions) I have set up the following: ``` @Column(name = "remote_id", unique = true, onUniqueConflict = Column.ConflictAction.REPLACE) private int remoteId; ``` My intentional behavior is...
The code portion is shoved to the side.
I generally have many programs running, and I would like to use Mutate to quickly jump to a program if it is already open. Currently, Mutate throws the following error:...
It would be really nice if there was a fuzzy finder option to quickly find the files you are looking for and highlight them, especially in large projects. @sihrc