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 40 million developers.
Sign up- Austria
- https://silverwind.io
Pinned
2,300 contributions in the last year
Activity overview
Contributed to
StylishThemes/GitHub-Dark,
silverwind/updates,
go-gitea/gitea
and 5 other
repositories
Contribution activity
August 2019
Created a pull request in go-gitea/gitea that received 3 comments
Use a web worker for syntax highlighting, drop IE11 support
Syntax highlighting is now done in a separate thread which should help performance on large files. The web worker is initialized from a function wh…
+96
−13
•
3
comments
- Detect delimiter in CSV rendering
- Update serv.go
- Extract the username and password from the mirror url
- Remove camel case tokenization from repo indexer
- Fix specific highlighting (CMakeLists.txt ...)
- Backport: fix repo_index_status lingering when deleting a repository
- Use a web worker for syntax highlighting, drop IE11 support
Created an issue in go-gitea/gitea that received 8 comments
Server-side syntax highlighting
Syntax highlighing is currently performed client-side which has a few drawbacks: We need to ship a 700kB library to the client which hurts perform…
8
comments