Highlights
- Arctic Code Vault Contributor
- Pro
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
1,326 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 26 commits in 7 repositories
Created a pull request in vlang/v that received 32 comments
fmt: do not add braces for trailing struct arg
All conversations are resolved. And it fixes #6730 This PR does not really resolve the problem described in #6730 anymore.
The reason is that fmt …
Opened 17 other pull requests in 5 repositories
vlang/v
2
open
10
merged
- fmt: intelligent line wrap for trailing struct syntax
- fmt: keep module alias in struct decl field types
- fmt: keep comments after assign on same line
- fmt: keep comments in struct init without fields
- struct: properly parse comments on lines after init fields
- vfmt: improve the documentation for the -c flag
- scanner: allow \e escape used for ANSI styling
- regex: format readme examples
- check-md: verify code example formatting
- scope: remove redundant name arg from register()
- parser: do not fail on comment direct after import
- fmt: smarter wrap of orm update lines
Reviewed 1 pull request in 1 repository
Created an issue in floooh/sokol that received 3 comments
Move `What's new` section from readme to a changelog file
I think you should move the notes on new features into a changelog file and link it because the readme already has grown huge in size and most of i…

