James

Results 51 comments of James

it requires to declare this method on all models, so ive added to my base model ``` def dump_replicant(dumper, opts={}) fields = attribute_names dumper.write self.class, id, fields, self end ```...

hi, the fix is simply moving the tag 1.2.0 to the latest commit can someone do that in this repo? thank you

same with https://github.com/satori/go.uuid/issues/66

this repository no longer maintained?

in my project, I moved the objectbox.init into service to avoid multiple initialization. and do a code to wait for it to be available: ``` override fun onPostCreate(savedInstanceState: Bundle?) {...

problem is when image is inserted with prefix / it will not be shown correctly in ckeditor without /, basehref is honored

problem only effect inside admin problem with uri which does not reside on / root

i think it could be due to save n exit, save n continue seems to work

why isnt this resolved? i tried to specify a commit hash in version, same deal

yes, but when i use the dart library to retrieve from dart server, it works properly. but when on nodejs, the int32 behave that way. double works properly thou... do...