Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active May 21, 2016 01:48
Show Gist options
  • Save nolanlawson/7953d9aaebbbe8cb382b to your computer and use it in GitHub Desktop.
Save nolanlawson/7953d9aaebbbe8cb382b to your computer and use it in GitHub Desktop.
Stuff I'm working on

Stuff I'm working on

Next up

  • test case for pouchdb/pouchdb#5180
  • monorepo support for GreenKeeper
  • faster watchify build for monorepo

Later

PouchDB

  • rewrite replicator
  • PouchDB Server in a service worker?
  • WebRTC Pouch
  • Respond to Yaron's questions in the Google Group
  • pouchdb map/reduce calls map functions twice? pouchdb/pouchdb#4967

PouchDB long term

  • monorepo, remove extras, break pouchdb into submodules ('pouchdb-browser') with custom builds, use lerna to tie it all together
  • custom builds - no migration, etc. (using ES6)
  • native secondary indexes, idbnext
  • purge()
  • look into this IE issue pouchdb-community/pouchdb-authentication#45

local-npm

  • better handling of daisy-chaining scenario
  • "precache top n packages" feature?
  • "precache known modules when they update" feature?
  • perf issues
  • request entity too large: local-npm/local-npm#113

Pokedex

  • try removing will-change to fix Firefox perf
  • Fix perf in mobile Edge

Fixed

PouchDB ES6/Rollup follow-up stuff

  • Get rid of the "performance bundle" watchify
  • Use Zuul instead of custom Selenium
  • Move add-license to build.sh
  • remove dead code - notably mapreduce/utils

Abandoned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment