Adam Hanna

Results 27 comments of Adam Hanna

@raix "One issue could be that clients might use the old cordova plugin withe the new cordova js code." So if I understand this statement, essentially a hot code push...

``` Exception while invoking method 'raix:push-update' Error: Match error: Expected string, got object in field id at check (packages/check.js:138:15) at [object Object].raixPushUpdate (packages/raix:push/lib/server/server.js:19:5) at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1704:12) at packages/ddp-server/livedata_server.js:711:19 at [object...

Just to provide an update. The update to 3.0.2 is still working for me. Two new users (one iOS and one Android) just joined my app and both received tokens....

There are a couple in the log, from above. Here's the first one, for example: ``` { _id: '[some long string]', token: { gcm: '[some long string]' }, appName: 'main',...

@bitworkz try changing production to true? Also, impossible to tell without more info. Is there a record with your user ID in the push tokens collection?

@bitworkz I think we should take this offline. Do you have an email or another way I can contact you?

This is a common problem in GANs. Try setting ngf = ndf * 4. As an example, if you have enough memory, try ngf = 256; ndf = 64

I tried adding `export GOPATH=$HOME/go` to my `~/.bashrc` after the sourced gvm scripts, but then my go stopped working. I have no idea why. **EDIT** - scratch that. I just...

Cool, no worries! I'll see if I can't take a shot.