Weekly GitHub Report for Nixpkgs: June 23, 2025 - June 30, 2025 (22:59:59)
Weekly GitHub Report for Nixpkgs
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. News
1.1 Recent Version Releases:
No recent version releases were found.
1.2 Version Information:
To provide a summary, I would need the specific version release information, including the description and creation date. Please provide those details so I can assist you effectively.
II. Issues
2.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.
-
linux-firmware: amdgpu still broken on 20250621: This issue reports a significant performance degradation and inability to log into a session after upgrading the linux-firmware package from version 20250613 to 20250621, specifically affecting systems using the amdgpu driver. The user provides detailed logs indicating errors related to the DMCUB firmware and suggests pinning the firmware to an earlier version to avoid these issues.
- The comments discuss ongoing issues with the amdgpu driver after a firmware update, with users reporting similar problems across different hardware setups. Some users mention that a specific commit in the linux-firmware repository resolves the issue, while others note continued problems even after applying the fix. There is a discussion about the challenges of managing firmware updates in a rolling release model, with suggestions to pin firmware versions to avoid instability.
- Number of comments this week: 28
-
nixos/paperless: Endless loading / service not responding after some usage: This issue describes a problem with the Paperless service on NixOS, where the service becomes unresponsive and requires a server reboot to recover, potentially due to a switch from
gunicorn
togranian
as the process manager. The issue is complicated by the fact that it occurs with both SQLite and PostgreSQL databases, and there is no clear path to reproduce the problem, although it seems to be triggered more frequently when logging out.- The comments discuss the potential database issues, with suggestions to switch from SQLite to PostgreSQL, but the problem persists with both databases. Users share their experiences, noting that the issue might be related to the
granian
process manager, and some users report similar problems without logging out, indicating a broader issue. - Number of comments this week: 11
- The comments discuss the potential database issues, with suggestions to switch from SQLite to PostgreSQL, but the problem persists with both databases. Users share their experiences, noting that the issue might be related to the
-
Package Request: pter: This issue is a request to package the software "pter" for the NixOS nixpkgs repository, with the user providing a
shell.nix
configuration as a starting point. The user is seeking assistance from the community to create a package that can be easily declared within environment packages, expressing gratitude for the community's work.- A community member provided a patch to package "pter" and its dependencies, suggesting the requester maintain it and create a pull request. The requester, lacking packaging experience, received further help with a
shell.nix
file, and another user opened a pull request to address the issue. The requester encountered a problem with PyQt5 not being imported, which was resolved by enabling thewithQt
flag. - Number of comments this week: 10
- A community member provided a patch to package "pter" and its dependencies, suggesting the requester maintain it and create a pull request. The requester, lacking packaging experience, received further help with a
-
Build failure: devenv: This issue reports a build failure for the 'devenv' package in the Nixpkgs project, specifically on the unstable version 25.11, where a patch application fails during the build process, causing the build to exit with an error. The problem is reproducible by Hydra, and the logs indicate that one of the patch hunks fails to apply correctly, leading to the failure.
- The comments discuss confirmation of the issue by multiple users and mention that it might be related to another issue. There is a discussion about a committer losing access due to a previous incident involving telemetry, which some users believe is unrelated to the current issue. The issue is expected to resolve itself with the next Nixpkgs update, and there is a debate about the handling of telemetry in the package.
- Number of comments this week: 10
-
plasma-desktop/kwin: kwin crashing on login: This issue reports a problem with Kwin crashing upon login after updating to Plasma 6.4.0 and persisting in version 6.4.1, which also results in the loss of battery-related functionalities such as the battery icon and usage statistics. The user provides steps to reproduce the issue and expects Kwin to operate without crashing and for the battery functions to work correctly.
- The comments discuss troubleshooting steps, including posting a full traceback and using
coredumpctl
to debug the issue. A potential link to a known KDE bug is mentioned, which might be resolved in a future release. Some users suggest a temporary fix by removing a configuration file, but the issue reoccurs for others, leading to the decision to keep the issue open. - Number of comments this week: 10
- The comments discuss troubleshooting steps, including posting a full traceback and using
2.2 Top 5 Stale Issues:
We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.
As of our latest update, there are no stale issues for the project this week.
2.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 93
Summarized Issues:
- Build Failures on aarch64-darwin Systems: The
unicode-paracode
CLI tool andpython3Packages.spectral-cube
package both encounter build failures on aarch64-darwin systems. The former is due to a KeyError related to the 'green' formatting option, while the latter faces aTypeError
due to anumpy.bool
object being misinterpreted as an integer.
- Package Update Requests: Several packages in the Nixpkgs repository require updates, including "openobserve," "gpt4all," "gForth," "zulu24," "libiio," "gitbutler," "Electron," "Scribus," "yaak," "obs-studio," "endless-sky," and "speed_dreams." These updates are necessary to incorporate new features, fix bugs, or ensure compatibility with other software.
- Build Failures Due to Missing Dependencies: Several build failures in the Nixpkgs project are caused by missing dependencies, such as
libiconv
forpkgsCross.mingwW64.libxml2
, a missing directory fortidal-hifi
, and a missingreveal.js
directory formdslides
. These issues prevent successful builds and require dependency adjustments.
- Build Failures Due to Incompatibility: The
ical2orgpy
package fails to build on NixOS due to incompatibility with Python 3.13, and the Grafana package requires a higher Go version than currently available. These incompatibilities necessitate either downgrading the environment or updating the dependencies.
- Build Failures Due to Configuration Issues: The
nodejs_24
package andpapirus-maia-icon-theme
face build failures due to configuration issues, such as an address conflict error and missing wrapping behavior for dependencies, respectively. These issues require configuration adjustments to resolve.
- Build Failures Due to Deprecated Functions: The
lttng-tools
package fails to build on NixOS due to a deprecated function and an error related to a non-function pointer being called. This issue requires code updates to replace deprecated functions.
- Build Failures Due to Missing Install Rules: The
pkgsStatic.llhttp
package fails to build due to a missing install rule, which prevents the creation of a static version ofllhttp
. This issue requires the addition of the necessary install rules.
- Build Failures Due to Memory Allocation Issues: The
pkgsi686Linux.nix.tests.simpleUefiSystemdBoot
test fails due to a memory allocation problem on a 32-bit system, as the virtual machine cannot allocate more than 2047MB of RAM. This issue suggests adjusting the memory size or changing the VM host platform to 64-bit.
- Build Failures Due to Missing Commands: The
nixosTests.qemu-vm-external-disk-image
test encounters a kernel panic due to a missing command during the configuration switch, which was previously functional with an older Perl script. This issue requires identifying and restoring the missing command.
- Build Failures Due to Format String Problems: The
pkgsCross.mingwW64.gnugrep
package fails to build due to a format string problem in thexbinary-io.c
file, causing the build process to terminate with an exit code 2. This issue requires correcting the format string.
- Build Failures Due to Missing InstallCheckInputs: The
python3Packages.buildPythonApplication
in the NixOS/nixpkgs project is not correctly utilizingnativeInstallCheckInputs
, as demonstrated by the nvitop package. This issue requires ensuring bothinstallCheckPhase
andcheckPhase
function properly.
- Build Failures Due to Missing Wrapping Behavior: The
papirus-maia-icon-theme
fails to build due to a missing wrapping behavior for the qtbase dependency, requiring either the addition of wrapQtAppsHook or wrapQtAppsNoGuiHook to nativeBuildInputs.
- Build Failures Due to Missing Dependencies: The
calibre
package fails to build on NixOS due to a missing dependency error related to the absence of the fileQtGui/private/qgenericunixservices_p.h
, which results in compilation termination.
- Build Failures Due to Missing Install Rules: The
pkgsStatic.llhttp
package fails to build due to a missing install rule, which prevents the creation of a static version ofllhttp
. This issue requires the addition of the necessary install rules.
- Build Failures Due to Deprecated Functions: The
lttng-tools
package fails to build on the NixOS platform due to a deprecated function and an error related to a non-function pointer being called. This issue requires code updates to replace deprecated functions.
- Build Failures Due to Configuration Issues: The
nodejs_24
package andpapirus-maia-icon-theme
face build failures due to configuration issues, such as an address conflict error and missing wrapping behavior for dependencies, respectively. These issues require configuration adjustments to resolve.
- Build Failures Due to Incompatibility: The
ical2orgpy
package fails to build on NixOS due to incompatibility with Python 3.13, and the Grafana package requires a higher Go version than currently available. These incompatibilities necessitate either downgrading the environment or updating the dependencies.
- Build Failures Due to Missing Dependencies: Several build failures in the Nixpkgs project are caused by missing dependencies, such as
libiconv
forpkgsCross.mingwW64.libxml2
, a missing directory fortidal-hifi
, and a missingreveal.js
directory formdslides
. These issues prevent successful builds and require dependency adjustments.
- Build Failures on aarch64-darwin Systems: The
unicode-paracode
CLI tool andpython3Packages.spectral-cube
package both encounter build failures on aarch64-darwin systems. The former is due to a KeyError related to the 'green' formatting option, while the latter faces aTypeError
due to anumpy.bool
object being misinterpreted as an integer.
- Package Update Requests: Several packages in the Nixpkgs repository require updates, including "openobserve," "gpt4all," "gForth," "zulu24," "libiio," "gitbutler," "Electron," "Scribus," "yaak," "obs-studio," "endless-sky," and "speed_dreams." These updates are necessary to incorporate new features, fix bugs, or ensure compatibility with other software.
2.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 56
Summarized Issues:
- Build Failures on NixOS: Several packages on NixOS are experiencing build failures due to various issues such as missing dependencies, version mismatches, and unsupported configurations. These failures affect packages like
python3Packages.jwt
,mpd
,hurl
,Shogun
,signal-desktop
, and others, often requiring updates or patches to resolve compatibility issues with the NixOS environment.
- Cross-Compilation Issues: Cross-compilation on NixOS for various packages like Perl, libe-book, and libetonyek is failing due to missing tools or configuration errors. These issues highlight the challenges in ensuring compatibility across different architectures and the need for proper toolchain support.
- Package Update Requests: There are multiple requests to update packages in the Nixpkgs repository, such as
rmpc
,claude-code
,matrix-authentication-service
,ffsend
,tor-browser
,ollama
, andcarapace
. These updates are necessary to incorporate new features, fix bugs, and ensure compatibility with other software.
- New Package Requests: There are requests to add new packages to the Nixpkgs repository, including
gemini-cli
,firefox-esr-140
,bake
,rsudoas
,jqjq
, andbash2json
. These requests often involve discussions about the feasibility and necessity of including these packages in the repository.
- Runtime and Configuration Errors: Various runtime and configuration errors are reported, such as issues with
Quickemu
,gnome-secrets
,nixos-rebuild-ng
,limactl
,cosmic-session
, andgcr-ssh-agent
. These errors often require changes in configuration files or updates to the software to resolve.
- Security and Compatibility Issues: Critical security vulnerabilities and compatibility issues are identified, such as CVE-2025-5914 in libarchive and compatibility problems between bindfs and fuse3. These issues require urgent attention to ensure system security and stability.
- Feature Requests and Improvements: There are requests for new features and improvements, such as adding tracing configuration support to the Prometheus module and improving semgrep's rule introduction process. These requests aim to enhance the functionality and usability of existing tools.
2.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
- Build failure: devenv
- Toxicity Score: 0.65 (Defensive responses, past grievances, accusatory tone.)
- This GitHub conversation involves multiple users discussing a build failure issue, with user domenkozar expressing frustration over losing committer rights, which is perceived as ironic given the current problem. The tone shifts from initial confirmation of the issue by several users to a more tense exchange between domenkozar and another user questioning the rationale behind a previous decision related to telemetry. The conversation becomes defensive and slightly accusatory, with references to past actions and decisions, leading to a back-and-forth about the reasons for the revocation of committer status.
III. Pull Requests
3.1 Open Pull Requests
This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Opened This Week: 545
Key Open Pull Requests
1. nushellPlugins.*: refactor, add checks, mark some as broken: This pull request involves a comprehensive refactoring of the 12 existing nushell plugins in the repository to modernize them by addressing issues of redundancy and inconsistency, implementing new checks, renaming for consistency, and marking some plugins as broken, while ensuring that the updated packages remain functionally equivalent to their previous versions.
- URL: pull/420675
- Merged: No
- Associated Commits: 7c489, a76d0, d22a7, 70950, e7bb5, 17144, 46273, 2e5ba, aa962, f79eb, bd065, 8541a, 94b1a, 4e681, fdcb0, 8f7a6, fad92, 37467
2. vintagestory: modernize: This pull request aims to modernize the "vintagestory" package in the NixOS/nixpkgs repository by implementing various improvements such as removing redundant code, updating the version from 1.20.11 to 1.20.12, setting default configurations, adding a new maintainer, and refining build processes, while also ensuring compatibility and functionality across different platforms.
- URL: pull/420002
- Merged: No
- Associated Commits: f34a4, 36bfb, 33bf0, 1a07a, 82542, b01cc, 05863, c09ad, 63cc2, 70113, 45db7, dfa5f, bc9ae, d56a5, cb7ec
3. lib/systems: move kernel configuration out of the platform structure: This pull request involves restructuring the kernel configuration by moving it out of the platform structure to streamline and modernize the configuration process, eliminate redundancy, and improve maintainability, with specific changes including the removal of obsolete configurations, unification of ARMv5 platforms, and dropping support for deprecated formats like uImage.
- URL: pull/419895
- Merged: No
- Associated Commits: eafca, ce7bb, 97dec, 6bbd7, 46948, 6baa4, cac95, 76c15, 9e1af, a29f9, 57183, 0be2f, 86e50, d93ce
Other Open Pull Requests
- Introduction of New Tools and Packages: This topic covers the introduction of new tools and packages to the NixOS/nixpkgs repository. The pull requests include the addition of the
dsym
tool for managing dotfiles, thegoogle-adk
Python module for building AI agents, and thelomiri.lomiri-keyboard
package, among others, each with their respective dependencies and updates.
- Package Updates and Compatibility Enhancements: Several pull requests focus on updating existing packages and enhancing compatibility. These include updates to Python 3.12 packages related to mypy-boto3, GNOME-related packages, and the Scribus package, as well as addressing compatibility issues on the Darwin platform.
- Build Process and Infrastructure Improvements: These pull requests aim to improve the build process and infrastructure within the NixOS/nixpkgs repository. They include streamlining the build process for .NET modules, modernizing the
libcap_ng
package, and introducing a cargo-wrapper to enhance Cargo's environment.
- Backporting and Refactoring Efforts: This topic includes efforts to backport updates and refactor code for better organization and functionality. Pull requests involve backporting updates for the "bruno" package, refactoring
nixos-rebuild-ng
code, and manual backporting for theqrencode
package.
- Service and Module Enhancements: Enhancements to services and modules are covered in these pull requests. They include introducing a new NixOS module for the filebrowser-quantum service and adding support for loading audisp plugins from symlinks in the
auditd
service.
- Architecture and Compatibility Adjustments: These pull requests address architecture-specific issues and compatibility adjustments. They focus on enhancing compatibility with the RISC-V architecture and updating the Nginx configuration to prevent header overrides.
- Version Updates and New Features: This topic includes updates to package versions and the introduction of new features. Pull requests involve updating the FluffyChat package, voicevox and voicevox-engine, and introducing the OpenTalk package with its components.
- Miscellaneous Improvements and Fixes: Various improvements and fixes are addressed in these pull requests. They include unborking and moving the Plover package, initializing new Python packages, and addressing build issues with the "toolhive" package.
3.2 Closed Pull Requests
This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Closed This Week: 738
Key Closed Pull Requests
1. [Backport release-25.05] maintainers: add ryan4yin: This pull request backports the addition of ryan4yin as a maintainer for multiple packages in the NixOS/nixpkgs repository to the release-25.05
branch, ensuring that the changes are suitable for the release as per the project's contribution guidelines.
- URL: pull/419017
- Merged: Yes
- Associated Commits: 530ef, 77875, 1859d, ef297, 3c55c, 5a268, 77490, c083f, 9c0dc, 59c8f, 58e5f, 804b2, 08c8c, a1796, 9db6f, 7b267, c7a50, ef061, 255be, dff90, acea1, 829fc, 393af, 65ce9, 348e6, 72bca, bf9af, e33cc, 2aa80, 48241, d6eae, 07c67, a3157, 146d4, 00683, 4d8e6, cd481, 0b376, e3fe2, 16d3c, 20753
2. home-assistant: 2025.6.1 -> 2025.6.2: This pull request updates the Home Assistant package from version 2025.6.1 to 2025.6.2, along with several related Python packages such as aioamazondevices, aioesphomeapi, bthome-ble, deebot-client, homematicip, zigpy-zigate, zigpy-znp, zha, and homeassistant-stubs, to their latest versions, ensuring compatibility and incorporating the latest features and bug fixes as detailed in their respective changelogs.
- URL: pull/419384
- Merged: Yes
3. [Backport release-25.05] uv: 0.7.4 -> 0.7.15: This pull request involves a manual backport of multiple updates to the "uv" package, incrementally upgrading its version from 0.7.4 to 0.7.15, and includes cherry-picked commits from various previous updates to ensure compatibility and stability in the release-25.05 branch of the NixOS/nixpkgs repository.
- URL: pull/420695
- Merged: Yes
Other Closed Pull Requests
- SDL2_sound package update: This pull request updates the SDL2_sound package from version 2.0.1 to 2.0.4, modernizing its structure by removing unused dependencies and aligning it with the library's metadata. It also expands platform support, adjusts static library installations, separates outputs, and adds an update script to improve functionality and maintainability.
- Workflow restructuring for stale and merge conflict labels: This pull request restructures the workflow for managing
2.status: stale
and2.status: merge conflict
labels by implementing a new approach that scans all pull requests twice daily. It allows for more efficient and automated labeling of older pull requests, while also handling merge conflicts and stale labels within 24 hours.
- OpenCV package updates: This pull request removes the
cudatoolkit
from the OpenCV package and updates the CMake configuration to use the FindCUDAToolkit module instead of the deprecated FindCUDA module. It ensures that packages requiring OpenCV's C++ development files rely on thecxxdev
output.
- Manual backports for Home Assistant and related packages: This pull request involves a manual backport of updates from version 2025.5.2 to 2025.5.3 for the Home Assistant package and several related Python packages within the
release-25.05
branch. It ensures compatibility and improvements by incorporating changes from previous commits.
- speakersafetyd package update: This pull request updates the "speakersafetyd" package from version 1.0.2 to 1.1.2, refactoring the package by modifying the build system and other builder code components. It adds the user "normalcea" as a maintainer and includes several improvements such as using
fetchFromGitHub
overfetchCrate
.
- grpc library update: This pull request updates the grpc library and its associated Python packages from version 1.73.0 to 1.73.1, ensuring compatibility and incorporating the latest changes as detailed in the changelog. It also verifies the build across multiple platforms and adheres to the project's contribution guidelines.
- Linux kernel version updates: This pull request involves updating various Linux kernel versions within the NixOS/nixpkgs repository, including changes from version 6.15.3 to 6.15.4, 6.12.34 to 6.12.35, and several others. These updates ensure the system remains up-to-date with the latest kernel improvements and security patches.
- triforce-lv2 package refactor: This pull request refactors the triforce-lv2 package by replacing
buildRustPackage
withstdenvNoCC
to eliminate reliance on an overriddeninstallPhase
. It adds apassthru.updateScript
, removes thewith lib;
usage in the meta attribute set, and restricts the package to the "aarch64-linux" platform.
- Manual backports for gcsfuse and libxmp: This pull request involves a manual backport to the
release-24.11
branch, updating thegcsfuse
package from version 2.5.1 to 2.12.2 to address a security vulnerability (CVE-2025-27144). It also backports several updates and improvements to thelibxmp
library, including version upgrades and modernization efforts.
- v4l-utils package update: This pull request updates the
v4l-utils
package from version 1.24.1 to 1.30.1, introducing several changes including the requirement of meson for building and the creation of a separate documentation package. It also switches from Qt5 to Qt6 and includes various improvements and bug fixes.
- OpenStack CLI updates for Python 3.13: This pull request involves updating various OpenStack command-line interfaces to be compatible with Python 3.13, addressing test failures and metadata issues across multiple packages. It ensures the changes align with the project's contribution guidelines.
- bankstown-lv2 package refactor: This pull request refactors the bankstown-lv2 package to align with current nixpkgs standards, adds the contributor as a maintainer, and includes several commits that remove subjective language and eliminate unnecessary overrides. It introduces a
nix-update-script
to support its use in improving speaker quality in asahi-audio.
- Manual backports for git-lfs and code-cursor: This pull request involves a manual backport to the
release-24.11
branch, updating thegit-lfs
package from version 3.5.1 to 3.6.1, incorporating several commits including fixes for CVE-2024-53263. It also updates thecode-cursor
package from version 0.49.6 to 1.1.3 in therelease-25.05
branch.
- onlyoffice-desktopeditors version update: This pull request updates the version of onlyoffice-desktopeditors from 8.3.1 to 9.0.0, includes a link to the release notes and full changelog, and confirms that the update has been built and tested on the x86_64-linux platform. It adheres to the project's contribution guidelines.
- Electron packages update: This pull request updates the Electron packages, including electron-bin, electron-chromedriver, and electron-source, from versions 35.5.1 to 35.6.0 and from 36.4.0 to 36.6.0. The updates are detailed in the associated changelogs and diffs, and have been successfully built on the aarch64-linux platform.
- git-sync package update: This pull request updates the
git-sync
package from version0-unstable-2024-11-30
to0-unstable-2025-06-26
, incorporating several changes such as usingmakeBinaryWrapper
and addingfswatch
forgit-sync-on-fswatch
. It refactors theinstallPhase
and replacesgit
withgitMinimal
.
- Package updates for pretix, django-redis, and css-inline: This pull request updates several packages within the NixOS/nixpkgs repository, including upgrading the pretix package from version 2025.5.0 to 2025.6.0, the django-redis package from version 5.4.0 to 6.0.0, and the css-inline package from version 0.14.6 to 0.15.0. It also addresses a change in the distinfo name for pretalx.
- lcov package version fix: This pull request addresses the issue of lcov incorrectly reporting its version as 2.4-beta by implementing several changes, including cleaning up the lcov package and wrapping llvm2lcov. It sets the correct version and adds a versionCheckHook, with successful builds on the x86_64-linux platform.
- Firefox and ESR version updates: This pull request updates the Firefox browser and its extended support release (ESR) versions in the NixOS/nixpkgs repository, specifically upgrading Firefox from version 139.0.4 to 140.0 and the ESR from 128.11.0esr to 128.12.0esr. It also addresses a build issue on Darwin platforms related to a missing type
_Allocator
.
- Python 3.12 package fixes for NetBox: This pull request addresses fixes for several Python 3.12 packages related to NetBox, including topology views, the NAPALM plugin, the floorplan plugin, contracts, and attachments. It ensures compatibility and functionality within the NixOS package repository.
- Security patches for lixPackageSets: This pull request addresses security vulnerabilities CVE-46415 and CVE-46416 by applying patches to versions 2.91, 2.92, 2.93, and the git version of the lixPackageSets. It marks version 2.90 as vulnerable and has been successfully merged into the NixOS/nixpkgs repository.
3.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.
Contributor | Commits | Pull Requests | Issues | Comments |
---|---|---|---|---|
r-ryantm | 2904 | 1450 | 0 | 0 |
emaryn | 189 | 72 | 11 | 302 |
wolfgangwalther | 210 | 26 | 4 | 150 |
dotlambda | 174 | 30 | 1 | 160 |
pbsds | 281 | 24 | 0 | 37 |
fabaff | 268 | 57 | 0 | 0 |
Aleksanaa | 95 | 24 | 5 | 168 |
mweinelt | 208 | 42 | 2 | 33 |
Prince213 | 144 | 34 | 1 | 75 |
GaetanLepage | 145 | 43 | 0 | 35 |
Access Last Week's Newsletter: