Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,250 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 6 commits in 1 repository
Created a pull request in sourcegraph/sourcegraph that received 6 comments
Move db helpers to internal/db
This PR moves the FakeClock type to the internal/db/dbtesting package and adds some stub generators to the internal/db package.
These functions wil…
Opened 5 other pull requests in 1 repository
sourcegraph/sourcegraph
1
open
4
merged
Reviewed 3 pull requests in 2 repositories
sourcegraph/sourcegraph 2 pull requests
genjidb/genji 1 pull request
Created an issue in genjidb/genji that received 2 comments
Add .save command
Add .save command to Genji CLI
Synopsis: .save ?badger? PATH
Description: Write database into PATH
Usage:
# run in memory database
genji
# or on-d…