Tom Brückner

Results 124 issues of 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...

bug
help wanted

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...

bug
help wanted

If I am using react tags inside a table, the placeholder is always truncated, as its width is auto-calculated to `0`: ![image](https://user-images.githubusercontent.com/3984535/71443975-7853ba80-270e-11ea-87f6-2dfbd74ffdf4.png) Only if I place the cursor inside the...

bug
unconfirmed

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...

bug

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...

bug

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...

Project:DDP
Project:Mongo Driver

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,...

Project:DDP
Project:Accounts (in user apps)
good first issue
idle

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...

question