We’re getting things ready Loading your experience… This won’t take long.
let db = new zango.Db('mydb', { people: ['age'] }); let people = db.collection('people'); let docs = [ { name: 'Frank', age: 20 }, { name: 'Thomas', age: 33 }, { name: 'Todd', age: 33 }, { name: 'John', age: 28 }, { name: 'Peter', age: 33 }, { name: 'George', age: 28 } ]; people.insert(docs).then(() => { return people.find({ name: { $ne: 'John' }, age: { $gt: 20 } }).group({ _id: { age: '$age' },
Almost every Choo release so far has managed to include more features, and reduce the size on disk. In the upcoming v6 release we’re now sitting at 3.8Kb. People often ask how it’s possible to pack a “batteries included” browser framework into something that’s about an order of magnitude smaller than conventional options. This post is intended to break down the bits that make up Choo, and explain
Tiny & beautiful site-wide progress indicator Download .zip Download .tar.gz View on GitHub Highlights Tiny (1KB minified and gzipped), no dependency Perfect for single-page/Turbolinks/pjax applications Responsive Usages Installation Download topbar.js or topbar.min.js and include it in the page. <script src="path/to/topbar.js"></script> optional: also available for Bower (bower install topbar) an
Another long break! Oh, hey! I didn't see you sitting there. You look bored. How about a Redux release to spice things up? Not a huge set of changes to report here. The biggest change, and the reason for the minor bump, is the UMD build is now done via Rollup. One big advantage is more readable code in the bundle. Rollup does "scope hoisting", which is a fancy term for putting every module at the
4.0 has been a huge undertaking by the chai community! A lot has changed to ensure Chai 4 is a stable, reliable, well documented codebase. Here are just some of the major improvements: almost all documentation has been rewritten, with detailed instructions on how assertions work, which flags they can be combined with and the best practices for how to use them. deep equality has been rewritten from
Building a Color Picker Component IntroductionMarko makes building UI components extremely easy and fun! Today we are going to build a color picker component from scratch. We are going to learn how to: Create a project using marko-cliCreate a basic and customizable color picker componentOur final goal for today is create this component: Try Online Getting StartedThe quickest way to get up and runn
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く