pr_id
int64
repo_id
null
repo_name
string
text
string
1,667
null
moj-analytical-services/splink
# Repository Context Name: moj-analytical-services/splink Description: # Pull Request ## Compute the cost of combinations of blocking rules This is the second PR in a series of PRs built on top of each other. The first is [here](https://github.com/moj-analytical-services/splink/pull/1665) These PRs will estab...
7,447
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Add file format validation for uploaded images As deleting created files by `django-versatileimagefield` causes `AssertionError` for files without extensions, I add validation for the file format. Only files with image extensions are allowed. ...
3
null
chadsr/MesaFireEvacuation
# Repository Context Name: chadsr/MesaFireEvacuation Description: # Pull Request ## fixes # Relevant Files Found ## fire_evacuation/agent.py ``` import networkx as nx import numpy as np import sys import random from enum import Enum from mesa import Agent def get_line(start, end): """ Implementaiton ...
16,891
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## better deployer error message if no deploy() method defined Changelog: Omit Docs: Omit # Relevant Files Found ## conan/internal/deploy.py ``` import filecmp import os import shutil from conan.internal.cache.home_paths import HomePaths f...
55
null
scverse/anndata
# Repository Context Name: scverse/anndata Description: # Pull Request ## Switch back to 2D-only arrays (WIP) We have always either no data or 2D data. Representing this super flexibly as scalar or 1D array is error-prone, and making it one explicitly is one `.flatten()` away for the user. Fixes #42, fixes #56 ...
115
null
cdnninja/yoto_api
# Repository Context Name: cdnninja/yoto_api Description: # Pull Request ## fix: dashes cause failure to login # Relevant Files Found ## yoto_api/YotoMQTTClient.py ``` """MQTT Client for Yoto""" import logging import paho.mqtt.client as mqtt import json import datetime import pytz from .const import DOMAIN, ...
2,219
null
ai2cm/fv3net
# Repository Context Name: ai2cm/fv3net Description: # Pull Request ## Cluster-based training of machine learning (ML) models cannot handle the cloud-style path strings in the `catalog.yaml` file. Training machine learning (ML) models require access to the grid information of the domain, wind rotation matrix parame...
152
null
PEtab-dev/libpetab-python
# Repository Context Name: PEtab-dev/libpetab-python Description: # Pull Request ## Add support for PEtab problems with multiple condition files Allows specifying different conditions in different files. Closes #7 # Relevant Files Found ## petab/problem.py ``` """PEtab Problem class""" import os import tempf...
5
null
web2py/pydal
# Repository Context Name: web2py/pydal Description: # Pull Request ## test with_alias and basic opetarions for Expression # Relevant Files Found ## tests/sql.py ``` # -*- coding: utf-8 -*- """ Basic unit tests """ import sys import os import glob import datetime try: import cStringIO as StringIO excep...
12
null
wherobots/wherobots-python-dbapi
# Repository Context Name: wherobots/wherobots-python-dbapi Description: # Pull Request ## fix: don't use os.path.join to append protocol os.path.join uses an OS-dependent path separator, which doesn't work for URLs when running on Windows. # Relevant Files Found ## wherobots/db/driver.py ``` """Wherobots DB dri...
4,531
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## [RBD-Mirror] rbd mirror common test suites # Description Added common sanity and regression tests for rbd mirror. RBD Baremetal runs getting failed with package issue on`gpgcheck` failure, hence added `--nogpgcheck` on package i...
389
null
cardinalitypuzzles/cardboard
# Repository Context Name: cardinalitypuzzles/cardboard Description: # Pull Request ## Stats UI improvements from feedback (#379) Implemented suggested additions and feedback from the playtest. (#379) * Link to stats page moved closer to the other stats instead of being in the corner * List of meta solves on st...
1,647
null
mikedh/trimesh
# Repository Context Name: mikedh/trimesh Description: # Pull Request ## Weighted Procrustes Analysis I added an optional weight parameter to the procrustes() method in registration.py. It allows to compensate for a few noisy points to make the transformation more robust. Didn't have the time to adjust the test fil...
9,166
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Minor changes to flagging for 5.0 This PR makes some ergonomic changes to flagging for 5.0. * Renames the `allow_flagging` parameter in `gr.Interface` to `flagging_mode` (deprecates old parameter) * Flagging function is now concurrent-...
17
null
Point72/raydar
# Repository Context Name: Point72/raydar Description: # Pull Request ## Add formatting check change to standard lints # Relevant Files Found ## raydar/task_tracker/task_tracker.py ``` import asyncio import coolname import itertools import logging import os import pandas as pd import polars as pl import ray fro...
831
null
ResearchHub/researchhub-backend
# Repository Context Name: ResearchHub/researchhub-backend Description: # Pull Request ## [Author Claim] Error Handle - adding a more explicit error handle - # Relevant Files Found ## src/researchhub_case/views/author_claim_case_view.py ``` from researchhub_case.constants.case_constants import ( ALLOWED_V...
5,245
null
hummingbot/hummingbot
# Repository Context Name: hummingbot/hummingbot Description: # Pull Request ## Restart gateway when the route /config/update is called **Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refa...
144
null
textstat/textstat
# Repository Context Name: textstat/textstat Description: # Pull Request ## Avoided some ZeroDivisionErrors PR for issue #140 # Relevant Files Found ## test.py ``` """Test suite for textstat """ import textstat short_test = "Cool dogs wear da sunglasses." long_test = ( "Playing ... games has always been...
15,090
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Revert "Fix vlm engine changes in mcore (#15076)" This reverts commit b557cfdb0ae25fd64e4b974b023bdce936431d2b. which had not passed CI before merging Which broke CI as seen here: https://github.com/NVIDIA-NeMo/NeMo/actions/runs/1948...
555
null
RedHatQE/openshift-python-wrapper
# Repository Context Name: RedHatQE/openshift-python-wrapper Description: # Pull Request ## ChaosEngine: set constants uppercase ##### Short description: ##### More details: ##### What this PR does / why we need it: ##### Which issue(s) this PR fixes: ##### Special notes for reviewer: ##### Bug: #...
14
null
intel/auto-round
# Repository Context Name: intel/auto-round Description: # Pull Request ## upgrade lm_eval # Relevant Files Found ## examples/language-modeling/eval/evaluation.py ``` import os os.environ["TOKENIZERS_PARALLELISM"] = "false" import os.path import torch import pprint import re import shutil import transformers ...
87
null
rlouf/mcx
# Repository Context Name: rlouf/mcx Description: # Pull Request ## return trace on KeyboardInterrupt during interactive sampling (#76) # Relevant Files Found ## mcx/sample.py ``` """Sample from the multivariate distribution defined by the model.""" from typing import Any, Callable, Dict, Iterator, Optional, Tu...
261
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Implement the basic execute step method Add a basic shell and beakerlib test execution directly from Python. Show progress of the test execution, including test duration. Fix environment handling in Guest.execute() and podman plugin. Support i...
1,153
null
TencentBlueKing/bk-itsm
# Repository Context Name: TencentBlueKing/bk-itsm Description: # Pull Request ## minor: 修改帐号为账号 # Relevant Files Found ## adapter/core/sites/ieod/show.py ``` # -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making BK-ITSM 蓝鲸流程服务 available. Copyright (C) 2021 THL A29 Limit...
29,904
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [ServiceBus] Fix Memory Leak on Network Drop + Use Asyncio Streams This PR fixes the memory leak that would happen when a network drop occurs in Linux when using async receiver. Unlike windows where a `ConnectionAborted` or `Connec...
423
null
ReaLLMASIC/ReaLLM-Forge
# Repository Context Name: ReaLLMASIC/ReaLLM-Forge Description: # Pull Request ## Small Network Optimization Search: MLP Residual implementation, kq and v head dim, and per param metrics This PR adds the following: - a json file for exploring parameter efficient small models on cosmo100k and shakespeare_char ...
233
null
ORNL/HydraGNN
# Repository Context Name: ORNL/HydraGNN Description: # Pull Request ## Update HPO based on multi Same fix for HPO # Relevant Files Found ## examples/multidataset_hpo/gfm.py ``` import os, json import logging import sys from mpi4py import MPI import argparse import torch import numpy as np import hydragnn from...
3
null
ArnaoutLab/diversity
# Repository Context Name: ArnaoutLab/diversity Description: # Pull Request ## OOP # Relevant Files Found ## diversity.py ``` from pathlib import Path import numpy as np import pandas as pd import csv from Levenshtein import distance # FIXME Levenshtein probably shouldn't be a dependency. Instead, we should d...
324
null
Azure/LinuxPatchExtension
# Repository Context Name: Azure/LinuxPatchExtension Description: # Pull Request ## Bugfix: Optional parameter use in run_command_output & legacy return_code Handling an issue caught in Canary on auto-assessment code paths: _ERROR:Error: TypeError("run_command_output() missing 1 required positional argument: 'no_o...
2,335
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## Add new oracle-ee-cdb engine to the valid db engine on rds validator This is a new PR addressing comments from #2334 and should "fix" Issue #2333 Sorry for closing the old one and open a new ... but I wasn't able to fully do all ope...
18
null
pbrod/numdifftools
# Repository Context Name: pbrod/numdifftools Description: # Pull Request ## Fix "Prefer `format()` over string interpolation operator" issue This pull request automatically fixes all occurrences of the following issue: Issue type: [Prefer `format()` over string interpolation operator](https://www.quantifiedcode.c...
966
null
snowflakedb/snowpark-python
# Repository Context Name: snowflakedb/snowpark-python Description: # Pull Request ## Docs: update import with new module name # Relevant Files Found # Edits This pull request updates import statements in the local testing documentation to reflect a module name change, specifically importing `MockServerConnec...
2,203
null
chaoss/augur
# Repository Context Name: chaoss/augur Description: # Pull Request ## alembic syntax **Description** - Wrong version on alembic revision - [x] Yes, I signed my commits. # Relevant Files Found ## augur/application/schema/alembic/versions/10_unique_constraints_on_dependency_data.py ``` """Unique constraints...
10,630
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## TST: GH10271, relax test assertion, fixes #10271 Relaxes test assertion, hopefully fixes #10271 # Relevant Files Found ## scipy/optimize/tests/test_minpack.py ``` """ Unit tests for optimization routines from minpack.py. """ from __future__ im...
31
null
UNCG-DAISY/psi-collect
# Repository Context Name: UNCG-DAISY/psi-collect Description: # Pull Request ## remove point and center finding routine these are not used in the collection and cataloging routine currently, so we can remove for now # Relevant Files Found ## psicollect/find_center/__init__.py ``` ``` ## psicollect/find_center...
409
null
etna-team/etna
# Repository Context Name: etna-team/etna Description: # Pull Request ## Get rid of using `TSDataset` in method `_backtest_pipeline` of ensembles ## Before submitting (must do checklist) - [ ] Did you read the [contribution guide](https://github.com/etna-team/etna/blob/master/CONTRIBUTING.md)? - [ ] Did you upd...
434
null
tefra/xsdata
# Repository Context Name: tefra/xsdata Description: # Pull Request ## Fix literal qname converter Yeah I broke the literal qname `{a}b` parsing used in json. # Relevant Files Found ## tests/formats/dataclass/parsers/test_json.py ``` from dataclasses import make_dataclass from unittest.case import TestCase fro...
44
null
aiogram/aiogram
# Repository Context Name: aiogram/aiogram Description: # Pull Request ## CantRestrictSelf exception Exception CantRestrictSelf happens if admin try to restrict self # Relevant Files Found ## aiogram/utils/exceptions.py ``` """ TelegramAPIError ValidationError Throttled BadRequest MessageErro...
10
null
miladsade96/BTS_DP_MRI
# Repository Context Name: miladsade96/BTS_DP_MRI Description: # Pull Request ## [ENH] Adding TensorBoard # Relevant Files Found ## train.py ``` """ Training 3D U-Net Model @author: Milad Sadeghi DM - EverLookNeverSee@GitHub """ import os import argparse import matplotlib.pyplot as plt from model impo...
26
null
avast/pytest-docker
# Repository Context Name: avast/pytest-docker Description: # Pull Request ## Faster tests Relies on #25 # Relevant Files Found ## src/pytest_docker/__init__.py ``` # -*- coding: utf-8 -*- import attr import os import pytest import re import subprocess import time import timeit def execute(command, success_...
7,609
null
mitmproxy/mitmproxy
# Repository Context Name: mitmproxy/mitmproxy Description: # Pull Request ## Added CRL to dummy cert #### Description There has been a long standing issue #3140 so I tested out the code on the latest commit and it seems to still work :) so I figured I would try to get it merged Here is a more detailed descri...
4,404
null
modelscope/ms-swift
# Repository Context Name: modelscope/ms-swift Description: # Pull Request ## fix ulysses # PR type - [x] Bug Fix - [ ] New Feature - [ ] Document Updates - [ ] More Models or Datasets Support # PR information Write the detail information belongs to this PR. ## Experiment results Paste your experim...
500
null
hatchet/hatchet
# Repository Context Name: hatchet/hatchet Description: # Pull Request ## console: print up to and including depth # Relevant Files Found ## hatchet/external/console.py ``` # -*- coding: utf-8 -*- # Copyright (c) 2014-2018, Joe Rickerby and contributors # All rights reserved. # # Redistribution and use in sour...
111
null
gdsfactory/cspdk
# Repository Context Name: gdsfactory/cspdk Description: # Pull Request ## update_gdsfactory_9.5.0 and add bundle_sbend router ## Summary by Sourcery Update gdsfactory dependency to version 9.5.0 and modify routing behavior across multiple technology files Enhancements: - Modify route_bundle function to set on_co...
154
null
Flagsmith/flagsmith-engine
# Repository Context Name: Flagsmith/flagsmith-engine Description: # Pull Request ## feat(environment): Add name # Relevant Files Found ## flag_engine/environments/models.py ``` import typing from dataclasses import dataclass, field from datetime import datetime from flag_engine.environments.integrations.model...
67
null
codrsquad/portable-python
# Repository Context Name: codrsquad/portable-python Description: # Pull Request ## Use gnu ftp mirror url As recommended by https://www.gnu.org/server/mirror.en.html # Relevant Files Found ## retired/toolchain.py ``` from portable_python import ModuleBuilder class Autoconf(ModuleBuilder): """Needed so we ...
29,928
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [dagster-powerbi][components] Basic PowerBIWorkspaceComponent ## Summary Introduces a basic component which loads Power BI data sets, reports, dashboards as external assets: ```yaml type: dagster_powerbi.PowerBIWorkspaceComponent ...
595
null
line/line-bot-sdk-python
# Repository Context Name: line/line-bot-sdk-python Description: # Pull Request ## Codes are generated by openapi generator In the Messaging API, we've added the [clipboard action](https://developers.line.biz/en/reference/messaging-api/#clipboard-action) for users to copy text to the clipboard. This new feature all...
14,017
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #32455 -- Allowed right combining Q() with boolean expressions. https://code.djangoproject.com/ticket/32455 # Relevant Files Found ## django/db/models/query_utils.py ``` """ Various data structures used in query construction. Factored...
17,080
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Bucket restore times instead of histogram Follow-up on https://github.com/dimagi/commcare-hq/pull/17030 Clayton had the idea of putting counts in time buckets, which is much more useful and flexible for aggregate stats. Any aggregations...
272
null
HarrisonKramer/optiland
# Repository Context Name: HarrisonKramer/optiland Description: # Pull Request ## Feat/paraxial to thick lens # Paraxial to thick lens conversion - This PR adds functionality to automatically convert paraxial surfaces into a thick lens equivalent Example: ```python import optiland.backend as be from optiland...
1,520
null
camptocamp/c2cwsgiutils
# Repository Context Name: camptocamp/c2cwsgiutils Description: # Pull Request ## Fix spell for the rebuild # Relevant Files Found ## c2cwsgiutils/debug/_views.py ``` import gc import logging import re import time from datetime import datetime from io import StringIO from typing import Any, Callable, Dict, List...
3
null
simonw/asyncinject
# Repository Context Name: simonw/asyncinject Description: # Pull Request ## Use __init_subclass__ instead of metaclass Refs #2 # Relevant Files Found ## asyncinject/__init__.py ``` import asyncio from functools import wraps import inspect try: import graphlib except ImportError: from . import vendored_...
41
null
pabloprf/MITIM-fusion
# Repository Context Name: pabloprf/MITIM-fusion Description: # Pull Request ## Remove slash from case not considered # Relevant Files Found ## src/mitim_tools/transp_tools/CDFtools.py ``` import os import pickle import copy import datetime import netCDF4 import numpy as np import matplotlib.pyplot as plt impor...
7
null
microsoft/maro
# Repository Context Name: microsoft/maro Description: # Pull Request ## add dashboard parameters, fix dist mode error add dashboard parameters to config # Relevant Files Found ## examples/ecr/q_learning/distributed_mode/env_learner/environment_runner.py ``` # Copyright (c) Microsoft Corporation. # Licensed unde...
1,440
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Adds a helper for importing a member from a module This primitive appeared twice already, and follows the same scenario: import a module, then locate a member (a class, usually) in the module, and catch possible errors along the way. # Relevant ...
161
null
indico/indico-plugins-cern
# Repository Context Name: indico/indico-plugins-cern Description: # Pull Request ## Add google drive conversion As discussed in https://github.com/indico/indico/issues/6045 this adds the ability to request Google to return a pdf version of a google drive link (it requires an API key, and also the following [change...
1,189
null
scalyr/scalyr-agent-2
# Repository Context Name: scalyr/scalyr-agent-2 Description: # Pull Request ## Skope version upgraded The old version was deleted from quay. https://sentinelone.atlassian.net/browse/DTIN-3088 # Relevant Files Found ## agent_build_refactored/container_images/image_builders.py ``` # Copyright 2014-2023 Scalyr ...
42
null
TencentBlueKing/bk-chatbot
# Repository Context Name: TencentBlueKing/bk-chatbot Description: # Pull Request ## feature: 补充首页统计数据接口 # Relevant Files Found # Edits 该PR为bk-chatbot的首页补充了三个统计数据接口,用于展示任务执行趋势、平台配置分布及用户执行情况。新增了`IntentViewSet.exec_info`、`PlatformViewSet.config_info`和`UserExecViewSet.exec_info`三个接口,分别统计指定时间范围内每天的执行数量、各平台的任务配置数量...
2,984
null
PaddlePaddle/PaddleDetection
# Repository Context Name: PaddlePaddle/PaddleDetection Description: # Pull Request ## fix none output in rcnn # Relevant Files Found ## ppdet/modeling/post_process.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you ma...
140
null
googleapis/google-auth-library-python
# Repository Context Name: googleapis/google-auth-library-python Description: # Pull Request ## Add service_account.Credentials.with_claims Resolves #129. # Relevant Files Found ## google/auth/jwt.py ``` # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may no...
995
null
ml-explore/mlx-examples
# Repository Context Name: ml-explore/mlx-examples Description: # Pull Request ## LoRA: support tools(function calling) format datasets The dataset supports the tools field, with a structure definition consistent with OpenAI [fine-tuning](https://platform.openai.com/docs/guides/fine-tuning/fine-tuning-examples) and...
30,713
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [extractor/ceskatelevize] Back-port extractor from yt-dlp, etc ## Please follow the guide below --- ### Before submitting a *pull request* make sure you have: - [x] [Searched](https://github.com/ytdl-org/youtube-dl/search?q=is%3Apr...
5,688
null
scrapy/scrapy
# Repository Context Name: scrapy/scrapy Description: # Pull Request ## Fix the flake8 per-file ignore syntax. # Relevant Files Found ## scrapy/utils/url.py ``` """ This module contains general purpose URL functions not found in the standard library. Some of the functions that used to be imported from this mod...
346
null
demisto/demisto-sdk
# Repository Context Name: demisto/demisto-sdk Description: # Pull Request ## Check pack secrets against provided whitelist as well ## Status - [x] Ready ## Related Issues fixes: https://github.com/demisto/etc/issues/23580 ## Must have - [x] Tests - [x] Documentation # Relevant Files Found ## demisto...
5,169
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [REFACTOR][IR] Remove AttrsEqual and AttrsHash related code Last bit of #5159 This PR - [x] replaces `AttrsEqual` and `AttrsHash` with `StructuralEqual` and `StructuralHash`, respectively. - [x] removes the handlers that used as utilities fo...
298
null
Golde34/Gaia-Project
# Repository Context Name: Golde34/Gaia-Project Description: # Pull Request ## upgrade all kafka topic # Relevant Files Found ## gaia_connector/core/domain/constants.py ``` class Constants: class KafkaTopic: CREATE_TASK_TOPIC = "gc.create-task.topic" class StringConstants: status = "sta...
458
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Improve the css style for the html report Included a couple of css rules to make the report a bit more elegant. Here's an example output: ![style](https://user-images.githubusercontent.com/2803150/100327738-f1692b00-2fcb-11eb-9a78-526a7d5887ef...
1
null
danielhochman/redis-look
# Repository Context Name: danielhochman/redis-look Description: # Pull Request ## add monitor tool # Relevant Files Found # Edits This pull request adds a new `redis-look-monitor.py` tool that monitors Redis in real-time using the MONITOR command, providing statistics on command frequency, key usage, and est...
302
null
DataDog/datadog-sync-cli
# Repository Context Name: DataDog/datadog-sync-cli Description: # Pull Request ## Remove `public_id` from synthetics sub step `public_id` should not be sent in the synthetics sub step. # Relevant Files Found ## datadog_sync/model/synthetics_tests.py ``` # Unless explicitly stated otherwise all files in this rep...
6
null
dptech-corp/Uni-Dock-Benchmarks
# Repository Context Name: dptech-corp/Uni-Dock-Benchmarks Description: # Pull Request ## style: test script func name # Relevant Files Found # Edits This pull request improves the code style and organization of test scripts in the Uni-Dock-Benchmarks repository by renaming main functions to follow a consiste...
441
null
leptonai/leptonai
# Repository Context Name: leptonai/leptonai Description: # Pull Request ## release: 0.21.2 # Relevant Files Found ## leptonai/config.py ``` """ Overall configurations and constants for the Lepton AI python library. """ import os from pathlib import Path import sys import warnings import pydantic import pydan...
16,469
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## hdf: new version, variants and refactoring # Relevant Files Found ## var/spack/repos/builtin/packages/gdal/package.py ``` # Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level ...
53
null
SBRG/MASSpy
# Repository Context Name: SBRG/MASSpy Description: # Pull Request ## Bug fix # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- from __future__ import absolute_import from warnings import warn from sys import argv, version_info from setuptools import setup, find_packages if version_info[:2] == ...
79
null
iiasa/ixmp
# Repository Context Name: iiasa/ixmp Description: # Pull Request ## adding warning for calling class ixmp.Scenario with `scheme=='MESSAGE'` # Please confirm that this PR has done the following: - [ ] Tests Added - **No additional tests required** - [ ] Documentation Added - **No additional documentation requir...
2,147
null
openshift/lightspeed-service
# Repository Context Name: openshift/lightspeed-service Description: # Pull Request ## [backport] Support for not default Uvicorn port number for dev ## Description Support for not default Uvicorn port number for dev ## Type of change - [ ] Refactor - [x] New feature - [ ] Bug fix - [ ] CVE fix - [ ] O...
43,765
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix return code of puppet module ### What does this PR do? Successful puppet return codes are 0 and 2. When return code is 2 salt will fail. puppet.py intercepted that for the json return, however, the salt job will still fail, because it o...
1,059
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Set `ssl` if `sslmode` is not truthy Otherwise raises a "referenced before assignment" error. # Relevant Files Found ## edb/server/pgconnparams.py ``` # Copyright (C) 2016-present MagicStack Inc. and the EdgeDB authors. # Copyright (C) 2016-pr...
520
null
GoogleCloudPlatform/PerfKitBenchmarker
# Repository Context Name: GoogleCloudPlatform/PerfKitBenchmarker Description: # Pull Request ## Bump default image for Azure to Ubuntu 14.04.3 The current image is segfaulting during `apt-get update`. # Relevant Files Found ## perfkitbenchmarker/azure/azure_virtual_machine.py ``` # Copyright 2014 Google Inc. A...
1,562
null
DataDog/datadog-api-client-python
# Repository Context Name: DataDog/datadog-api-client-python Description: # Pull Request ## Add support for `enable_custom_metrics` in Confluent Account See [DataDog/datadog-api-spec#2285](https://github.com/DataDog/datadog-api-spec/pull/2285) Test branch [datadog-api-spec/test/bo_huang/confluent-add-clo](https://...
108
null
reworkd/harambe
# Repository Context Name: reworkd/harambe Description: # Pull Request ## Add dynamic waiting mechanism for new page openings in `capture_url` method Implements a feature to dynamically wait for a new page to open when triggered by an `capture_url` Includes a timeout mechanism to prevent indefinite waiting and ensu...
60,345
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## TST (string dtype): clean-up assorted xfails An bunch of assorted xfails that were no longer needed or had a trivial fix xref https://github.com/pandas-dev/pandas/issues/54792 # Relevant Files Found ## pandas/tests/base/test_conversion...
912
null
DisnakeDev/disnake
# Repository Context Name: DisnakeDev/disnake Description: # Pull Request ## fix!: `StickerPack.cover_sticker_id` and `.banner_asset_id` are optional ## Summary The `cover_sticker_id` and `banner_asset_id` fields in the sticker pack data are marked as optional in the [API docs ](https://discord.com/developers/d...
704
null
tqec/tqec
# Repository Context Name: tqec/tqec Description: # Pull Request ## feat: reduce branches for passthrough node when finding correlation surfaces As reported in #696, finding correlation surfaces has poor performance scaling. Before we come up with more advanced algorithm, there's one clear "redundancy" in curre...
20,551
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## add more module mappings for popular packages Added more default module mappings of popular packages * alphabetized the dictionaries * opentelemetry packages are from [here](https://opentelemetry-python.readthedocs.io/en/latest/api/index...
29
null
jvalegre/aqme
# Repository Context Name: jvalegre/aqme Description: # Pull Request ## Mult fixes # Relevant Files Found ## aqme/argument_parser.py ``` #####################################################. # This file contains the argument parser # #####################################################. import a...
9
null
pp-mo/ugrid-checks
# Repository Context Name: pp-mo/ugrid-checks Description: # Pull Request ## Code format fixes to satisfy black and flake8. # Relevant Files Found ## lib/ugrid_checks/check.py ``` from logging import LogRecord from pathlib import Path import re from typing import AnyStr, Dict, List, Union, Tuple from .logging ...
105
null
MamdMehrabi/heroapi
# Repository Context Name: MamdMehrabi/heroapi Description: # Pull Request ## Master # Relevant Files Found ## app/router/api/telegram.py ``` from fastapi import APIRouter, Response, status from bs4 import BeautifulSoup from httpx import AsyncClient, codes client = AsyncClient() router = APIRouter(tags=["Ru...
954
null
holoviz/holoviews
# Repository Context Name: holoviz/holoviews Description: # Pull Request ## Correctly set matplotlib colorbar tick locators Fixes issue #565, the locators were being set using a non-existent method. # Relevant Files Found ## holoviews/plotting/mpl/element.py ``` import math, copy import param import numpy as n...
38
null
wanghaisheng/tiktoka-studio-uploader
# Repository Context Name: wanghaisheng/tiktoka-studio-uploader Description: # Pull Request ## Update botcheck.py # Relevant Files Found ## examples/botcheck.py ``` from playwright.async_api import ( Playwright, Browser, BrowserContext, async_playwright, expect, ) from tsup.utils.webdriver.p...
5
null
zalandoresearch/pytorch-dilated-rnn
# Repository Context Name: zalandoresearch/pytorch-dilated-rnn Description: # Pull Request ## bla # Relevant Files Found ## dilated_rnn.py ``` import torch import torch.nn as nn class DilatedRNN(nn.Module): r"""Multilayer Dilated RNN. Args: mode: rnn type, 'RNN', 'LSTM', 'GRU' input_size: input...
553
null
scverse/pertpy
# Repository Context Name: scverse/pertpy Description: # Pull Request ## Rename cmap to palette Fixes #514 # Relevant Files Found ## pertpy/plot/_coda.py ``` import warnings from typing import Literal, Optional, Union import matplotlib.pyplot as plt import numpy as np import seaborn as sns from anndata import A...
1,072
null
ros2/ros2cli
# Repository Context Name: ros2/ros2cli Description: # Pull Request ## fix ros2action send_goal signal handling. ## Description <!-- Please include a summary of the changes and the related issue. Highlight any key points or areas of concern. --> <!-- *Automatically closes linked issue when PR is merged. ...
3,379
null
SFDO-Tooling/CumulusCI
# Repository Context Name: SFDO-Tooling/CumulusCI Description: # Pull Request ## Use parent_tree in CommitDir to fix timeouts with large repositories ## Issues Fixed * Fixed an issue where checking out a repository above a certain size caused timeouts to occur. Users have reported 502 errors (i.e., timeouts) w...
230
null
langchain-ai/langsmith-sdk
# Repository Context Name: langchain-ai/langsmith-sdk Description: # Pull Request ## 0.0.39 # Relevant Files Found ## python/langsmith/client.py ``` """The LangSmith Client.""" from __future__ import annotations import collections import datetime import functools import importlib import io import json import l...
53
null
RedHatInsights/insights-puptoo
# Repository Context Name: RedHatInsights/insights-puptoo Description: # Pull Request ## Fix bug in rejected payload reporting Turn insights-core errors into strings so that they can be encoded as JSON and properly sent to storage-broker Signed-off-by: Stephen Adams <tsadams@gmail.com> # Relevant Files Found ...
427
null
ietf-tools/purple
# Repository Context Name: ietf-tools/purple Description: # Pull Request ## feat: capture withdrawn references # Relevant Files Found ## rpc/api.py ``` # Copyright The IETF Trust 2023-2025, All Rights Reserved import datetime from dataclasses import dataclass import rpcapi_client from django.db import transac...
219
null
DEENUU1/meta-spy
# Repository Context Name: DEENUU1/meta-spy Description: # Pull Request ## Issue/211 # Relevant Files Found ## facebookspy/src/models.py ``` from sqlalchemy import Column, String, Integer, ForeignKey, Boolean from sqlalchemy.orm import relationship from sqlalchemy.ext.declarative import declarative_base Base =...
39,199
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## ML CI: get more packages working on macOS # Relevant Files Found ## var/spack/repos/builtin/packages/py-torch/package.py ``` # Copyright 2013-2023 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-lev...
362
null
gammasim/simtools
# Repository Context Name: gammasim/simtools Description: # Pull Request ## Remove parameter from exclusion list Decided to put this parameter as a derived parameter instead of a model parameter so we don't need to have it in the exclusion list anymore. # Relevant Files Found ## simtools/simtel/simtel_config_writ...