Ruben Sainiuc

Results 10 comments of Ruben Sainiuc

Hi! I am also using the latest version `ground:[email protected]` in `[email protected]` and my app is white, with a lot of errors in console. The errors keep appearing even if I...

I downgraded to `ground:util@=0.1.13`, and the behavior is still the same, with the same errors. This is where the exception is thrown: ``` js // Access the DDP connection class...

You can install and replace `tar` with `bsdtar` in the Dockerfile, right before installing meteor: ```dockerfile RUN apt-get install -y bsdtar && ln -sf $(which bsdtar) $(which tar) RUN curl...

@Jeyanthinath How about putting the original `tar` back after meteor installation? ```dockerfile # meteor installer doesn't work with the default tar binary RUN apt-get install -y bsdtar \ && cp...

You are using a Go driver, so you can try forcing a direct connection using `connect=direct` option, so that mongo driver ignores the replica set hosts and uses only the...

@williamli cc @raix A custom push icon (for Android at least) can be set this way: Create the .png icon in `your_project/resources/icons/pushicon.png` (or any other path you like) Create an...

@raix I tried that first. :smile: But that way `meteor build` crashes when Cordova compiles for Android, telling me that the `android` dir isn't an Android application.

Not yet, but I will. Thanks for the great push package, btw. :+1: