Tom Brückner
                                            Tom Brückner
                                        
                                    Since a while, I am getting this error when trying to run an app with `meteor run android-device`: ``` % "cordova-plugin-file" is required by (cordova-plugin-file-transfer) and cannot be removed (hint:...
I upgraded from an earlier version of `raix:push` to the latest 3.0.2 and replaced `config.push.json`with the new JS-based configuration `Push.Configure()`. However, whatever I try, I cannot set `production: false`. If...
I just found out about the Nuclide Atom package (https://nuclide.io/) and already love it. Unfortunately, it is not compatible with ```atom-tree-ignore```, which I use a lot. The plugin won't filter...
If I am using react tags inside a table, the placeholder is always truncated, as its width is auto-calculated to `0`:  Only if I place the cursor inside the...
Hi, we created a video-heavy site based on lax.js: https://marblever.se/v2 It works perfectly on Chrome. But if I try it out on Safari iOS, the page tends to reset itself...
In my React app, I would like to center an animated element on screen, using the following technique: 1. Setting `left` to 50% 2. Setting `translateX` to '-50%' The animation...
I am using the date range picker in combination with MeteorJS and other packages that are incompatible with jQuery 3.x. In older versions of Meteor, I was able to suppress...
Hi, I'd like to issue #10808, because a couple of other folks (like me) are facing similar issues and I just became aware of that thread. Please also have a...
Our Unity app connects to a Meteor server via DDP, so we had to roll our own DDP protocol implementation, based on an [old library by Greencoder](https://github.com/green-coder/unity3d-ddp-client). It works fine,...
First off, thanks for this great package! I have a question about best practices for sending out a notification to thousands or even hundreds of thousands of users (e.g. all...