Joshua Pinter

Results 159 comments of Joshua Pinter

@sandstrom Hey, thanks for the suggestion! I checked it out and it's actually a lot easier to use than axlsx if you're just trying to get a basic .csv output...

@khoerodin What version of Rails are you on?

@khoerodin Nevermind, I forgot that's a helper that we have internally. That helper code is simple, though. It just does this: ```ruby headers['Content-Disposition'] = "attachment; filename=\"tasks.xls\"" ``` I'll update my...

I just want to chime in here because I hit a similar error but a different cause. I was calling `-acodec aac` before a second input `-i watermark.png` and I...

I'm also only seeing an improvement from about 1:50 -> 1:30 when using this versus just using `yarn install` by itself. I'm seeing that the cache is being hit on...

Hey @bmunkholm, any update on being able to start in offline mode first and syncing later. I know it's a bunch of work but it's very important for real world...

@jpsim Yeah, I didn't realize it was persisted locally. Do you have any code examples of how to use Realm Sync but use the local database, if available? I'm doing...

@jpsim Awesome. I was hoping it was that straight forward. Thanks for the clarification. I'll keep watching this issue for progress on registering offline. Cheers! 👍

Hmmm, trying to get this working finally, @jpsim, and it seems that `Realm.Sync.User.current` returns an empty object `{}` even though the user has logged in before and is even online....

@jpsim Also, on this Issue https://github.com/realm/realm-js/issues/857, @fealebenpae suggests using `Realm.Sync.User.all` to get all Users listed in the database. Seems like a few different methods being tossed around here. Thanks!