Highlights
- Arctic Code Vault Contributor
- Developer Program Member
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 upPinned
4,384 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 80 commits in 8 repositories
Created 2 repositories
- lex111/StateOfCSS-2020 JavaScript
- lex111/almanac.httparchive.org HTML
Created a pull request in facebook/docusaurus that received 14 comments
fix(v2): add support for prefers-reduced-motion in hideable sidebar
Motivation See #3615 (comment) Have you read the Contributing Guidelines on pull requests? Yes Test Plan Enable the reduce motion option and try h…
Opened 59 other pull requests in 5 repositories
facebook/docusaurus
37
merged
1
closed
- fix(v2): restore Algolia search
- chore(v2): prepare v2.0.0.alpha-69 release
- chore(v2): upgrade Infima to v0.2.0-alpha.18
- fix(v2): remove aria-hidden attr from anchor link of heading
- chore(v2): upgrade Infima to v0.2.0-alpha.17
- refactor(v2): adjust dark mode toggle to site style
- fix(v2): do not remove duplicate CSS properties in during minification
- chore(v2): upgrade ESLint deps
- chore(v2): fix several npm warnings
- chore(v2): replace wait-file with wait-on to reduce npm warnings
- refactor(v2): make accessible anchor links from keyboard
- refactor(v2): various markup improvements
- fix(v2): escape alt text in img tag
- chore(v2): fix mismatch peer dependency in MDX loader
- feat(v2): create common base theme
- fix(v2): add support for interleaving Markdown in code blocks
- chore(v2): pin version of babel-plugin-dynamic-import-node to 2.3.0
- chore(v2): downgrade babel-plugin-dynamic-import-node to 2.3.0
- fix(v2): increase stability of hideable navbar
- feat(v2): allow init project via npm
- chore(v2): upgrade dependencies
- fix(v2): add thin scrollbar to proper element in TOC
- fix(v2): fix inconsistent error output in swizzle command
- fix(v2): add support for non-ASCII chars in anchor link scroll
- fix(v2): restore prefetch functionality
- Some pull requests not shown.
StateOfJS/StateOfCSS-2020
6
merged
1
closed
StateOfJS/state-of-js-graphql-results-api
7
merged
HTTPArchive/almanac.httparchive.org
4
merged
lex111/docusaurus
1
open
2
closed
Reviewed 39 pull requests in 6 repositories
facebook/docusaurus 24 pull requests
- feat(V2): add custom wrapper class to SearchPage, fix title
- docs(V2): update Client API docs page
- fix(v2): fix search
- feat(search): update DocSearch to alpha.31
- fix(v2): Algolia: allow contextualSearch + facetFilters
- feat(v2): add baseUrlIssueBanner configuration to disable banner
- docs(v2): fix docusaurus init issue when not using @latest
- chore(v2): remove useless stylelint-copyright peerDependency
- chore(v2): ensure that the react-router and *-dom version matches
- chore: match fs-extra version across the workspace
- docs(v2): recommend Docusaurus 2 usage
- chore(v2): prepare v2.0.0.alpha-68 release
- feat(v2): Added Lighthouse CI to PR checks
- @docusaurus/theme-common
- docs(v2): fix statements background, update footer background
- chore(v2): upgrade ESLint deps
- Adding ConfigCat to showcase
- docs(v2): add npm2yarn to typescript install command
- refactor(v2): introduce Logo component, remove useLogo hook
- feat(v2): add ThemedImage component
- fix(v2): use swizzled SearchPage component if any
- docs(v2): showcase Botonic
- feat(v2): introduce new minification of CSS bundle
- refactor(v2): improve regex matching code-block title
reactjs/reactjs.org 6 pull requests
reactjs/ru.reactjs.org 3 pull requests
sebastianbergmann/phpunit-documentation-russian 3 pull requests
ruby/www.ruby-lang.org 2 pull requests
javascript-tutorial/ru.javascript.info 1 pull request
Created an issue in facebook/docusaurus that received 12 comments
Custom CSS content should be append to the end of bundled CSS file
styles.css (as it expect…