Highlights
- Arctic Code Vault Contributor
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
3,644 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 88 commits in 8 repositories
Created 2 repositories
- silverwind/picomatch JavaScript
- silverwind/add-asset-webpack-plugin JavaScript
Created a pull request in go-gitea/gitea that received 11 comments
Fix heatmap rendering in Chrome and Safari
Apparently SVG inside flexbox renders slightly different across browsers where Firefox would stretch to fit the parent while Chrome and Safari woul…
Opened 44 other pull requests in 3 repositories
go-gitea/gitea
3
closed
2
open
37
merged
- Go linting adjustments
- Enable linting of JS inside templates and fix typo bug
- Fix typo
- CSS table fixes
- CSS table fixes
- Direct avatar rendering
- Prevent clone protocol button flash on page load
- Remove fetch request from heatmap
- CSS navbar and color tweaks
- Fix Fomatic Build
- Fix Fomatic Build
- Issue and Pulls lists rework
- Fix label display on new issues
- Change markdown font weight to 600
- Render diff stats server-side
- Enable syntax highlighting for *.tmpl on GitHub
- Fix issue label rendering
- HTTP cache rework and enable caching for storage assets
- CSS color variables, less bold font weight and more
- Fix comment triangles and tweak inline comment margins
- Fix issue label spacing and hover
- Use monaco for the git hook editor
- Reindent manifest.json
- Fix blame line alignment
- Various style fixes
- Some pull requests not shown.
micromatch/picomatch
1
open
sindresorhus/add-asset-webpack-plugin
1
merged
Reviewed 45 pull requests in 4 repositories
go-gitea/gitea 42 pull requests
- Add Allow-/Block-List for Migrate & Mirrors
- Increment skip to avoid infinite loop in PR author aggregation
- Format files
- Verify password for local-account activation
- ui: show 'owner' tag for real owner
- Use chronological commit order in default squash message
- Clean up SVG
- Clickable links in pull request (and issue) titles
- Direct avatar rendering
- Fix pull request commit list item positions
- Heatmap mini fix
- Fix a bug when check if owner is active
- Fix a bug when check if owner is active
- Fix a bug when check if owner is active
- Move metrics from macaron to chi
- fix media query edge case
- Fix Fomatic Build
- When building rootless docker image move chown&chmod to build stage
- HTTP cache rework and enable caching for storage assets
- Improve strings
- Add tab-size support for Firefox
- [API] Only Return Json (#13511)
- [API] Only Return Json (#13511)
- Use existing analyzer module for language detection for highlighting (#13522)
- unify layout between auth pages
- Some pull request reviews not shown.
openstyles/usercss-meta 1 pull request
nodejs/node 1 pull request
sindresorhus/add-asset-webpack-plugin 1 pull request
Created an issue in go-gitea/gitea that received 9 comments
Support signed pushes
Git supports signing pushes since 2.2.0, we should enable it server side if git is at least that version as it's a backwards-compatible feature. Es…