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
876 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 21 commits in 5 repositories
Created 4 repositories
Created a pull request in fyne-io/fyne that received 20 comments
RFC: New container.New() and container.NewWithoutLayout() functions
Description: This is a proposal about adding container.New()
and container.NewWithoutLayout()
to the container package, like discussed.
Checklist:
…
Opened 17 other pull requests in 8 repositories
fyne-io/fyne
2
open
6
merged
1
closed
- Proper dot escape in vedoring regexp and performance improvement
- Reorder some struct fields for memory savings
- Deprecations for Progress, ProgressInfinite and Entry dialogs
- Very small optimization: Switch from bool channel to struct{} channel
- cmd/fyne: Switch to using strings for bundled resources
- Switch to outline icons, fixes #1229
- widget: Small optimizations to tabcontainer
- Fix two ineffectual variable assignments
- Refresh entry on SetValidationError()
fyne-io/fynedesk
2
merged
Jacalz/wormhole-william
1
closed
Jacalz/fyne
1
closed
Jacalz/wormhole-gui
1
merged
fyne-io/fyne-cross
1
merged
docker/golang-cross
1
open
fyne-io/fyne-x
1
merged
Reviewed 6 pull requests in 4 repositories
fyne-io/fynedesk 2 pull requests
fyne-io/fyne 2 pull requests
fyne-io/fyne-cross 1 pull request
fyne-io/fyne-x 1 pull request
Created an issue in mholt/archiver that received 1 comment
Readme incorrectly mentions not mitigating zip-slip attacks
The README does specifically specify that this package doesn’t try to prevent zip-slip attacks due to various cross-platform issues and so on. Howe…