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
2,383 contributions in the last year
Activity overview
Contributed to
sourcegraph/sourcegraph,
DefinitelyTyped/DefinitelyTyped,
felixfbecker/olfaction
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in sourcegraph/sourcegraph that received 3 comments
- Refactor FileInfo in browser extension
- dev: support switching our default branch to main
- fixed race condition for settings being unavailable for extension
- Add global insights
- Only show select context label on medium or larger screens
- Fix hook in SearchPage component
- codeintel: Rename lsif indexer field to toolName
- Don't mark old go extension as unwanted
- codeintel: Add support for diagnostics
- Fix identifier for golang vscode extension
- unify update site alerts + remove animated background from alerts
- POC: all-in-one third party licenses file
- authz: move permissions sidebaritem to enterprise
- moved query tranformer registry to the worker
- Use enzyme and enzyme to JSON for snapshot tests
- web: Reload after toggling the Campaigns flag
- Add viewerCanAdminister flag to campaigns connection
Created an issue in sourcegraph/sourcegraph that received 5 comments
Repos randomly get deleted and need to be recloned, breaking search
In a local dev instance, I often get no results for commit searches that I know definitely should return a result. E.g. https://sourcegraph.test/se…
5
comments
- prevent-abbreviations: when multiple replacements are defined, suggest each through ESLint's suggest API
- prevent-abbreviations: TypeScript type references are not considered by autofixer, interfaces and type aliases not checked
- prevent-abbreviations renames parameter, but not reference to parameter in type guard signature
- prevent-abbreviations removes optional declaration of TypeScript parameter