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
1,392 contributions in the last year
Contribution activity
November 2020
Created 60 commits in 3 repositories
Created a pull request in Nordaaker/convos that received 1 comment
Clicking on a nick will create a new conversation
Before this PR, clicking on a nick would put that nick name into the chat input. After this PR it will... Clicking on your own nick will take you …
Opened 5 other pull requests in 1 repository
Nordaaker/convos
2
open
2
merged
1
closed
Reviewed 11 pull requests in 2 repositories
Nordaaker/convos 8 pull requests
- Add a "compact display" mode as Viewport option (WIP)
- Adds open mouth, red hear and kissing emojis
- Add "realname" as a new connection parameter
- Show more info from WHOIS response by default
- New setting to ignore statuses (john joined/john parted)
- Tweak _write_and_wait_p example for clarity
- Chat input is coupled to conversation and restored when we go back from settings
- Ensure markdown link text start with a letter
mojolicious/mojo 3 pull requests
Created an issue in Nordaaker/convos that received 6 comments
Need to replace "dialog" with a better noun
I just got to know that a "dialog" refers to a "dialog box" and not a dialogue. Because of this, I want to rename "dialog" everywhere in the code. …