Abdelaziz Elrashed
Abdelaziz Elrashed
> * Let's bump version to `0.3.0` and also write a small note in `CHANGELOG.md` I think this can now be bumped up then we can update the examples easily.
After some investigation I found that when I enabled `loggable.ComputeDiff()` in `loggable.Register()` the issue occurred and when I removed the error will go. So the main issue should be within...
Hi @sas1024, `data` is an instance of `Country` struct so here it is: ```golang // BaseModel model type BaseModel struct { ID hide.ID `gorm:"primary_key" json:"id,omitempty"` } // TrackingModel model type...
After extra investigation I think that this [line](https://github.com/sas1024/gorm-loggable/blob/master/callbacks.go#L134) below inside `callbacks/computeUpdateDiff()`: ```golang old := im.get(scope.Value, scope.PrimaryKeyValue()) ``` Does not return the old record to make **Diff** operation with new one.
This let me pass the error and fall into a new one: ```shell reflect: call of reflect.Value.Field on ptr Value ``` And I can't share the complete logs because I...
Okey I did reset the code and just add `pointerType` function with its call inside `callbacks/getLoggableFieldNames()` and produce the issue which gives me this: ```golang 2019/09/25 17:01:39 [Recovery] 2019/09/25 -...
@vetcher I'm not sure now, because I forked it locally and I did changed a lot of things for a degree that I can get rid of **`identityManager`** itself.
# **Proposed Solution No. 1** 
On `Pydroid 3` I think it delves into an infinite loop printing `still running...` because after sometime it will exit unexpectedly  Both `Pydroid 3` & `QPython` provides offline IDE...