Chris Drackett

Results 131 comments of Chris Drackett

I would agree here, pull requests welcome! (I don't work in python anymore and have not been able to work on this library in a long time)

I've never used postgresql, and suck at sql in general so I'm not sure what is going on.. maybe leah has a better idea...

so this seems to work unless I have leading periods in the import. For example the following works: `@import variables` while this does not: `@import ../variables`

I'm excited about the focus on replication. Our biggest pain-point on RxDB is that we need to keep managing our postgres + graphql server. It existed from before we started...

@pubkey curious what the initial targets will be for a backend here. Will the focus still be on couch and graphql or something else?

I just did another pass in #44. I haven't tested it all out yet, but for the most part react native should act like the server implementation. For now I'm...

I'm pretty sure this works and is where I started, but I didn't realize how much `document` was used in others parts of the lib! This is why I went...

I think there are probably two levels of RN support: 1. just get React Native working (probably making it look like a server) 2. actually add rich react native support...

I wonder if the best way to handle 2 is to have a way to plop things like platform, viewport size, etc. into the config and then just have react...

yep! this is exactly what I did :) as far as I can tell the issue now is that React Native is trying to use the browser version of plugins,...