Level / community

Discussion, support and common information for projects in the community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write FAQ

vweevers opened this issue · comments

As suggested by @ralphtheninja in Level/levelup#667 (comment).

TBD where it will live. Let's start by collecting common questions. Please post suggestions and/or edit.

  • Q: Can't compile. A: usually to upgrade leveldown or install toolchain
  • Q: Where can I get support? A: community
  • Q. OpenError: IO error: lock ./db/LOCK: already held by process: A: Level/levelup#667
  • Q: How do I access my db from multiple processes? A: multilevel(down)/party
  • Q: Where can I find TypeScript typings? A: DT
  • Q: Must I close my db? A: typically no
  • ..

How would we give visibility to the FAQ? Options:

  • Through .github issue template
  • Put on website, and link to website from every repo
  • Add link to FAQ to top of every README

Other ideas?

Made a start in #108.