TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Previewing Meteor's new rendering engine: reactive sortable lists

44 点作者 debergalis超过 11 年前

3 条评论

scottmessinger超过 11 年前
It appears as if rank is stored as a float. The rank can quickly get to be a very, very small number. It seems at some point, float precision might be an issue and&#x2F;or length of the rank key. Have you run into this and&#x2F;or do you have solutions?<p>Brandon Keepers wrote about trying this idea in Ruby <a href="http://opensoul.org/blog/archives/2011/09/06/sortable-lists-in-key-value-data-stores/" rel="nofollow">http:&#x2F;&#x2F;opensoul.org&#x2F;blog&#x2F;archives&#x2F;2011&#x2F;09&#x2F;06&#x2F;sortable-lists-...</a> and ran into a float precision issue (see comment).
millstone超过 11 年前
Maybe I’m using outdated terminology, but why is this called a “rendering engine?” When I think of rendering engines, I think of things that generate pixels.
评论 #6383994 未加载
评论 #6384895 未加载
singlow超过 11 年前
Back in an earlier version of Meteor I actually implemented drag-sortable and drag-drop lists with jQuery UI and Reactive data sources and it wasn&#x27;t very difficult. I can&#x27;t post the source - but there is a simplified demo here: <a href="http://grass-freight.meteor.com/" rel="nofollow">http:&#x2F;&#x2F;grass-freight.meteor.com&#x2F;</a>