Andrew Blair
Andrew Blair
A couple mistakes in the docs that I tracked down in terms of keys and values for credentials. I have facebook auth working in my app now as a result...
FYI, `ref.on('value'....) wasn't working on Android. I have solved it in my [pull request](https://github.com/fullstackreact/react-native-firestack/pull/284).
https://github.com/Urigo/angular-meteor
Hi, thanks for making this package. I think it probably saved me some time. I found that I had to add the url scheme to my Info.plist or else the...
Hi, thanks for making the typings for XD, it's a big help. Here are a couple problems I've come across: 1. If I type selection as `XDSelection` and I try...
Do I need to have multiple test DB connections so that the parallel specs aren't colliding when they seed data in `beforeEach`? Curious to know how this should be set...
No serialization. This works: ``` var Duck = schema({ // A duck swim : Function, // - can swim }); var myDuck = { swim : function() {}, quack :...
This package is helpful but it seems to break hot code push on Cordova apps. By process of elimination we found when removing this package, hot code pushes started working...
Hi, thanks for making Drill, it's great! I'm testing on an M1 Mac with this config, ``` base: 'http://localhost:8080/api' concurrency: 1000 iterations: 100000 rampup: 2 ``` I'm testing one GET...
I have my project working locally (running with `vercel dev` but when I deploy (`vercel --prod`), the build gets stuck here: ``` Error: The following Serverless Functions contain an invalid...