Jan Küster

Results 365 comments of Jan Küster
trafficstars

Weirdly I can't reproduce on my second machine so there must be an issue with my setup.

Fix is here: https://github.com/meteor/meteor/issues/12940

@salmanhasni > we had this before working, but recently updating the meteor cause us this issue. Can you restore the Meteor and Blaze versions where this was working?

Thanks for reporting @jensbuehl I did not know there is a mobile edge browser. I will check it out.

I am using Meteor 1.4.2 and got Houston to work with Meteor.users and Houston._admins (I just use it for user management) the following way: add all dependencies (listet on atmosphere)...

I now also made it to work with viewing external collections via ddp. Is still somebody interested in using this package? If so, I would create some mocha tests and...

Shouldn't we rather api.mply Mongo Object in the simple schema Meteor package?

The throttle code is necessary, since validation triggers reactivity a lot, especially if you have many reactive fields. We could, however introduce an API, where you set a different throttling...

Hi @mslobodan thank your for submitting an issue. I am checking out your linked repository right now and get back to you afterwards.

@mslobodan the problem is that SimpleSchema removed Meteor support with version 3 and therefore your `{ tracker: Tracker }` has no effect at all, which results in the messages not...