pr_id
int64
repo_id
null
repo_name
string
text
string
563
null
JudgmentLabs/judgeval
# Repository Context Name: JudgmentLabs/judgeval Description: # Pull Request ## add span_name and attributes to observe overloads ## 📝 Summary <!-- Add your list of changes, make it a list to improve the PR reviewers' experience. Ie: - [ ] 1. Remove duplicate filter table - [ ] 2. Reenabled filtering on new E...
435
null
road-core/service
# Repository Context Name: road-core/service Description: # Pull Request ## include last_message_timestamp in list conversations API ## Description The current road-core list conversations API only returns `conversation_id` and `topic_summary` for each conversation. this PR adds one more info, lastMessageTimest...
20,071
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## gstreamer: bump dependencies + few build machine logic in build requirements + relocatable shared libs on macOS - bump dependencies and use `<host_version>` for glib in build requirements - test build machine instead of host mach...
2
null
psadmin-io/ioco
# Repository Context Name: psadmin-io/ioco Description: # Pull Request ## Issue #1 - Bad Merge # Relevant Files Found ## ioco/__main__.py ``` <<<<<<< HEAD """psadmin.io cloud operations utility usage: ioco dpk deploy [options] [--setup-file-system] [--install-package...
1,024
null
i-am-bee/agentstack
# Repository Context Name: i-am-bee/agentstack Description: # Pull Request ## feat: MCP demands handling in GUI # Relevant Files Found ## apps/beeai-sdk/examples/mcp_agent.py ``` # Copyright 2025 © BeeAI a Series of LF Projects, LLC # SPDX-License-Identifier: Apache-2.0 from collections.abc import AsyncGenerat...
115
null
metwork-framework/mfdata
# Repository Context Name: metwork-framework/mfdata Description: # Pull Request ## Move policy keep tags # Relevant Files Found ## layers/layer1_python3/0300_acquisition/acquisition/archive_step.py ``` import os.path import time from acquisition import AcquisitionStep from mfutil import mkdir_p_or_die, mkdir_p...
20
null
mlfoundations/open_flamingo
# Repository Context Name: mlfoundations/open_flamingo Description: # Pull Request ## Fix typo in weight decay This bug did not cause wrong functionality (weight decay is still applied correctly) but is incorrect syntax. # Relevant Files Found ## src/train.py ``` ''' Main training script ''' import glob import ...
32,732
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## correct use of force flag in file.copy #23714 ### What does this PR do? fixes use of force in file.copy state. To be specific it was ambiguous whether or not `force` would overwrite a file if the file already existed and had the same hash as...
8,925
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## construct the schedule sink 2 There are two key differences with #8863: - This diff removes the need for a double BFS. Instead, it constructs the KERNEL ops directly from the big_sink. The algorithm is similar to `append_to_block`. - `...
28
null
johann-petrak/licenseheaders
# Repository Context Name: johann-petrak/licenseheaders Description: # Pull Request ## Adds support for Robot Framework's .robot files restricted to .robot files only # Relevant Files Found ## licenseheaders.py ``` #!/usr/bin/env python # encoding: utf-8 """A tool to change or add license headers in all suppor...
8
null
cloudforet-io/db-migration
# Repository Context Name: cloudforet-io/db-migration Description: # Pull Request ## feat: add 1.10.3 migration code ### Category - [x] New feature - [ ] Bug fix - [ ] Improvement - [ ] Refactor - [ ] etc ### Description - Add 1.10.3 migration code # Relevant Files Found # Edits This PR adds migration...
51
null
gaogaotiantian/viztracer
# Repository Context Name: gaogaotiantian/viztracer Description: # Pull Request ## Add log_var for for loop variable # Relevant Files Found ## src/viztracer/code_monkey.py ``` # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/gaogaotiantian/viztra...
15
null
scverse/squidpy
# Repository Context Name: scverse/squidpy Description: # Pull Request ## Crop functionality Crop images centered around a spot, with different resolutions and neighbourhood sizes. # Relevant Files Found ## spatial_tools/image/manipulate.py ``` import numpy as np ``` ## spatial_tools/image/tools.py ``` import...
528
null
aristanetworks/anta
# Repository Context Name: aristanetworks/anta Description: # Pull Request ## feat(anta.tests): Added testcase to verify vlan internal allocation policy # Description Added testcase to verify vlan internal allocation policy. success: The test will pass if the VLAN internal allocation policy is either ascendin...
3,722
null
adap/flower
# Repository Context Name: adap/flower Description: # Pull Request ## docs(*:skip) Update Docker documentation <!-- Thank you for opening a pull request (PR)! Please rename your PRs following this [format](https://flower.ai/docs/framework/contributor-tutorial-contribute-on-github.html#pr-title-format). Contrib...
1,712
null
dpkp/kafka-python
# Repository Context Name: dpkp/kafka-python Description: # Pull Request ## Ignore lookup_coordinator result in commit_offsets_async Fixes an issue where if commit_offsets_async has to lookup the coordinator before actually sending the offset_commit_request, the request will fail with the following error: ``` Err...
28
null
NREL/WaterTAP3
# Repository Context Name: NREL/WaterTAP3 Description: # Pull Request ## Coagulant # Relevant Files Found ## IDAES-WaterTAP3_v2/ammonia_addition.py ``` ############################################################################## # Institute for the Design of Advanced Energy Systems Process Systems # Engineeri...
19
null
adafruit/Adafruit_CircuitPython_LC709203F
# Repository Context Name: adafruit/Adafruit_CircuitPython_LC709203F Description: # Pull Request ## Add Missing Type Annotations resolves #15 submitted for review / comment # Relevant Files Found ## adafruit_lc709203f.py ``` # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries # SPDX...
506
null
amueller/word_cloud
# Repository Context Name: amueller/word_cloud Description: # Pull Request ## Parrot Fixes #352. add an alternative version / reconstruction of my initial parrot example. This is a public domain parrot ;) # Relevant Files Found # Edits This pull request adds a new example script `parrot.py` to demonstrate ...
59
null
arrrlo/Google-Images-Search
# Repository Context Name: arrrlo/Google-Images-Search Description: # Pull Request ## hotfix/cli-exception # Relevant Files Found ## google_images_search/cli.py ``` import click from .fetch_resize_save import FetchResizeSave from .google_api import GoogleBackendException @click.group() @click.pass_context @c...
151
null
AUTODIAL/AutoEIS
# Repository Context Name: AUTODIAL/AutoEIS Description: # Pull Request ## Refactor circuit generation with unified backend interface ## Summary • Unify circuit generation functions into single `generate_circuit_fn` interface with backend parameter • Add support for numpy (default), jax, numexpr, and impedance back...
239
null
bytedance/trae-agent
# Repository Context Name: bytedance/trae-agent Description: # Pull Request ## Fix the indefinite loop problem ## Description This PR fixes an indefinite loop problem introduced by a previous code refactoring and made the following improvements: - Simplify lakeview config check by combining conditions - Move...
437
null
circuit-synth/circuit-synth
# Repository Context Name: circuit-synth/circuit-synth Description: # Pull Request ## fix: Correct schematic filenames in power symbol tests (#433) ## Summary - Fix 3 test failures caused by incorrect schematic filename expectations - Minimal changes: 4 lines updated ## Test Results ✅ `test_multiple_power_nets` - ...
178
null
open-traffic-generator/snappi-ixnetwork
# Repository Context Name: open-traffic-generator/snappi-ixnetwork Description: # Pull Request ## Novus 10G and 100G This will address #155 #160 and #161 # Relevant Files Found ## ixnetwork_open_traffic_generator/ixnetworkapi.py ``` import json import time from collections import namedtuple from ixnetwork_restp...
1,750
null
hbldh/bleak
# Repository Context Name: hbldh/bleak Description: # Pull Request ## bleak: undeprecate response=None arg to BleakClient.write_gatt_char() Fixes: https://github.com/hbldh/bleak/issues/1743 # Relevant Files Found ## bleak/__init__.py ``` # -*- coding: utf-8 -*- """Top-level package for bleak.""" from __fut...
2,217
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## MRG backwards compatibility in FastICA estimator After some thinking I think this is the cleanest way to change the FastICA estimator according to the new compute_sources parameter. Ideally (if there were no users) the estimator wo...
7,826
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Add filter for optionally including assigned prefixes <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for appr...
4
null
ius/rsatool
# Repository Context Name: ius/rsatool Description: # Pull Request ## use `gmpy2` dependency if `gmpy` is not available both are compatible for use with rsatool # Relevant Files Found ## rsatool.py ``` #!/usr/bin/env python2 import base64, fractions, optparse, random import gmpy from pyasn1.codec.der import en...
14,640
null
ccxt/ccxt
# Repository Context Name: ccxt/ccxt Description: # Pull Request ## php 5.5+ fix #14610 # Relevant Files Found ## python/ccxt/base/exchange.py ``` # -*- coding: utf-8 -*- """Base exchange class""" # ----------------------------------------------------------------------------- __version__ = '1.91.101' # -----...
377
null
google-research/skai
# Repository Context Name: google-research/skai Description: # Pull Request ## Update notebook to use new inference flags. Update notebook to use new inference flags. # Relevant Files Found ## src/colab/skai_assessment_notebook.py ``` # --- # jupyter: # jupytext: # cell_metadata_filter: -all,cellView # ...
11,423
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## [release-4.16] cluster load: Refresh prometheus_api connection in case of connection error Cherry-pick of #11327 to release-4.16 # Relevant Files Found ## ocs_ci/ocs/cluster_load.py ``` """ A module for cluster load related function...
5,749
null
rucio/rucio
# Repository Context Name: rucio/rucio Description: # Pull Request ## Tests: don't run transmogrifier in parallel. Closes #5698 It is the usual issue with heartbeats and partitioning the work. <!-- Please read https://rucio.cern.ch/documentation/contributing before submitting a pull request --> # Relevant Fil...
65
null
jg-rp/liquid
# Repository Context Name: jg-rp/liquid Description: # Pull Request ## Liquid zero does not equal false When used as the left value of the `default` filter, `0` should not be equal to `False`. Fixes #62. **Expected behaviour** ```liquid {{ 0 | default: "something" }} {{ 0 | default: "something", allow_false: ...
121
null
earth-mover/xpublish-tiles
# Repository Context Name: earth-mover/xpublish-tiles Description: # Pull Request ## Log duration for coordinate tramsforms # Relevant Files Found ## src/xpublish_tiles/grids.py ``` import itertools import re import warnings from abc import ABC, abstractmethod from collections.abc import Hashable from dataclass...
407
null
ModelEngine-Group/unified-cache-management
# Repository Context Name: ModelEngine-Group/unified-cache-management Description: # Pull Request ## [feat]adapt GQA & modify config.yaml <!-- Thanks for sending a pull request! BEFORE SUBMITTING, PLEASE READ OUR OFFICIAL WEBSITE. --> # Purpose What this PR does / why we need it? <!-- - Please clarif...
16
null
jamesbrq/ArchipelagoTTYD
# Repository Context Name: jamesbrq/ArchipelagoTTYD Description: # Pull Request ## Add Attack FX B to the pool It's the only badge missing from the randomizer, and I see no harm in it being added to the pool # Relevant Files Found ## Data.py ``` from enum import Enum class Rels(Enum): aaa = "aaa" aji =...
529
null
meyer-lab/tHMM
# Repository Context Name: meyer-lab/tHMM Description: # Pull Request ## More cleanup. # Relevant Files Found ## lineage/figures/figure6.py ``` """ This file contains figures related to how far the states need to be, which is shown by Wasserestein distance. """ import numpy as np import pandas as pd import seab...
6,587
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Allow concatenation of datasets with mixed structs Fixes #6466 The idea is to do a recursive check for structs. PyArrow handles it well enough. For a demo you can do: ```python from datasets import Dataset, concatenate_datas...
845
null
Weasyl/weasyl
# Repository Context Name: Weasyl/weasyl Description: # Pull Request ## Bump coverage from 5.2 to 5.2.1 in /libweasyl Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2 to 5.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/releases">cover...
826
null
spatialaudio/nbsphinx
# Repository Context Name: spatialaudio/nbsphinx Description: # Pull Request ## Make implicit imports explicit Closes #825 Implicit imports (imports that rely on the fact that importing a module imports another module such as a submodule) makes the code vulnerable to breakage due to refactors in the dependent...
318
null
h5py/h5py
# Repository Context Name: h5py/h5py Description: # Pull Request ## Fix for Issue 281 (can't use numpy.array() on (0,)-shape datasets) Addresses #281. # Relevant Files Found ## h5py/_hl/dataset.py ``` import posixpath as pp import sys import numpy from h5py import h5s, h5t, h5r, h5d from .base import HLObject,...
1,257
null
sanic-org/sanic
# Repository Context Name: sanic-org/sanic Description: # Pull Request ## fix one example and add one example examples 1.fix one example; 2.add one example # Relevant Files Found ## examples/blueprints.py ``` from sanic import Sanic from sanic import Blueprint from sanic.response import json app = Sanic(__na...
20,727
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: Fix a bug in plotting when using color array. #20726 - [x] closes #20726 - [x] tests added / passed - [x] passes `git diff master --name-only -- "*.py" | flake8` - [x] whatsnew entry # Relevant Files Found ## pandas/plotting/_st...
16
null
broadinstitute/gnomad-constraint
# Repository Context Name: broadinstitute/gnomad-constraint Description: # Pull Request ## Change to only use autosome coverage model # Relevant Files Found ## gnomad_constraint/pipeline/constraint_pipeline.py ``` """This script builds a constraint pipeline that calculates genic constraint metrics. The constra...
260
null
practical-python-org/ZorakBot
# Repository Context Name: practical-python-org/ZorakBot Description: # Pull Request ## MINOR: Feature/verification updates Updated verification process. Users will now NOT receive a role upon joining, and all members will require the :white_check_mark: role to see the server. Should be 100% working. Let me kno...
35
null
reshamsai150/7.Analysis-and-Prediction-of-Electric-Vehicle-Costs-A-Machine-Learning-Based-Approach
# Repository Context Name: reshamsai150/7.Analysis-and-Prediction-of-Electric-Vehicle-Costs-A-Machine-Learning-Based-Approach Description: # Pull Request ## Added EV Charging Station Locator with Interactive Dashboard (Fixes #5) ### What I Did: - Implemented EV Charging Station Locator feature as requested in Issu...
438
null
jpadilla/pyjwt
# Repository Context Name: jpadilla/pyjwt Description: # Pull Request ## Correct type for json_encoder argument Per recent upstream fix to typeshed, json.dumps() cls argument should be optional type JSONEncoder. https://github.com/python/typeshed/commit/8e0d288ea49a34f9bd21b1598ec487414a339a1f Fixes mypy err...
202
null
Qiskit/samplomatic
# Repository Context Name: Qiskit/samplomatic Description: # Pull Request ## Add TypeSerializer construct ## Summary Closes #198. ## Details and comments # Relevant Files Found ## samplomatic/exceptions.py ``` # This code is a Qiskit project. # # (C) Copyright IBM 2025. # # This code is licensed under th...
18,729
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## DOC: Add note connecting weibull_min to standard exponential. <!-- Thanks for contributing a pull request! Please ensure that your PR satisfies the checklist before submitting: http://scipy.github.io/devdocs/dev/contributor/development_workfl...
328
null
OpenMind/OM1
# Repository Context Name: OpenMind/OM1 Description: # Pull Request ## add grok This PR adds the grok-4-latest model to OM1 # Relevant Files Found ## src/llm/plugins/xai_llm.py ``` import logging import time import typing as T import openai from pydantic import BaseModel from llm import LLM, LLMConfig from pro...
71
null
google/garf
# Repository Context Name: google/garf Description: # Pull Request ## [merchant-api] fix: parse API response correctly * convert to camelCase fields # Relevant Files Found ## libs/garf_community/google/merchant/garf_merchant_api/api_clients.py ``` # Copyright 2025 Google LLC # # Licensed under the Apache License...
92
null
BrianPugh/belay
# Repository Context Name: BrianPugh/belay Description: # Pull Request ## sync_dependencies helper function. # Relevant Files Found ## belay/device.py ``` import ast import concurrent.futures import linecache import math import re import subprocess # nosec import sys import tempfile from dataclasses import dat...
18,634
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Add in-memory causal ordering for task run recorder Causal event ordering was removed from the task run recorder in https://github.com/PrefectHQ/prefect/pull/15244, which I firmly believe has led to the errors seen in https://github.com/Pre...
6,875
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## [3.10.1] Address cluster update failure when old capacity reservation has been deleted ### Description of changes * Cherry-pick of https://github.com/aws/aws-parallelcluster/pull/6867 ### Tests * Ran released.yaml integ tests ...
356
null
openai/openai-agents-python
# Repository Context Name: openai/openai-agents-python Description: # Pull Request ## Raise error on more invalid function schemas Towards #345 ## Summary: Using a `dict` or `Mapping` isn't strict-mode compliant. But we were checking for the literal `True` whereas the value can also be an array, for example. Fix ...
17
null
ed-donner/alex
# Repository Context Name: ed-donner/alex Description: # Pull Request ## Fetch portfolio data from DB in retirement lambda if empty Retirement analysis results was showing all values as zero or a default. The event.get('portfolio_data') was returning null. Checking reporter and charter, both had code to fetch the p...
36
null
Nya-Foundation/NekoConf
# Repository Context Name: Nya-Foundation/NekoConf Description: # Pull Request ## fix: update signal handling logic, disable yaml dump sort_key # Relevant Files Found ## nekoconf/cli/main.py ``` """Command-line interface for NekoConf. This module provides a command-line interface for starting the web server an...
484
null
bernardopires/django-tenant-schemas
# Repository Context Name: bernardopires/django-tenant-schemas Description: # Pull Request ## Issue 456 This pull request is a rebase of @uadnan's work - it supersedes #457. My main contribution in the final two commits is to drop checking the Django version and choose our code path by exception, and to drop Dja...
29
null
Wytamma/snk
# Repository Context Name: Wytamma/snk Description: # Pull Request ## ✨ Add --dag option to run # Relevant Files Found ## snk/cli/cli.py ``` import inspect import platform import sys import typer from pathlib import Path from typing import Optional, List, Callable import subprocess import shutil import os from...
138
null
shiyu-coder/Kronos
# Repository Context Name: shiyu-coder/Kronos Description: # Pull Request ## add CSV-based finetuning pipeline for Kronos models This PR provides a comprehensive pipeline for fine-tuning Kronos models on your own CSV-formatted financial data. It supports both sequential training (tokenizer followed by predictor) an...
917
null
apache/datafusion-python
# Repository Context Name: apache/datafusion-python Description: # Pull Request ## refactor: `from_arrow` use protocol typehints @timsaucer we could probably drop the rust code for from_pandas and from_polars and keep those in Python as aliases but just call from_arrow or even drop them. The only thing is we will h...
15
null
k4ntz/OC_Atari
# Repository Context Name: k4ntz/OC_Atari Description: # Pull Request ## boxing hotfix # Relevant Files Found ## ocatari/ram/asterix.py ``` from .game_objects import GameObject from ._helper_methods import _convert_number import math import sys MAX_NB_OBJECTS = {"Player" : 1, "Enemy": 8, "Cauldron" : 8, "Rew...
2
null
asyncgui/asynctkinter
# Repository Context Name: asyncgui/asynctkinter Description: # Pull Request ## modify sleep # Relevant Files Found ## asynctkinter/_stuffs_that_depend_on_tkinter.py ``` __all__ = ( 'patch_unbind', 'sleep', 'event', 'run_in_thread', 'run_in_executer', ) from functools import lru_cache from typing import Cal...
110
null
canonical/jubilant
# Repository Context Name: canonical/jubilant Description: # Pull Request ## fix: log wait status diffs under jubilant.wait logger name This changes the `Juju.wait` "status diff logs" to log under a separate `jubilant.wait` logger, rather than the top-level `jubilant` logger, so that it's easier for users to contro...
3,377
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## NFS3 lets you specify multiple shares per line Apparently NFS3 lets you configure multiple shares per configuration line, like: /media/storage /media/data *(ro,sync,no_subtree_check) This patch allows the nfs3 module to parse that. However, ...
339
null
xarray-contrib/cf-xarray
# Repository Context Name: xarray-contrib/cf-xarray Description: # Pull Request ## Test with flox # Relevant Files Found ## cf_xarray/tests/test_accessor.py ``` import itertools import pickle from textwrap import dedent from urllib.request import urlopen import matplotlib as mpl import numpy as np import panda...
1
null
nikhilkala/Categorical-Encode
# Repository Context Name: nikhilkala/Categorical-Encode Description: # Pull Request ## Update setup.py # Relevant Files Found ## setup.py ``` from distutils.core import setup setup( name = 'categorical_encode', packages = ['categorical_encode'], version = '0.2', license='MIT', des...
6,349
null
cfpb/consumerfinance.gov
# Repository Context Name: cfpb/consumerfinance.gov Description: # Pull Request ## Remove the POST from external site interstitial view This change removes POST support from the external site interstitial view. The POST was being used to POST URLs that didn't necessarily match the URL in the GET. This was causin...
1,125
null
VirtusLab/git-machete
# Repository Context Name: VirtusLab/git-machete Description: # Pull Request ## Add `machete.github.descriptionFromCommitMessage` git config key # Relevant Files Found ## git_machete/__init__.py ``` __version__ = '3.21.1' ``` ## git_machete/client.py ``` import datetime import io import itertools import os i...
5
null
cilab-ufersa/introduction_machine_learning
# Repository Context Name: cilab-ufersa/introduction_machine_learning Description: # Pull Request ## Develop # Relevant Files Found # Edits This pull request adds a new Python script `res_exercicios.py` that provides solutions to basic loop exercises using `for` loops. It includes code to print numbers from 1...
1,456
null
deepchem/deepchem
# Repository Context Name: deepchem/deepchem Description: # Pull Request ## Make six a soft dependency [Six](https://pypi.org/project/six/) is a python 2/3 compatibility library we use in a few places. This PR makes this a soft dependency. (The dependency could perhaps be removed entirely in a future PR). # Releva...
12,802
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Rule names should be unique per scanner Fixes https://github.com/mozilla/addons/issues/7105 # Relevant Files Found ## src/olympia/scanners/models.py ``` from django.db import models from django.utils.translation import ugettext_lazy ...
113
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## Adding static file handling and configuration This PR adds: - `settings.STATIC_ROOT`, the location where the files are gathered - a `/static/` location in the nginx configuration, to serve up those files - a call to th...
161
null
moremoban/moban
# Repository Context Name: moremoban/moban Description: # Pull Request ## Windows permission fix #141 # Relevant Files Found ## moban/utils.py ``` import os import re import sys import json import stat import errno from ruamel.yaml import YAML import moban.reporter as reporter import moban.constants as constan...
32,352
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Revert "Test SK" Reverts demisto/content#32350 # Relevant Files Found ## Packs/Jira/Integrations/JiraV3/JiraV3.py ``` import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 from abc import ABCMeta from...
5,947
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## Add il-central-1 to supported regions ### Checklist - Make sure you are pointing to **the right branch**. - If you're creating a patch for a branch other than `develop` add the branch name as prefix in the PR title (e\.g\. `[release...
9
null
gradion-ai/hybrid-groups
# Repository Context Name: gradion-ai/hybrid-groups Description: # Pull Request ## Slack app agent obsolete, optional agent factory # Relevant Files Found ## examples/app_server.py ``` import argparse import asyncio import os from pathlib import Path from dotenv import load_dotenv from hygroup.agent.default i...
722
null
elifesciences/elife-bot
# Repository Context Name: elifesciences/elife-bot Description: # Pull Request ## Remove the bucket prefix from the bucket name in PubmedArticleDeposit. In the ``PubmedArticleDeposit`` activity, removing the ``publishing_buckets_prefix`` from the bucket name will have no effect on the ``prod`` environment. All othe...
1,714
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## [DEV-1526] Setup a db other than that in the config file **High level description:** Expand the `setup_all_db.py` script to take in an optional arg that specifies _which_ db to setup. If none provided, it fall...
438
null
epam/aws-syndicate
# Repository Context Name: epam/aws-syndicate Description: # Pull Request ## Added example of dotnet project with layers and lambda URL, Fixed an issue related to updating lambda with runtime dotnet Fixed an issue related to updating lambda with runtime dotnet Added example of dotnet project with layers and lambda...
889
null
MarketSquare/robotframework-robocop
# Repository Context Name: MarketSquare/robotframework-robocop Description: # Pull Request ## Add JSON report Closes #663 We already had JSON report but it was only used internally to return issues in json format when running Robocop programmatically. I renamed previous report to ``internal_json_report`` and cre...
15
null
tgzhou98/QuOptim
# Repository Context Name: tgzhou98/QuOptim Description: # Pull Request ## split circuit generation # Relevant Files Found ## src/gate_optimize/server.py ``` import base64 from typing import Annotated, Literal, List import requests import json from mcp.server.fastmcp import FastMCP from mcp.types import ImageC...
5,536
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## chore(deps): pre-commit.ci autoupdate <!--pre-commit.ci start--> updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.243 → v0.0.246](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.243...v0.0.246) <!--pre-commit.ci end-...
7
null
Senjienji/Senjibot
# Repository Context Name: Senjienji/Senjibot Description: # Pull Request ## Pull request # Relevant Files Found ## cogs/moderation.py ``` import discord from discord.ext import commands from typing import Optional, Union import datetime import pymongo import os client = pymongo.MongoClient( f'mongodb+srv:...
12
null
meta-pytorch/KernelAgent
# Repository Context Name: meta-pytorch/KernelAgent Description: # Pull Request ## fix lint on tests Since lint PR was merged after test PR was merged, the lint didn't run on the test file. This fixes the red on main # Relevant Files Found ## tests/test_basic.py ``` import pytest from unittest.mock import patch,...
320
null
PINTO0309/onnx2tf
# Repository Context Name: PINTO0309/onnx2tf Description: # Pull Request ## Full `GRU` support by removing unnecessary processing ### 1. Content and background - `GRU` - Full `GRU` support by removing unnecessary processing ### 2. Summary of corrections ### 3. Before/After (If there is an operating log th...
221
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## TEMPORARILY skip SSL certificate verification in status check with gRPC model server TEMPORARILY skip SSL certificate verification in status check with gRPC model server. Following `SSLCertVerificationError` is thrown fr...
1,393
null
DestinE-Climate-DT/AQUA
# Repository Context Name: DestinE-Climate-DT/AQUA Description: # Pull Request ## orography generation tool and documentation ## PR description: Collection of modifications done in order to be able to run the TCs diagnostic with the nextGEMS4 data. This is still a WIP ## Issues closed by this pull request:...
75
null
QInfer/python-qinfer
# Repository Context Name: QInfer/python-qinfer Description: # Pull Request ## fixed weights returned by resampler, so that the number of weights re… …turned corresponds to n_particles # Relevant Files Found ## src/qinfer/resamplers.py ``` #!/usr/bin/python # -*- coding: utf-8 -*- ## # resamplers.py: Implementa...
415
null
firedrakeproject/gusto
# Repository Context Name: firedrakeproject/gusto Description: # Pull Request ## Coupled transport This branch adds a CoupledTransportEquation class which will transport multiple active tracers of varying types and equation forms. The ForcedAdvectionEquation() class is removed. If a single variable is to be transp...
28
null
volfpeter/holm
# Repository Context Name: volfpeter/holm Description: # Pull Request ## Add without_layout() utility for breaking the layout wrapping chain For conveniently breaking the layout wrapping chain by wrapping the return value of a page, submit handler, or layout in `without_layout()`. It's a simple way to use pages and...
422
null
modelscope/Trinity-RFT
# Repository Context Name: modelscope/Trinity-RFT Description: # Pull Request ## Add SAPO algorithm ## Description Implemented and tested the SAPO algorithm. The algorithm details can refer to the [SAPO paper](https://arxiv.org/pdf/2511.20347). We confirm that SAPO achieves notable gains compared to pure GRPO...
199
null
vgteam/toil-vg
# Repository Context Name: vgteam/toil-vg Description: # Pull Request ## Remove docker entrypoint interface Stop requiring entrypoint flag alongside docker image location in config. # Relevant Files Found ## src/toil_vg/vg_common.py ``` #!/usr/bin/env python2.7 """ Shared stuff between different modules in thi...
290
null
Alphonsus411/pCobra
# Repository Context Name: Alphonsus411/pCobra Description: # Pull Request ## Add Spanish try/catch/throw aliases ## Summary - extend lexer with `intentar`, `capturar` and `lanzar` - support new tokens in parser - mention new keywords in documentation - add parser and interpreter tests for Spanish try/catch/throw -...
53
null
Breakthrough-Energy/PowerSimData
# Repository Context Name: Breakthrough-Energy/PowerSimData Description: # Pull Request ## feat: Add dcline id to case file (#23) # Relevant Files Found ## powersimdata/scenario/execute.py ``` from postreise.process import const from postreise.process.transferdata import get_execute_table, get_scenario_table fr...
6,570
null
deepspeedai/DeepSpeed
# Repository Context Name: deepspeedai/DeepSpeed Description: # Pull Request ## [COMPILE] workflow for deepspeed + torch.compile We use simple model + deepspeed zero 3 + torch.compile and count graph break numbers to demonstrate current status of combing deepspeed + torch.compile. # Relevant Files Found # Edits...
335
null
chronicle/content-hub
# Repository Context Name: chronicle/content-hub Description: # Pull Request ## [Buganizer ID: 461326893] File Utilities Extract Zip Files action incorrectly treats folders as files ## File Utilities Extract Zip Files action incorrectly treats folders as files --- ## Description **What problem does this ...
80
null
mnubo/kubernetes-py
# Repository Context Name: mnubo/kubernetes-py Description: # Pull Request ## 1.5.6.1 # Relevant Files Found ## kubernetes/K8sExceptions.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # This file is subject to the terms and conditions defined in # file 'LICENSE.md', which is part of this source code pa...
1,919
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## Adding subnets and security_groups to the schema When creating lambda functions the schema was missing the parameters for subnets and security_groups to create a VPC enabled lambda function. # Relevant Files Found ## c7n/sch...
54
null
transientskp/tkp
# Repository Context Name: transientskp/tkp Description: # Pull Request ## Ensure that we always process a list of islands If we identify only a single island, the routine to find the maximum pixel value returns a single float, rather than a list of length 1. The rest of the code assumes it's processing a list, and...