Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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
5,398 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 363 commits in 29 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created 8 repositories
- antfu/TypeScript-Website TypeScript
- antfu/vite-plugin-psvg TypeScript
- antfu/psvg TypeScript
- antfu/tixyz JavaScript
-
antfu/ni
TypeScript
•
Built by
- antfu/vite-starter-ref-sugar Vue
-
antfu/export-size-action
TypeScript
•
Built by
- antfu/v-dollar TypeScript
Created a pull request in LingDong-/psvg that received 3 comments
Make textanim.psvg animates from beginning
Currently, it has around 1s for texts from static to start moving, not sure if it's desired. If not, this PR if it and all the texts are animated f…
Opened 19 other pull requests in 5 repositories
antfu/vueuse
7
merged
2
closed
- Preparing RC release
- feat(watchWithFilter): 4 new watch utilities
- feat: event filters
- docs: add guide
- refactor: configurable global to make functions more flexible
- BREAKING CHANGE: refactor!(useEventListener): move custom event target argument to first
- BREAKING CHANGE: refactor!: supported -> isSupported
- test - don't merge
- feat: new function - syncRef
vuejs/composition-api
3
open
1
merged
LingDong-/psvg
4
merged
microsoft/TypeScript-Website
1
merged
type-challenges/type-challenges
1
open
Reviewed 23 pull requests in 10 repositories
antfu/vueuse 9 pull requests
- feat: adds useProgressBar function
- feat: useClickOutside
- chore: make global dependencies configurable
- docs(useWebWorkerFn): improve demo
- feat(useShare): adds isSupported
- chore(useDeviceOrientation): adds event target
- fix: adds fallback for Safari < 14 and older browsers
- docs: update stories template
- feat: new function - useFavicon
LingDong-/psvg 4 pull requests
vitejs/awesome-vite 2 pull requests
vitejs/vite 2 pull requests
antfu/reactivue 1 pull request
type-challenges/playground-plugin 1 pull request
antfu/ni 1 pull request
antfu/export-size-action 1 pull request
vuejs/vitepress 1 pull request
antfu/vite-plugin-components 1 pull request
Created an issue in LingDong-/psvg that received 7 comments
Exclude dist from source control
It's not ideal to keep dist files into the source control as it creates too much verbose and maybe potentially misalignment with the source. But ha…