Fernando Mumbach
Fernando Mumbach
Welp, I'm an idiot. I was using the `v2` branch instead of `extract-plugin`. Here's the generated [extracts.msgfmt~](https://gist.github.com/fermuch/e9da127c0c0fb833ee2633f66b2e0d39/raw/6b0e6591579c47656613fe4c9eebb0d6d1ea1ab8/extracts.json) (built with Meteor 1.6-rc.3)
> Do you use meteor build or Galaxy? It should propagate the changes, because the process for dev-server and build is the same now. Haven't tested much though. I use...
> Turns out contents of dot-dirs were already being ignored. I've added another check to ignore dot-files. Thank you! I'll try to take a look tomorrow to check if it's...
Oopsie whoopsie, this comment was an error!
Hello. This is an old issue, but if anyone else comes here wondering: ``` javascript GcmAndroid.addEventListener('register', function(token){ console.log('send gcm token to server', token); }); ``` There the token is sent...
@xphaul are you trying in a device or an emulator?
Great idea! Is there any way to extend the meteor cli?
Sadly not. I had to create a special message requesting the Actor to "die". Once the actor receives that message, it kills itself. I would love to have an official...
> What happens with the mailbox when an actor is stopped? Should we process pending messages? What happens when a pending message is then failing? I think there should be...