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 up
Pinned
1,162 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 14 commits in 4 repositories
Created a pull request in alacritty/alacritty that received 4 comments
Opened 14 other pull requests in 4 repositories
alacritty/alacritty
1
open
10
merged
- Reduce number of GitHub Actions CI builds
- Bump version to 0.6.0-rc2
- Fix unused import warning
- Fix github releases tag pattern
- Bump version to 0.6.0-rc1
- Update vte to 0.9.0
- Fix github actions clippy job
- Add ability to select text during search
- Fix config file formatting
- Migrate from Travis CI to GitHub Actions
- Deprecate the WinPTY backend
alacritty/vte
1
merged
alacritty/crossfont
1
merged
alacritty/copypasta
1
merged
Reviewed 28 pull requests in 4 repositories
alacritty/alacritty 18 pull requests
- Fix wide characters being cut off
- Create alacritty-term-bigsur.svg
- Add Alpine Linux build prereqs
- Implement cursor blinking
- Fix zerowidth chars on last column handling
- Load only necessary gl functions
- Feature gate 'image' when building without x11 feature
- Bump development version to 0.7.0-dev
- Fix use after free when dropping extra cell's data
- Add ability to select text during search
- Add g++ to dependencies for build from source on Fedora
- Fix sr.ht clippy job
- Fix github actions clippy job
- Update wayland-rs to 0.28.2
- Spawn new alacritty process in CWD on macOS
- Fix config file formatting
- Add editorconfig
- [wip] New faster renderer
rust-windowing/winit 8 pull requests
- Added request_user_attention to Window
- Added focus_window to Window
- [RFC] event: Unwrap user event in map_nonuser_event Err()
- Allow listening to file open events on macos
- X11: Fix multiple RedrawRequested events per event loop iteration
- X11: Fix `request_redraw` not waking the event loop
- Rename desktop eventloop extensions to run_return extension
- macos: Fix compile on aarch64
alacritty/crossfont 1 pull request
alacritty/vte 1 pull request
Created an issue in rust-windowing/winit that received 1 comment
Requesting redraw on X11 does not wake up the event loop
It seems like while requesting the redraw stores the need for a redraw in a shared variable, it never actually makes an attempt to wake up the even…