Skip to content

Instantly share code, notes, and snippets.

@rubiojr
Created March 16, 2025 15:02
Show Gist options
  • Save rubiojr/2d1520b43aa441614faf86bb2e95a38c to your computer and use it in GitHub Desktop.
Save rubiojr/2d1520b43aa441614faf86bb2e95a38c to your computer and use it in GitHub Desktop.

My Open Source Contributions Last Week

Last week, I was active across several open source projects, focusing on new features and improvements:

Extensions for Zed Editor

I created a new Zed extension called GitHub Activity Summarizer that allows users to view their GitHub activity without leaving the editor. This context server integrates with GitHub's API to fetch recent interactions including comments, issues, and pull requests, presenting them in a formatted summary.

Risor Language

I contributed to the Risor programming language with two pull requests:

Glance

I proposed an enhancement to the Glance image viewer in PR #445, suggesting to expose the serveApp functionality to allow embedding Glance in desktop applications. I created a sample implementation at glance-embed to demonstrate the concept.

GitHub Activity Summarizer

I also set up automated releases for my GitHub Activity Summarizer (GAS) project, configuring GitHub Actions to publish binaries when tagging new releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment