I work on @electron, and make games sometimes.
- San Francisco, CA
- https://nornagon.net
Highlights
Block or Report
Block or report nornagon
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,863 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2022
Created 121 commits in 9 repositories
Created 6 repositories
- nornagon/github-notifs-plus JavaScript
- nornagon/noa JavaScript
- nornagon/game-inputs JavaScript
- nornagon/libuv C
- nornagon/inaturalist JavaScript
- nornagon/inat-bingo HTML
Created a pull request in libuv/libuv that received 29 comments
use EVFILT_PROC instead of SIGCHLD on *BSD to monitor child exit
This adds a workaround for an xnu kernel bug that sometimes results in SIGCHLD not being delivered. The workaround is to use kevent to listen for E…
+66
−4
•
29
comments
Opened 17 other pull requests in 5 repositories
electron/electron
11
merged
1
closed
- chore: cherry-pick f5101995acd2 from chromium
- fix: maxWidth not being respected
- fix: undisable AXTextMarker and related APIs on MAS
- chore: cherry-pick 31376b855469 from chromium
- fix: bundle a11y strings in resources
- fix: undisable AXTextMarker and related APIs on MAS
- fix: strip crashpad_handler binary
- fix: re-enable PartitionAlloc on macOS
- fix: drop nativeWindowOpen deprecation warning
- feat: expose blowfish cipher family
- chore: cherry-pick c5571653d932 from chromium
- chore: cherry-pick c5571653d932 from chromium
electron/governance
2
merged
fenomas/noa
1
open
fenomas/game-inputs
1
merged
inaturalist/inaturalist
1
closed
Reviewed 59 pull requests in 5 repositories
electron/electron
53 pull requests
- fix: Add support for Wayland window decorations
- docs: Update the build docs for electron to improve doc readability
- fix: expose all serial devices to setDevicePermissionHandler
- ci: revert update to Ubuntu 20.04 docker image
- docs: Remove the latin phrase "Nota Bene" from docs
- feat: Added ability to configure if window should close when opener closes
- fix: maxWidth not being respected
- feat: Added missing info to IAP transaction and product structures
- docs: separate the dependency list for ubuntu
- docs: add IPC doc
- fix: css transparent background being lost
- ci: update to Ubuntu 20.04 docker image
- fix: make windows without rounded corners closable
- build(deps): bump node-fetch from 2.6.1 to 2.6.7
- docs: correct requestSingleInstanceLock parameter
- fix: webContents.setZoomFactor crash
- chore: update to latest TypeScript
- feat: Added missing info to IAP transaction and product structures
- feat: add WebAuthn dialog support on macOS
-
feat: support more color formats for
backgroundColor - chore: cherry-pick cc44ae61f37b from angle
- chore: cherry-pick cc44ae61f37b from angle
- feat: add rawHeaders to IncomingMessage
- test: disable flaky test on WOA
- fix: pointer lock escape handling
- Some pull request reviews not shown.
electron/remote
3 pull requests
nornagon/github-notifs-plus
1 pull request
libuv/libuv
1 pull request
fenomas/noa
1 pull request
Created an issue in fenomas/noa that received 3 comments
Using a texture atlas for block materials
Hey there! I'm working off the noa-examples 'hello-world' example, trying to load in some Minecraft-style terrain textures. Minecraft stores its te…
3
comments