Neville Franks

Results 93 comments of Neville Franks

@YuriSolovyov No, nothing to do with performance. Just another step in Mongo compatibility. Projections can also simplify downstream code, by just returning specific properties.

I am trying to use Powertip with [wysihtml5](https://github.com/xing/wysihtml5) which creates iFrames which are used to replace 's. The element associated with the Powertip is inside the iFrame, but I manually...

@stevenbenner I have been working on this and making progress. I hope to get something wrapped up today, that meets my needs. I'll post again when I'm done.

@stevenbenner I've made the following updates to enable Powertip's to work inside iFrame's. I've only tested this where the tip element is inside an iFrame and the Tip itself is...

@stevenbenner Keep in mind the _optional_ requirement to have the tip itself in the body of the iFrame parent. This is needed when the iFrame window isn't very big. And...

@thomasjoyce I do have an update to the zip I posted above that I am using. It is based on PowerTip - v1.1.0 - 2012-10-15 so is behind the current...

@reggie3 I've got the same problem and have battling with all day. In gulp-rsync `index.js` change: ``` source: sources.map(function(source) { return path.relative(cwd, source.path) || '.'; }), ``` to: ``` source:...

@reggie3 The fork mentioned https://github.com/jerrysu/gulp-rsync/pull/28 resolves this issue. However the same dev has created rsync-slim https://github.com/stcruy/rsync-slim which I suggest folks use.

+1 I have the same question. Let's say I have 500 items and I want to scroll to item 225 how would I do that? Also is it possible to...

@Thrilleratplay Thx, but in my use case I want to programmatically scroll to item 225 and lazy load items around that. ie. The user isn't performing the scroll.