evolross

Results 16 issues of evolross

On Meteor `1.8.1 `and JetSetter `1.5.2` I have one particular app where JetSetter is showing a blank window with the cursor stuck far over to the right. I'm unable to...

I just noticed that the `overridePublishFunction` config setting seems to be removed from the docs and defaults to true in the code and isn't referenced anywhere else. This was useful...

I'm using this library in two places in my project. 1. To drag and drop a `` of `` elements 2. To drag and drop a set of `` elements...

Many times in a `before.update` I'll check the incoming `modifier` and update it to enforce application rules. A perfect example is sanitizing HTML from a rich-text editor before saving. Simply...

bug

Hit another nasty bug with collection hooks today in production. Wanted to leave it here in case I jump in and try to fix these. My use case is inserting...

I'm on Meteor 1.5.1. I have a collection defined in `/collections` (so server and client) with a hook like this: `Widgets.after.insert(function(userId, doc) {...};` On the client in a template click...

I was looking at the `grapher` `MemoryResultsCacher` for use in my app and I ended up rolling my own based on your strategy. In thinking about how it works, I...

I've noticed that for an example editable text field, if I edit the value and in the success attribute I do a Meteor collection update with the newValue the value...

I'm using this package to insert a new document that I then want to edit immediately using x-editable in Meteor. It's basically an insert form, but you actually end up...

Add a link to the source of your example project in your Readme: https://github.com/smeevil/responsive-block-grid-example Just reading your Readme alone I was confused if `{{> reactiveBlockGrid cursor=myCursor template='myTemplate'}}` should be insidee...