pr_id
int64
repo_id
null
repo_name
string
text
string
149
null
HAE-RAE/haerae-evaluation-toolkit
# Repository Context Name: HAE-RAE/haerae-evaluation-toolkit Description: # Pull Request ## add benchhub info into result class add benchhub info into result class # Relevant Files Found ## llm_eval/runner.py ``` #!/usr/bin/env python """ PipelineRunner This module encapsulates the entire pipeline: 1. Load a...
77
null
JeanChristopheMorinPerso/rez-pip
# Repository Context Name: JeanChristopheMorinPerso/rez-pip Description: # Pull Request ## Add rez_pip_version to the rez package metadata Fixes #76. The test is meh, but at least there is a test. # Relevant Files Found ## src/rez_pip/rez.py ``` import os import sys import copy import shutil import typing imp...
7,318
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [BUGFIX] Scope `PandasDatasource` reader method types and serialization (2 of 2) Changes proposed in this pull request: - GREAT-1735 - Enable passing of URLs to pandas reader methods - Make `_data_context` a `PrivateA...
180
null
DIAGNijmegen/unicorn_eval
# Repository Context Name: DIAGNijmegen/unicorn_eval Description: # Pull Request ## improve error catching improve logging when an task fails # Relevant Files Found ## src/unicorn_eval/__init__.py ``` # Copyright 2025 Diagnostic Image Analysis Group, Radboudumc, Nijmegen, The Netherlands # # Licensed under the...
765
null
UAlbertaALTLab/morphodict
# Repository Context Name: UAlbertaALTLab/morphodict Description: # Pull Request ## style: move __future__ imports below docstring I knew that `__future__` imports were a special case in the Python compiler; I knew they had to go at the _very top_ of a module, hence, I put them _before_ the module docstring. Howeve...
1,325
null
geekcomputers/Python
# Repository Context Name: geekcomputers/Python Description: # Pull Request ## update Snake-Water-Gun-Game.py I know that you should face some difficulty understanding the code because I haven't done it very well but please have a look I hope that you will like it, my code ends in only 62 lines. Please have a look!...
156
null
modelscope/FunASR
# Repository Context Name: modelscope/FunASR Description: # Pull Request ## onnx export # Relevant Files Found ## funasr/export/export_model.py ``` import json from typing import Union, Dict from pathlib import Path from typeguard import check_argument_types import os import logging import torch from funasr.b...
200
null
MarketSquare/robotframework-browser
# Repository Context Name: MarketSquare/robotframework-browser Description: # Pull Request ## Cookies as string # Relevant Files Found ## Browser/keywords/cookie.py ``` import json from typing import Any, Dict, List, Optional from robot.libraries.DateTime import convert_date # type: ignore from robotlibcore i...
20,841
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Fix tiny typo # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a gr...
19
null
MusicLang/musiclang
# Repository Context Name: MusicLang/musiclang Description: # Pull Request ## fix : now accepting any size prompt in predictor # Relevant Files Found ## musiclang/analyze/voice_separation.py ``` import numpy as np """ The algorithm is based on this paper : HMM-Based Voice Separation of MIDI Performance Andrew ...
711
null
fonttools/fontbakery
# Repository Context Name: fonttools/fontbakery Description: # Pull Request ## (issue #684) autofill gfn column with infered data from METADATA.pb # Relevant Files Found ## tools/compute_font_metrics.py ``` #!/usr/bin/python # coding: utf-8 # Copyright 2013 The Font Bakery Authors. All Rights Reserved. # # Lice...
16
null
fhchl/dynax
# Repository Context Name: fhchl/dynax Description: # Pull Request ## Fhchl/issue14 Fixes #14 # Relevant Files Found ## dynax/derivative.py ``` """Varioius functions for computing lie derivatives.""" from functools import lru_cache import jax import jax.numpy as jnp import numpy as np import scipy.special from...
2,496
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## Azure VM actions for Start, Stop, Restart and Delete # Relevant Files Found ## tools/c7n_azure/c7n_azure/resources/vm.py ``` # Copyright 2018 Capital One Services, LLC # # Licensed under the Apache License, Version 2.0 (th...
885
null
scikit-rf/scikit-rf
# Repository Context Name: scikit-rf/scikit-rf Description: # Pull Request ## Fix incorrect z0 handling in SeriesImpedance and ShuntAdmittance Reported on the mailing list. `z0` was not set in `a2s`. # Relevant Files Found ## skrf/circuit.py ``` """ circuit (:mod:`skrf.circuit`) =================================...
8
null
loretoparisi/wave2vec-recognize-docker
# Repository Context Name: loretoparisi/wave2vec-recognize-docker Description: # Pull Request ## Add support for fairseq (master branch) Hydra-based finetuned model ### What in this PR: - Optimize Dockerfile for faster build and less image size. - Pin fairseq commit hash in Dockerfile - Add support for Hydra-b...
37,621
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [Storage] Actually Bump `azure-storage-blob` version after CSEv2.1 patch release Previous PR bumped changelogs, Datalake dependency, but not the version... # Relevant Files Found ## sdk/storage/azure-storage-blob/azure/storage/bl...
1,060
null
stratis-storage/stratis-cli
# Repository Context Name: stratis-storage/stratis-cli Description: # Pull Request ## Simplify use of enums as choices in parser # Relevant Files Found ## src/stratis_cli/_actions/_bind.py ``` # Copyright 2021 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th...
5,144
null
mattermost/docs
# Repository Context Name: mattermost/docs Description: # Pull Request ## Added 301 redirect # Relevant Files Found ## source/conf.py ``` # Mattermost documentation configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see ...
303
null
volcengine/mcp-server
# Repository Context Name: volcengine/mcp-server Description: # Pull Request ## chore: refine tool descriptions # Relevant Files Found ## server/mcp_server_vefaas_function/src/mcp_server_vefaas_function/vefaas_server.py ``` import fnmatch import io from pdb import run from socket import timeout from typing impo...
1,619
null
gee-community/geemap
# Repository Context Name: gee-community/geemap Description: # Pull Request ## Remove vis_params attribute from TileLayer This PR removes the `vis_params` attribute from `EEFoliumTileLayer` and `EELeafletTileLayer` to avoid duplicate with `Map.ee_layer_dict`. # Relevant Files Found ## geemap/ee_tile_layers.py `...
1,292
null
NVIDIA/TransformerEngine
# Repository Context Name: NVIDIA/TransformerEngine Description: # Pull Request ## [JAX] Expose cp params to jax DPA api # Description Surface the context parallelism parameters to the JAX `DotProductAttention` API Fixes # (issue) ## Type of change - [ ] Documentation change (change only to the document...
433
null
qubvel-org/segmentation_models.pytorch
# Repository Context Name: qubvel-org/segmentation_models.pytorch Description: # Pull Request ## timm universal encoder Create universal encoder with support `features_only` functionality from `timm` #373 # Relevant Files Found ## segmentation_models_pytorch/deeplabv3/model.py ``` import torch.nn as nn from ty...
53
null
EconForge/interpolation.py
# Repository Context Name: EconForge/interpolation.py Description: # Pull Request ## FIX: interpolation types were not recognized in njitted context. # Relevant Files Found ## interpolation/splines/option_types.py ``` import numba from numba import jitclass spec = [ ] # Extrapolation types @jitclass(spec) c...
1,183
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## small fix to allow sunpy 0.2 to read in SWAP JP2 files SWAP JP2 files do not have a 'comment' key in header. Sunpy 0.2 was failing in reading SWAP JP2 files. This patch tests for the existence of the 'comment' key. # Relevant Files Found ## ...
10,525
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## CDN! :horse_racing: :horse_racing: @dannyroberts cc: @NoahCarnahan # Relevant Files Found ## corehq/apps/hqwebapp/templatetags/hq_shared_tags.py ``` from datetime import datetime, timedelta import json from django import template f...
709
null
uktrade/platform-tools
# Repository Context Name: uktrade/platform-tools Description: # Pull Request ## refactor: Fixing the Vpc provider in Database copy Addresses [DBTP-1642](https://uktrade.atlassian.net/browse/DBTP-1642) --- ## Checklist: ### Title: - [ ] Scope included as per [conventional commits](https://www.conventionalco...
1,511
null
viur-framework/viur-core
# Repository Context Name: viur-framework/viur-core Description: # Pull Request ## fix: Remove renderPreparation of nested skeletons _refSkelCache can have renderPreparation too. # Relevant Files Found ## src/viur/core/render/html/default.py ``` import codecs import collections import enum import functools impor...
1,109
null
mongodb/mongo-python-driver
# Repository Context Name: mongodb/mongo-python-driver Description: # Pull Request ## PYTHON-3508 Improve the performance of GridOut.readline and GridOut.read Benchmark results for iterating a randomly generated file with readline() before this change: ``` client.server_info()['version']='5.0.13' pymongo.__versio...
1,385
null
sql-machine-learning/elasticdl
# Repository Context Name: sql-machine-learning/elasticdl Description: # Pull Request ## push_model rpc implementation Fix #1345 # Relevant Files Found ## elasticdl/python/ps/parameters.py ``` import tensorflow as tf from elasticdl.python.common.ndarray import tensor_to_ndarray from elasticdl.python.ps.embeddi...
185
null
jonescompneurolab/hnn-core
# Repository Context Name: jonescompneurolab/hnn-core Description: # Pull Request ## [MRG] ENH: print MPI simulation messages to console Previously, we had to wait for the MPI simulation to complete before any output would be printed on the console. This commit uses the non-blocking select call to print stderr an...
811
null
kevin1024/vcrpy
# Repository Context Name: kevin1024/vcrpy Description: # Pull Request ## return values from generator decorator I broke this in my previous PR sorry! Needs a test # Relevant Files Found ## tests/unit/test_vcr.py ``` import http.client as httplib import os from pathlib import Path from unittest import mock i...
24
null
Mic92/strace-macos
# Repository Context Name: Mic92/strace-macos Description: # Pull Request ## complete memory related syscalls # Relevant Files Found ## strace_macos/syscalls/definitions/memory.py ``` """Memory management syscall definitions. Priority 4: Lower priority, implement after core functionality works. """ from __fut...
15
null
semuconsulting/pyspartn
# Repository Context Name: semuconsulting/pyspartn Description: # Pull Request ## RELEASE CANDIDATE 0.3.0 beta # pyspartn Pull Request Template ## Description ENHANCEMENTS: 1. Streamline and simplify conditional group parsing. 2. Enable decrypt for all OCB messages (not just where nData > 35). 3. Update ...
279
null
ArtyomZemlyak/tg-note
# Repository Context Name: ArtyomZemlyak/tg-note Description: # Pull Request ## Debug start command buttons This pull request contains changes generated by Cursor background composer. <a href="https://cursor.com/background-agent?bcId=bc-076ac712-ffac-4b07-8cd8-d1c3348d60d0"><picture><source media="(prefers-color-s...
187
null
chainer/chainerrl
# Repository Context Name: chainer/chainerrl Description: # Pull Request ## Add docstring to DuelingDQN # Relevant Files Found ## chainerrl/q_functions/dueling_dqn.py ``` from __future__ import unicode_literals from __future__ import print_function from __future__ import division from __future__ import absolute...
1,696
null
Parsl/parsl
# Repository Context Name: Parsl/parsl Description: # Pull Request ## Log interesting/total managers as a conventional fraction # Relevant Files Found ## parsl/executors/high_throughput/interchange.py ``` #!/usr/bin/env python import argparse import zmq import os import sys import platform import random import ...
267
null
skorokithakis/catt
# Repository Context Name: skorokithakis/catt Description: # Pull Request ## Update requirements to latest versions Update youtube-dl, PyChromecast, click, ifaddr, and requests to the latest versions, fixing broken casting of Twitch.tv # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: ut...
823
null
SeldonIO/MLServer
# Repository Context Name: SeldonIO/MLServer Description: # Pull Request ## Update MLflow runtime to MLflow 2.x Fixes #819 ## Changelog - Update `/invocations` custom endpoint to match with MLflow 2.x protocol - Add `/version` and `/health` endpoints - Force MLflow `2.x` in local tests (although runtime shou...
3,411
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Fix: Some ES requests aren't bracketed by log messages (#3312) https://github.com/DataBiosphere/azul/issues/3312 Author - [x] PR title references issue - [x] PR title matches issue title (preceded by `Fix: ` for bugs) <sub>or ther...
252
null
danielcherubini/elegoo-homeassistant
# Repository Context Name: danielcherubini/elegoo-homeassistant Description: # Pull Request ## Adds Loading and Unloading Filament to enum <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * The printerโ€™s current status sensor now includes a ...
133
null
django-recaptcha/django-recaptcha
# Repository Context Name: django-recaptcha/django-recaptcha Description: # Pull Request ## Fix widget 'attrs' not working with nocaptcha When using 'NOCAPTCHA = True' the widget 'attrs' values didn't render correctly. # Relevant Files Found ## captcha/widgets.py ``` import json import django from django impor...
32
null
alexhernandezgarcia/gflownet
# Repository Context Name: alexhernandezgarcia/gflownet Description: # Pull Request ## Change handling proxy_state_format # Relevant Files Found ## gflownet/envs/base.py ``` """ Base class of GFlowNet environments """ from typing import List import numpy as np import pandas as pd from pathlib import Path clas...
335
null
ag2ai/faststream
# Repository Context Name: ag2ai/faststream Description: # Pull Request ## Fix incorrect asyncapi docs path on fastkafka docs serve command - Serve docs now takes app `root_path` argument into consideration when specified in app Closes #322 # Relevant Files Found ## fastkafka/_cli_docs.py ``` # AUTOGENERATED...
5,648
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Allow `bokeh=3` xref https://github.com/dask/distributed/pull/5643#issuecomment-1007678167 # Relevant Files Found ## distributed/dashboard/components/nvml.py ``` import math from bokeh.core.properties import without_property_validation ...
1,403
null
NVIDIA-NeMo/Megatron-Bridge
# Repository Context Name: NVIDIA-NeMo/Megatron-Bridge Description: # Pull Request ## cp: `fix: default to `nccl` comm overlap bootstrap backend (1395)` into `r0.2.0` beep boop [๐Ÿค–]: Hi @ananthsub ๐Ÿ‘‹, we've cherry picked #1395 into for you! ๐Ÿš€ Please review and approve this cherry pick by your convenienc...
1,133
null
newrelic/newrelic-python-agent
# Repository Context Name: newrelic/newrelic-python-agent Description: # Pull Request ## Fix Celery Instrumentation for Workers # Overview * Celery apps run with worker optimizations would overwrite instrumentation wrappers. * This has been corrected by instrumenting the setup and reset methods to always ensure...
5,353
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Increase number of shots in `test_value` to avoid failures due to statistic fluctuations **Context:** ``test_value`` in `test_var.py` fails in CI sometimes due to random samples sometimes not having a distribution that is exactly as ex...
297
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## Increased efficiency and and flexibility added to mean shift clustering I have tried to make the mean shift clustering implementation located in learn/cluster/mean_cluster_.py more scalable. I have also tried to improve the initial...
67
null
ITopGun/Saleore-combyPGDR
# Repository Context Name: ITopGun/Saleore-combyPGDR Description: # Pull Request ## Fix the variant quantityAvailable for negative stocks # Relevant Files Found ## saleor/graphql/warehouse/dataloaders.py ``` import sys from collections import defaultdict from typing import DefaultDict, Iterable, List, Optional,...
11,849
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## add MiniCPM-Llama3-V-2_5 into all-in-one benchmark ## Description <!-- For small changes (<=3 files and <=50 lines of codes in the source folder), --> <!-- you may remove Sections 1-4 below and just provide a simple description here --> ...
1,459
null
longhorn/longhorn-engine
# Repository Context Name: longhorn/longhorn-engine Description: # Pull Request ## fix(deps): update patch digest dependencies (master) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [github.com/longhorn/backupstore](https://redirect.github.com/longho...
535
null
chipsalliance/riscv-dv
# Repository Context Name: chipsalliance/riscv-dv Description: # Pull Request ## Initial Aldec Riviera-Pro simulator support Changes in original code are are made to make it compatible with Riviera-PRO. Some changes have comments to make it clear why they are needed. I closed previous pull request on this topic...
642
null
fedspendingtransparency/usaspending-api
# Repository Context Name: fedspendingtransparency/usaspending-api Description: # Pull Request ## Demote dev stable to dev # Relevant Files Found ## usaspending_api/awards/v2/lookups/lookups.py ``` # Note: For each of the TODO's below, we need to verify that the mapping is correct from the popular name to # wha...
5,228
null
spesmilo/electrum
# Repository Context Name: spesmilo/electrum Description: # Pull Request ## Strip whitespace from amounts when copying. Fix bug in request list where address was copied instead of column specific data # Relevant Files Found ## electrum/gui/qt/address_list.py ``` #!/usr/bin/env python # # Electrum - lightwei...
106
null
Bluetooth-Devices/bleak-retry-connector
# Repository Context Name: Bluetooth-Devices/bleak-retry-connector Description: # Pull Request ## fix: correct fetching the global bluez manager when its not running # Relevant Files Found ## src/bleak_retry_connector/bleak_manager.py ``` from __future__ import annotations import asyncio import contextlib impo...
120
null
SWE-agent/mini-swe-agent
# Repository Context Name: SWE-agent/mini-swe-agent Description: # Pull Request ## Fix: Highlighting in textual interfaces # Relevant Files Found ## src/microswea/agents/interactive_textual.py ``` """ Extension of the `default.py` agent that uses Textual for an interactive TUI. For a simpler version of an inter...
265
null
rickstaa/stable-gym
# Repository Context Name: rickstaa/stable-gym Description: # Pull Request ## fix: add tempory PyFlyt RuntimeWarning fix This pull request adds a temporary fix to ensure the Quadrotor tests run (see https://github.com/jjshoots/PyFlyt/pull/9). # Relevant Files Found ## stable_gym/common/utils.py ``` """Utility fu...
4,633
null
Netflix/lemur
# Repository Context Name: Netflix/lemur Description: # Pull Request ## Drop support for python3.8, add 3.11 # Relevant Files Found ## setup.py ``` """ Lemur ===== Is a TLS management and orchestration tool. :copyright: (c) 2018 by Netflix, see AUTHORS for more :license: Apache, see LICENSE for more details. ...
10,154
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Add IBM Cloud custom network # Relevant Files Found ## ocs_ci/deployment/ibmcloud.py ``` # -*- coding: utf8 -*- """ This module contains platform specific methods and classes for deployment on IBM Cloud Platform. """ import json i...
33,675
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## fix(infra): add emacs backup files to gitignore Propose fix typo and ignore emacs backup files -fix # Relevant Files Found ## libs/core/tests/unit_tests/runnables/test_fallbacks.py ``` from collections.abc import AsyncIterator, Cal...
825
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## remove dead exceptions Keeping this open for a while and adding stuff as I find it. # Relevant Files Found ## synapse/exc.py ``` class SynErr(Exception): def __init__(self, *args, **info): self.errinfo = info Exc...
65
null
google-marketing-solutions/dreamboard
# Repository Context Name: google-marketing-solutions/dreamboard Description: # Pull Request ## Workaround to merge videos when there is audio processing issues. Workaround to merge videos when there is audio processing issues. # Relevant Files Found ## backend/app/services/video/transitions_service.py ``` # Cop...
4,076
null
mitodl/micromasters
# Repository Context Name: mitodl/micromasters Description: # Pull Request ## Check if email is verified before creating account #### What are the relevant tickets? Fix #4072 #### What's this PR do? If user has not verified email on edX redirect to error page. #### How should this be manually tested? Try t...
152
null
olitheolix/square
# Repository Context Name: olitheolix/square Description: # Pull Request ## Improve exclusions. # Relevant Files Found ## square/schemas.py ``` """Define which manifest fields to exclude from diffs and patches. For instance, almost all manifests can have a "status" field that K8s will populate and update as ne...
42
null
olyble/callPhoneBoom
# Repository Context Name: olyble/callPhoneBoom Description: # Pull Request ## Update set.py # Relevant Files Found ## set.py ``` from DrissionPage.easy_set import set_paths # see: # http://g1879.gitee.io/drissionpagedocs/get_start/before_start/ # ่ฎพ็ฝฎไฝ ็š„ๆต่งˆๅ™จ่ทฏๅพ„ set_paths(browser_path=r'่ฟ™้‡Œไฟฎๆ”นไธบๆ‚จ็š„ๆต่งˆๅ™จๅฏๆ‰ง่กŒๆ–‡ไปถ่ทฏๅพ„') # from...
20,063
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: Buggy Mariadb version check (backport #20059) This is an automatic backport of pull request #20059 done by [Mergify](https://mergify.com). <details> <summary>Mergify commands and options</summary> <br /> More conditions and act...
753
null
sfepy/sfepy
# Repository Context Name: sfepy/sfepy Description: # Pull Request ## Pass kwargs and conf to auto solver This PR makes the auto-solvers obey the user configuration options and kwargs passed to `Solver.any_from_conf()`. # Relevant Files Found ## sfepy/solvers/auto_fallback.py ``` from __future__ import absolute_...
263
null
huawei-noah/SMARTS
# Repository Context Name: huawei-noah/SMARTS Description: # Pull Request ## Improvments on cut in and u-turn interaction between agents and social vehicles 1. Add trigger radius to task mission 2. Introduce `max_speed` to `TrafficActor`. This will allow setting the max speed lower than the road speed limit, which...
885
null
fractal-analytics-platform/fractal-server
# Repository Context Name: fractal-analytics-platform/fractal-server Description: # Pull Request ## Review checks for completed jobs in `FractalFileWaitThread.check` (ref #884) PRELIMINARY: With this change, the check of whether a job is complete (or failed) is fully deferred to the `jobs_finished` function (whi...
47
null
Pelagicore/qface
# Repository Context Name: Pelagicore/qface Description: # Pull Request ## Fix generator.py to always write with the utf-8 encoding On windows the default encoding is not utf-8, that's why need to set it when opening a file for writing # Relevant Files Found ## qface/generator.py ``` # Copyright (c) Pelagicore ...
20
null
dask/dask-glm
# Repository Context Name: dask/dask-glm Description: # Pull Request ## Add basic convergence tests This adds a parametrized test to ensure basic functionality of all solvers I am somewhat concerned about the lack of accuracy in the outputs. I had to crank the tolerance very low on final testing. But perhaps ...
19,358
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #35986 -- Fixed test classes with `@translation.override` decorator. #### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> ticket-35986 ...
303
null
nerfstudio-project/nerfstudio
# Repository Context Name: nerfstudio-project/nerfstudio Description: # Pull Request ## Changing filepaths to Path obj # Relevant Files Found ## nerfactory/configs/base.py ``` # Copyright 2022 The Plenoptix Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may ...
842
null
bottlepy/bottle
# Repository Context Name: bottlepy/bottle Description: # Pull Request ## Inherit template's syntax while rendering sub-templates Otherwise the custom syntax will not apply to "include"-d templates # Relevant Files Found ## bottle.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ Bottle is a fast and sim...
15
null
snyk-labs/pysnyk
# Repository Context Name: snyk-labs/pysnyk Description: # Pull Request ## Added input parameters Added input parameters to a few of the scripts which didn't have them # Relevant Files Found ## api-demo-1-list-projects.py ``` import json import SnykAPI def print_json(json_obj): print(json.dumps(json_obj...
242
null
Crinibus/scraper
# Repository Context Name: Crinibus/scraper Description: # Pull Request ## Fix function 'get_website_name' and add optional parameter 'keep_subdomain' # Relevant Files Found ## scraper/add_product.py ``` import logging from datetime import datetime import scraper.database as db from scraper.exceptions import W...
1,303
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## optimization We don't need swap if `least == i` # Relevant Files Found ## sorts/selection_sort.py ``` """ This is a pure python implementation of the selection sort algorithm For doctests run following command: python -m doctest -v s...
76
null
ZHKKKe/MODNet
# Repository Context Name: ZHKKKe/MODNet Description: # Pull Request ## Add TorchScript version Hi, I just did something that can export PyTorch model to TorchScript version 1. Add modified MODNet that satisfies TorchScript version 2. Modify MobileNetV2 (Due to torch.jit doesn't support lambda expression) 3....
41
null
metagenlab/zDB
# Repository Context Name: metagenlab/zDB Description: # Pull Request ## Add AMR venn diagram view In this PR we rewrite the Venn diagram views as class-based views to avoid code duplication. Then we add the Venn diagram view for the AMRs. In the process we fix a couple of bugs: - Display page title in the venn su...
311
null
PeopleForBikes/brokenspoke-analyzer
# Repository Context Name: PeopleForBikes/brokenspoke-analyzer Description: # Pull Request ## Add function to create SQLAlchemy psycopg engine Instead of recreating the SQLAlchemy engine from the database URL and overriding the driver manually, this patch implements a function which does that for us. Signed-off-by...
901
null
mitodl/ocw-studio
# Repository Context Name: mitodl/ocw-studio Description: # Pull Request ## Release 0.40.1 ## Carey P Gumaer - [x] add -p to mkdir command before theme asset extraction (#900) ([f38414a3](../commit/f38414a304ead3d2c5aff185c19b94a7896c9abc)) # Relevant Files Found ## main/settings.py ``` """ Django settings fo...
17,905
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Making salt.utils.winapi python3 compatible # Relevant Files Found ## salt/utils/winapi.py ``` # -*- coding: utf-8 -*- # Import python libs import logging import pythoncom import threading log = logging.getLogger(__name__) class Com(ob...
70,853
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate tikteck light to ColorMode ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, ...
888
null
httpie/cli
# Repository Context Name: httpie/cli Description: # Pull Request ## Removed duplicate type annotation in method docs # Relevant Files Found ## httpie/downloads.py ``` # coding=utf-8 """ Download mode implementation. """ from __future__ import division import errno import mimetypes import os import re import ...
562
null
Azure/WALinuxAgent
# Repository Context Name: Azure/WALinuxAgent Description: # Pull Request ## correct mkfile size check - fixes #559 /cc @jinhyunr @taylorsmcclure # Relevant Files Found ## azurelinuxagent/daemon/resourcedisk/default.py ``` # Copyright 2014 Microsoft Corporation # # Licensed under the Apache License, Version...
21
null
efabless/mpw_precheck
# Repository Context Name: efabless/mpw_precheck Description: # Pull Request ## Disabled checks - Reverted the tweaks that were done to get a false GDS Hierarchy pass. - Re-enabled Pin checks (ignoring the power pins for now until they are represented in the netlist). # Relevant Files Found ## consistency_checks...
38
null
ceph/ceph-deploy
# Repository Context Name: ceph/ceph-deploy Description: # Pull Request ## bump the version Gets the package ready for release 1.1! # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages import os import sys def read(fname): path = os.path.join(os.path.dirname(__file__), fname)...
86
null
jseidl/magic-areas
# Repository Context Name: jseidl/magic-areas Description: # Pull Request ## Removal of manual integration adding step Integration loads by setting `magic_areas:` on the YAML. Shouldn't be added from the UI (only configured). Added abort step with descriptive error message and also magic areas will refuse to lo...
35
null
lamenezes/simple-model
# Repository Context Name: lamenezes/simple-model Description: # Pull Request ## "_is_valid" should not be considered as an attribute From version 2.4.0 inheriting models cause `_is_valid` to be considered as an attribute. This will result in `_is_valid` being present when calling `to_dict` in some object of a chi...
24,874
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## New recipe: `imgui-sfml` Adding a new recipe for `imgui-sfml`. #### Motivation Close #24676 "Previously available from Bincrafters, but that package is using Conan1 and is no longer being worked on / will not work on Conan...
7,351
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## Fix exception causes in config/__init__.py I recently went over [Matplotlib](https://github.com/matplotlib/matplotlib/pull/16706), [Pandas](https://github.com/pandas-dev/pandas/pull/32322) and [NumPy](https://github.com/numpy/numpy/pull/157...
878
null
IdentityPython/pysaml2
# Repository Context Name: IdentityPython/pysaml2 Description: # Pull Request ## Use resp.name_id instead of resp.assertion.subject.name_id for cases that using encrypted-id ### Description ##### The feature or problem addressed by this PR I faced the same problem as https://github.com/IdentityPython/pysaml2/...
107
null
mongodb/snooty-parser
# Repository Context Name: mongodb/snooty-parser Description: # Pull Request ## Bugfix: correctly target directives outside devhub domain Add preceding colon to directives outside the devhub domain so that they will be properly identified by the postprocess layer. # Relevant Files Found ## snooty/postprocess.py ...
11,438
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Make Abuse Report Admin search depend on report type being searched Fixes https://github.com/mozilla/addons/issues/6623 Fixes https://github.com/mozilla/addons/issues/6611 Fixes https://github.com/mozilla/addons/issues/6610 # Relevan...
361
null
blaylockbk/Herbie
# Repository Context Name: blaylockbk/Herbie Description: # Pull Request ## Added NCEI as GFS source older than Jan 1, 2021 Fixes #325 # Relevant Files Found ## herbie/models/gfs.py ``` """Herbie template for GFS products.""" from datetime import datetime class gfs: """Global Forecast System Atmosphere Pr...
89
null
google/tunix
# Repository Context Name: google/tunix Description: # Pull Request ## Bootstrap rollout worker abstraction Bootstrap rollout worker abstraction # Relevant Files Found ## tests/rl/common_test.py ``` # Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use...
12,946
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Relocate mach-o binaries using macholib on linux. Changes deps and rpaths for bins and libs, changes id for libs using only macholib on Linux. # Relevant Files Found ## lib/spack/spack/binary_distribution.py ``` # Copyright 2013-2019 Lawrence...
110
null
gurmeetsaran/sqltesting
# Repository Context Name: gurmeetsaran/sqltesting Description: # Pull Request ## chore(redshift): optimize redshift cleanup # Relevant Files Found ## scripts/manage-redshift-cluster.py ``` #!/usr/bin/env python3 """ Redshift Serverless cluster management script. This script provides a unified interface for cr...
8,427
null
openshift/openshift-ansible
# Repository Context Name: openshift/openshift-ansible Description: # Pull Request ## CRIO minor fixes for 3.10 * Remove openshift_crio_use_rpm as RPM is the only way to use CRIO now * Update hosts.example with crio vars * Ignore errors in docker storage when openshift_use_crio_only is on # Relevant Files Found #...
151
null
livepeer/StreamDiffusion
# Repository Context Name: livepeer/StreamDiffusion Description: # Pull Request ## fix: sdxl build oom fixes the OOM issue when building controlnets # Relevant Files Found ## src/streamdiffusion/acceleration/tensorrt/builder.py ``` import gc import os from typing import * import torch from .models.models impor...