Joshua Pinter

Results 159 comments of Joshua Pinter

Can we close this because the PR has been merged... 5 years ago?

@tacoman667 Hey, I like your additions. Any idea how I would easily include your fork? I'm used to npm and RubyGems right now so can't figure out this .jar and...

@tacoman667 Thanks for the response. Yeah, I figured it's not as easy as updating the GitHub branch on a `package.json` file. :) I had trouble building the .jar, likely because...

@tacoman667 Just an update, include the library and have everything working great, including your updates and some other things, like returning the saved object on `save()` instead of the object's...

@tacoman667 Me too, actually. I use Realm (and their sync platform) for my side project, [ntwrk](http://ntwrkapp.com/). Cross platform, React Native with built-in sync. It's not perfect but it's pretty damn...

I've been wondering the same thing. I'm not sure if there's a more recent fork that somebody has been maintaining and merging in the PRs but I'm maintaining my own...

@philipesteiff What do your arrays look like? Just strings?

Shouldn't be too bad if you create a [custom TypeSerializer](https://github.com/pardom/ActiveAndroid/wiki/Type-serializers). How comfortable are you with this? Otherwise, I can have a look tonight.

I've never had to do it before but it should be possible. What kind of data are you storing in your `Integer[]` column?

Well, you're obviously saving `Integers` in your `Integer[]` column. ;) But integers for what? Is there another way to architect it to avoid doing this?