Fork me on GitHub
#cljsrn
<
2016-09-26
>
vikeri06:09:10

@lxsameer I had the same question and the answer was initially no. And it was suggested to use functions to operate directly on the db argument that you receive. This discussion probably belongs in #re-frame though.

raspasov08:09:14

@pesterhazy haha well I ran into that

raspasov08:09:32

figured out which files to hack to manually increase node.js memory limit

raspasov08:09:54

@artemyarulin ah, interesting suggestion - going to try :whitespace , even though that's not a big time saver compared to the amount of time packager takes at the final step

artemyarulin08:09:39

yeah, packager is a main pain point

balint14:09:00

hey guys! anyone using some kind of a remote build on macos/xcode from windows? wonder how that would be working, if i want to develop for ios but hold on to my windows desktop (since i only have a pc and on it a macos vm)

pawel.kapala15:09:38

Hey, I’m working on an react-native app that needs to work offline at times and synchronise (and help resolve conflicts) with the service. What are my options, if I don’t want to implement fancy REST caching? Ideally I’d like something like meteors’ DDP collections. But before I start integrating that with reagent/reframe I figured I’ll ask if there’s something out there I’m not aware of. Thanks in advance!

pawel.kapala15:09:15

Thanks, I’ll have a look

misha15:09:28

what's your backend?

misha15:09:02

some sql? couch? datomic? file system troll ?

pawel.kapala15:09:46

unfortunately only sql + solor index

pesterhazy15:09:42

it will probably be tricky to get right, esp. conflict resolution @pawel.kapala

pesterhazy15:09:49

but an interesting challenge

pawel.kapala15:09:55

well not seamlessly

pawel.kapala15:09:38

I think it’s rather impossible to resolve conflicts for arbitrary data without user’s interaction 😉 git merge anyone? 😉

pesterhazy15:09:47

I wouldn't aim for a general solution but rather a simple one

pesterhazy15:09:56

e.g. the server always wins 🙂

pawel.kapala15:09:52

… unless user says so 😆

savelichalex15:09:50

@pawel.kapala I'm not sure, but probably couchbase is what you want?

pesterhazy16:09:21

don't see why you can't do this with just a regular sql db

pawel.kapala16:09:40

sure I could, but I’m rather lazy in a sense I look for ready solution first before I approach to solve the problem myself

pesterhazy16:09:18

it's probably going to be manual work either way

keymone19:09:10

anybody had this issue: “Cannot GET /target/ios/goog/base.js” ?