- Austria
- https://silverwind.io
Block or Report
Block or report silverwind
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,391 contributions in the last year
Less
More
Activity overview
Contributed to
go-gitea/gitea,
StylishThemes/GitHub-Dark,
silverwind/eslint-config-silverwind
and 5 other
repositories
Contribution activity
February 2022
Created 42 commits in 8 repositories
Created 2 repositories
- silverwind/editorconfig-checker Go
- silverwind/mermaid JavaScript
Created a pull request in go-gitea/gitea that received 11 comments
Fix 'make fmt-check'
make fmt-check did not run all commands that make fmt did, resulting
in missed diffs. Fix that by just depending on the fmt target.
Includes: #18633
+40
−16
•
11
comments
Opened 16 other pull requests in 4 repositories
go-gitea/gitea
2
open
11
merged
- Move editorconfig-checker to lint-backend and remove JS wrapper
- Allow mermaid render error to wrap
- Allow mermaid render error to wrap
- Various Mermaid improvements (#18776)
- Various Mermaid improvements
- Reduce CI go module downloads, add make targets (#18708, #18475, #18443)
- Reduce CI go module downloads, add make targets
- C preprocessor colors improvement (#18671)
- Update JS dependencies
-
Fix
make fmtandmake fmt-check - Use dynamic file names for assets
- Update .gitattributes for .tmpl files
- Update JS dependencies, fix lint (#18389)
editorconfig-checker/editorconfig-checker
1
merged
mermaid-js/mermaid
1
merged
silverwind/mermaid
1
merged
Reviewed 52 pull requests in 2 repositories
go-gitea/gitea
51 pull requests
- remove redundant call to UpdateRepoStats during migration (#18591)
- Replace deprecated String.prototype.substr() with String.prototype.slice()
- Adding support for markdown in checks description
- Fix template bug of LFS lock (#18784)
- Add config option to disable "Update branch by rebase"
- Fix display time of milestones
- Backport: fix a broken link in commits_list_small.tmpl (#18763)
-
Fix a broken link in
commits_list_small.tmpl - Sticky editor toolbar in wiki view and issue view
- Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713)
- Fix forked repositories missed tags (#18719)
- Prevent double encoding of branch names in delete branch (#18714)
- Fix source code line highlighting on external tracker (#18729)
- Fix release typo
- Display template path of current page in dev mode
- Update object repo with the migrated repository (#18684)
- Serve LFS/attachment with http.ServeContent to Support Range-Request
- Disable unnecessary mirroring elements
- Reduce CI go module downloads, add make targets
- Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo
- Separate the details links of commit-statuses in headers
- Add number in queue status to monitor page
- Prevent double encoding of branch names in delete branch
- Prevent security failure due to bad APP_ID
- Prevent security failure due to bad APP_ID (#18678)
- Some pull request reviews not shown.
sindresorhus/eslint-plugin-unicorn
1 pull request
Created an issue in sindresorhus/eslint-plugin-unicorn that received 6 comments
Rule proposal: no-plain-function-expression
Description
A recurring bug that I sometimes introduce involves forgetting the () in a function call. The resulting JS is valid, but the code only …
6
comments