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
2,641 contributions in the last year
Activity overview

Contribution activity
September 2020
Created a pull request in pires/go-proxyproto that received 7 comments
Prefix error messages with package name
This makes it easier to track down where errors come from.
- layer-shell: add for_each_popup
- output-management-v1: add head identifying information
- xwayland: disconnect display destroy listener even if xwayland didn't initialize
- Accommodate for CONFIG_VT=0, all TTYs are in seat0, but not all seat0s have TTYs
- session: Don't refuse unprivileged creation of "direct" backend
- wayland: emit relative pointer events only for current pointer
- Remove xdg-shell v6
- Quieten failure to set login session type
- Fix undefined behavior in xcursor
- cursor: update hide timer during config apply
- server: Avoid using "wayland-0" as WAYLAND_DISPLAY
- cursor: arm cursor hide timer immediately
- xwayland: support views that change override-redirect status
- swaynag: adds option to separately specify the text color for buttons
- swaymsg.1: expand tip for multi-word strings.
- input/libinput: remove input type property bias
Created an issue in caddyserver/certmagic that received 4 comments
certmagic assumes HTTP
certmagic assumes that the server will use/support HTTP 1.1 and HTTP 2: certmagic/config.go Line 682 in c6afa6e This is incorrect e.g. i…