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
892 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 4 commits in 1 repository
Created a pull request in fdehau/tui-rs that received 1 comment
fix(widgets/block): allow Block to render on small areas
Allow Block to render on areas where the height or the width is 1.
Opened 4 other pull requests in 1 repository
fdehau/tui-rs
2
open
2
merged
Reviewed 1 pull request in 1 repository
fdehau/tui-rs 1 pull request
Created an issue in fdehau/tui-rs that received 1 comment
RFC: Table widget redesign
I've been working on a new design for the Table widget given the obvious shortcomings of the original version. Several users have complained that t…