JP Simard
JP Simard
> What prevents you from calling compact when you launch? 1. A way to optionally acquire an inteprocess lock on the file (may already exist, I don't know). We don't...
A the ratio API was added in #2338. It looks great for our needs. I didn't see it because it was merged to `develop` but not `master`.
> I'll see if setting a Username env variable in my action fixes this and report back. This didn't help.
You got it, my password had a `(`. Changing it to something without parentheses worked! Thanks for the quick reply.
For anyone else landing here, the next password I tried after removing the parentheses didn't fail the ngrok setup but I still couldn't use it to SSH to the runner....
Alright you shouldn't use this exact password, but it might help to see what worked for me if you're having trouble getting something with a format that works for you:...
Hi @Kirow, there's definitely value in your modeling approach, but Realm's current inheritance implementation doesn't allow for the polymorphism you're looking for. Your first goal would be fairly easy to...
> So what kind of inheritance/polymorphism is available in Realm at this time? From what I can see, with no polymorphism in querying, nor in relationships, there's basically no inheritance...
I think @shmidt is asking for `person.dogs.remove(mydog)` as a shortcut to `person.dogs.removeAtIndex(person.dogs.indexOf(mydog))`. We've discussed adding something similar to Objective-C in the past and opted against it because we didn't feel...
Closing for the reasons mentioned above.