pr_id
int64
repo_id
null
repo_name
string
text
string
110
null
mdbloice/Augmentor
# Repository Context Name: mdbloice/Augmentor Description: # Pull Request ## Add three operations for random changing image brightness color and contrast Hi, I add three operations for random changing image brightness color and contrast. It can be used like the following code. ` import Augmentor p = Augmentor...
1,889
null
microsoft/playwright-python
# Repository Context Name: microsoft/playwright-python Description: # Pull Request ## fix: inherit context timeout correctly Fixes https://github.com/microsoft/playwright-python/issues/1883 # Relevant Files Found ## playwright/_impl/_helper.py ``` # Copyright (c) Microsoft Corporation. # # Licensed under the Apa...
13,393
null
pypi/warehouse
# Repository Context Name: pypi/warehouse Description: # Pull Request ## Fix 13391 # Relevant Files Found ## tests/unit/email/test_init.py ``` # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the Licen...
90
null
Macktireh/clone-twitter-backend
# Repository Context Name: Macktireh/clone-twitter-backend Description: # Pull Request ## resize posts and comment images before saving them with django_resized # Relevant Files Found ## apps/comment/models.py ``` from django.db import models from apps.post.models import Post from django.contrib.auth import ge...
849
null
hyperledger/indy-plenum
# Repository Context Name: hyperledger/indy-plenum Description: # Pull Request ## INDY-1497: Fix sending to not connected remotes **Problem reason:** - If a message is sent to a node which hasn't yet replied with pong (that is connected), then there is a chance that the message will be lost and not re-sent. This...
8,990
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## Clang: Apply `-O0` Fix #8986 **Motivation for this change** Calling `clang` without any `-O` option is **NOT** equivalent to calling it with `-O0`. One important difference is that when debugging, without `-O0` (and even with `-Og`), ...
948
null
Toblerity/Fiona
# Repository Context Name: Toblerity/Fiona Description: # Pull Request ## ENH: Auto-detect driver in writing mode Is this something you would be interested in? If so, I can add some tests, etc. Target version 1.9. # Relevant Files Found ## fiona/collection.py ``` # -*- coding: utf-8 -*- # Collections provide fil...
81
null
vitalops/datatune
# Repository Context Name: vitalops/datatune Description: # Pull Request ## Improving persona prompt for agent Improved persona prompt - Added conditional column creation operation for dask transformation - Other ops added: astype_column - fillna - replace_values - conditional_column - drop_du...
221
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## Support yahoo 1min data <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Motivation and Context <!--- Are there any related issues? If so, please put the...
23
null
yazon/flexllama
# Repository Context Name: yazon/flexllama Description: # Pull Request ## FlexLLama v0.1.7: Fixed auto model unload ## Overview Critical patch fixing auto-unload functionality for auto-started models. ## 🔧 Bug Fixes ### Auto-Unload Mechanism Fixed **Fixed**: Models with `auto_start_runners: true` now prope...
87
null
tryolabs/norfair
# Repository Context Name: tryolabs/norfair Description: # Pull Request ## Fix yolov4 demo # Relevant Files Found ## demos/yolov4/yolov4demo.py ``` import argparse import cv2 import numpy as np import torch from models import Yolov4 from tool.torch_utils import do_detect from tool.utils import load_class_names...
317
null
road-core/service
# Repository Context Name: road-core/service Description: # Pull Request ## Pass streaming parameter to LLM loader ## Description Pass streaming parameter to LLM loader ## Type of change - [ ] Refactor - [x] New feature - [ ] Bug fix - [ ] CVE fix - [ ] Optimization - [ ] Documentation Update - [ ] C...
53
null
fabriziomiano/covidashit
# Repository Context Name: fabriziomiano/covidashit Description: # Pull Request ## v5.6.1: :hammer_and_wrench: Fix regional Vax view * Fix get_age_pop_dict() in data tools module # Relevant Files Found ## app/data_tools/__init__.py ``` """ Data tools module """ import datetime as dt import pandas as pd import p...
102
null
alecthomas/voluptuous
# Repository Context Name: alecthomas/voluptuous Description: # Pull Request ## Added correct handling of callable objects as default values # Relevant Files Found ## voluptuous.py ``` # encoding: utf-8 # # Copyright (C) 2010-2013 Alec Thomas <alec@swapoff.org> # All rights reserved. # # This software is licens...
703
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Add sqlfluff.core.rules.std to setup.py It seems this prevented installation # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- encoding: utf-8 -*- """The script for setting up sqlfluff.""" from __future__ import a...
68
null
jaroslawhartman/withings-sync
# Repository Context Name: jaroslawhartman/withings-sync Description: # Pull Request ## Fix mismatch in checking and retrieving environment With merging of PR #39 a mismatch between checked and read environment variables had been introduced to master and broke reading of Garmin and Trainerroad credentials from envi...
2,852
null
lbryio/lbry-sdk
# Repository Context Name: lbryio/lbry-sdk Description: # Pull Request ## more efficient syncing of wallet transactions # Relevant Files Found ## lbry/wallet/account.py ``` import os import time import json import logging import typing import asyncio import random from functools import partial from hashlib impo...
141
null
solaluset/i18nice
# Repository Context Name: solaluset/i18nice Description: # Pull Request ## Bump types-pyyaml from 6.0.12.20241230 to 6.0.12.20250516 in /requirements Bumps [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) from 6.0.12.20241230 to 6.0.12.20250516. <details> <summary>Commits</summary> <ul> <li>See f...
464
null
scikit-hep/coffea
# Repository Context Name: scikit-hep/coffea Description: # Pull Request ## Take first branch if duplicate branch names exist in tree To be consistent with uproot getitem behavior # Relevant Files Found ## coffea/nanoevents/mapping/__init__.py ``` from .uproot import TrivialUprootOpener, UprootSourceMapping fro...
7,544
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## Import script for East Renfrewshire (2024-07-04) (closes #7542) PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/7542 # Relevant Files Found ## polling_stations/apps/data_importers/mana...
15
null
verigak/progress
# Repository Context Name: verigak/progress Description: # Pull Request ## Now iter() calls finish even on an exception As I reported in issue #14 raising an exception in a loop over a iterator got from a iter() call will not finalize the bar. This commit uses a try, finally block to ensure that finish is always c...
14
null
qquerellka/teamfinder
# Repository Context Name: qquerellka/teamfinder Description: # Pull Request ## Feature/backend hackathons routes # Relevant Files Found ## backend/presentations/routers/hackathons.py ``` # ============================================================================= # ФАЙЛ: backend/presentations/routers/hackat...
342
null
AI4quantum/maestro
# Repository Context Name: AI4quantum/maestro Description: # Pull Request ## fixed newline error closes #339 Previous code is replacing \n with \ndata: (which is markdown line break + next data prefix), but it's putting it all in one yield, which causes multiple lines to be appended as one message # Relevant F...
7
null
Trust-Code/odoo-brasil
# Repository Context Name: Trust-Code/odoo-brasil Description: # Pull Request ## Padronizacao dos campos de endereço da tela de cadastro de bancos Padronização na disposição dos campos de endereço da tela de cadastro de bancos. @danimaribeiro a busca do CEP na tela de cadastro de bancos (7dfe93465779ebc15b296520...
422
null
yt-project/unyt
# Repository Context Name: yt-project/unyt Description: # Pull Request ## TST: cleanup remaining occurences of yt terminology # Relevant Files Found ## unyt/tests/test_units.py ``` """ Test symbolic unit handling. """ import operator import pickle import numpy as np import pytest from numpy.testing impor...
76
null
huaweicloud/cloud-custodian
# Repository Context Name: huaweicloud/cloud-custodian Description: # Pull Request ## huaweicloud - update functiongraph sdk version and support config lts log # Relevant Files Found ## tools/c7n_huaweicloud/c7n_huaweicloud/mu.py ``` # Copyright The Cloud Custodian Authors. # SPDX-License-Identifier: Apache-2.0...
7,245
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #47 - Python ## Describe tus cambios ***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.* ## Comprobaciones Asegúrate de ...
729
null
psf/requests
# Repository Context Name: psf/requests Description: # Pull Request ## Added needed cast for when POSTing data and files (Issue #661) Co-Authored By: Timnit Gebru tgebru@gmail.com @tgebru Co-Authored By: Sarah Gonzalez smar.gonz@gmail.com @smargonz Co-Authored By: Leila Muhtasib muhtasib@gmail.com @muhtasib This i...
165
null
buildingSMART/ifc-gherkin-rules
# Repository Context Name: buildingSMART/ifc-gherkin-rules Description: # Pull Request ## OJP001 - fix # Relevant Files Found ## features/steps/givens/relationships.py ``` import csv import os import re from pathlib import Path from utils import misc, system from validation_handling import gherkin_ifc from ....
754
null
awslabs/mcp
# Repository Context Name: awslabs/mcp Description: # Pull Request ## feat(dataprocessing-mcp-server): AWS Glue Interactive Sessions and Workflows mcp tools <!-- markdownlint-disable MD041 MD043 --> Fixes ## Summary This commit adds comprehensive AWS Glue Interactive Sessions and Workflows management capabil...
8
null
ivo-pontes/NeighborJoiningTree
# Repository Context Name: ivo-pontes/NeighborJoiningTree Description: # Pull Request ## Conserto do metodo stepFive da classe NeighbourJoinnig # Relevant Files Found ## NeighbourJoining.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -* from __future__ import division import numpy as np from Node import Nod...
81
null
rollbar/pyrollbar
# Repository Context Name: rollbar/pyrollbar Description: # Pull Request ## Implemented a more robust filtering mechanism You can now add custom filtering logic to determine if the error/message/payload should be sent to Rollbar. e.g. Only send messages that match a regular expression: ``` py import re import ro...
1,112
null
GeoscienceAustralia/dea-config
# Repository Context Name: GeoscienceAustralia/dea-config Description: # Pull Request ## Add pansharpened style to Landsat 7 This PR adds the panchromatic true colour style to Landsat 7, and makes some minor updates to use a more logical order for the styles (panchromatic true colour next to true colour, bands in o...
134
null
numalariamodeling/covid-chicago
# Repository Context Name: numalariamodeling/covid-chicago Description: # Pull Request ## EMS3 setup and comparison # Relevant Files Found ## NMH_catchment_comparison.py ``` import os import pandas as pd import matplotlib.pyplot as plt import sys sys.path.append('../') from load_paths import load_box_paths impo...
50
null
FinAgent-Lab/market-analysis-team
# Repository Context Name: FinAgent-Lab/market-analysis-team Description: # Pull Request ## update: 항상 리포트 포맷으로 반환하도록 수정 - 반환 포맷이 리포트 형식을 준수하도록 수정 close #49 # Relevant Files Found ## src/graph/nodes/supervisor.py ``` from typing import TypedDict from langgraph.graph import END from langgraph.types import ...
227
null
pyeve/cerberus
# Repository Context Name: pyeve/cerberus Description: # Pull Request ## moving forward initially i wanted to use cerberus' normalization capabilities to expand a validation schema. eventually it turned out that would require extra complexity (e.g. allowing `rename_handler` for unknown fields). but the aim was to r...
398
null
crate/crate-operator
# Repository Context Name: crate/crate-operator Description: # Pull Request ## Added support for parallel testing ## Summary of changes This is done using pytest-xdist and by adding the `-n X` parameter to pytest, where X is the number of parallel executors. This required a locking mechanism to be implemented...
11,393
null
keras-team/keras
# Repository Context Name: keras-team/keras Description: # Pull Request ## De-duped some test functions. ### Summary In travis, some tests were applied more than once. This PR makes sure that those tests are only ran once. ### Related Issues ### PR Overview - [ ] This PR requires new unit tests [y/n] (m...
159
null
SAP/InfraBox
# Repository Context Name: SAP/InfraBox Description: # Pull Request ## Rewrite controller in python # Relevant Files Found ## ib.py ``` #!/usr/bin/env python import argparse import json import os import re import subprocess import logging import sys from Crypto.PublicKey import RSA logging.basicConfig( fo...
1,101
null
marin-community/levanter
# Repository Context Name: marin-community/levanter Description: # Pull Request ## Fix Missing Imports # Relevant Files Found ## src/levanter/infra/ray_tpu.py ``` import dataclasses import logging import multiprocessing import os import socket import subprocess import tempfile import time from asyncio import Qu...
890
null
apache/datafusion-python
# Repository Context Name: apache/datafusion-python Description: # Pull Request ## Feature/instance udfs # Which issue does this PR close? Closes #822 # Rationale for this change With this change we add an additional argument to `udaf` and `udwf` to be used for calls to `__init__` of the class that imple...
221
null
wenet-e2e/WeTextProcessing
# Repository Context Name: wenet-e2e/WeTextProcessing Description: # Pull Request ## [tn] simplify tn fst: 40M -> 4M build time: 460s -> 26s # Relevant Files Found ## tn/english/normalizer.py ``` # Copyright (c) 2022 Zhendong Peng (pzd17@tsinghua.org.cn) # Copyright (c) 2024 Xingchen Song (sxc19@tsinghua.org.cn...
17,238
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Avoid looping on all thumbnails (Plots) <!--- Make sure to read the Contributing Guidelines: ---> <!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md ---> <!--- and follow PEP 8, PEP 257 and Spyder...
9,172
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## Bigtable: Add IAM Policy methods to table admin client (via synth). This PR was generated using Autosynth. :rainbow: Here's the log from Synthtool: ``` synthtool > Executing /tmpfs/src/git/autosynth/working_repo/bigtable/synth...
1,871
null
inveniosoftware/invenio
# Repository Context Name: inveniosoftware/invenio Description: # Pull Request ## installation: Flask-Collect from PyPI Removing the custom version as [Flask-Collect 0.2.3](https://pypi.python.org/pypi/Flask-Collect/0.2.3) is on the cheeseshop. Related to: #1797 # Relevant Files Found ## setup.py ``` ## This f...
8,415
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [hotfix] Fix node bulk delete with linked node [PLAT-889] #### Purpose * Allow projects with linked nodes to be bulk deleted. #### Changes * Properly exclude linked nodes from bulk delete check. #### QA Notes * Steps to ...
36,721
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CLN: Remove unnecessary rolling subclass - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` # Relevant Files Found ## pandas/core/window/ewm.py ``` import datet...
14
null
typeddjango/pytest-mypy-plugins
# Repository Context Name: typeddjango/pytest-mypy-plugins Description: # Pull Request ## Make it work on Windows Remove `capturer` dependency: use `contextlib.redirect_*` instead. Also fixed some other minor issues See #13 # Relevant Files Found ## pytest_mypy/collect.py ``` from typing import Any, Dict, L...
332
null
helixml/kodit
# Repository Context Name: helixml/kodit Description: # Pull Request ## fix(enrichment): remove backticks from physical architecture enrichment # Relevant Files Found ## src/kodit/domain/services/physical_architecture_service.py ``` """Core service for discovering physical architecture and generating narrative ...
4,227
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## CFGFast: Check address alignment before adding code hints. # Relevant Files Found ## angr/analyses/cfg/cfg_fast.py ``` # pylint:disable=superfluous-parens,too-many-boolean-expressions,line-too-long import itertools import logging import math im...
103
null
bhklab/med-imagetools
# Repository Context Name: bhklab/med-imagetools Description: # Pull Request ## Mit lite # Relevant Files Found ## imgtools/io/__init__.py ``` from .common import * from .loaders import * from .writers import * from .dataset import * ``` ## setup.py ``` from setuptools import setup, find_packages with open(...
1,293
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Make ‘send a one-off message’ a thing ![one-off](https://cloud.githubusercontent.com/assets/355079/26450406/343ba10c-414f-11e7-9241-f73241cd3ce1.gif) *** This pull request started off as making an extra feature to send ind...
22,570
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Security] `az security atp cosmosdb`: Add CLI support for ATP settings (Defender) on Cosmos DB **Related command** ``` az security atp cosmosdb show--resource-group MyResourceGroup --cosmosdb-account MyCosmosDbAccount az security atp cos...
3,909
null
readthedocs/readthedocs.org
# Repository Context Name: readthedocs/readthedocs.org Description: # Pull Request ## This fixes two bugs apparent in nesting of translations in subprojects The canonical domain was not searching as deep as we support. We support translations nested in subprojects, and vice versa, this was previously only searching...
180
null
IntelPython/scikit-learn_bench
# Repository Context Name: IntelPython/scikit-learn_bench Description: # Pull Request ## Support incremental benchmarking of datasets larger than memory + final config/logic alignment ## Description Merging incremental logic updates here instead of main branch. This supports ability for user to run incremental a...
426
null
elifesciences/builder
# Repository Context Name: elifesciences/builder Description: # Pull Request ## Catch generic FabricException on boot of node For https://github.com/elifesciences/issues/issues/4573 # Relevant Files Found ## src/buildercore/lifecycle.py ``` """module for stopping and starting stacks but keeping their state, henc...
65
null
kkirchheim/pytorch-ood
# Repository Context Name: kkirchheim/pytorch-ood Description: # Pull Request ## Coco transform # Relevant Files Found ## src/pytorch_ood/utils/transforms.py ``` """ .. autoclass:: pytorch_ood.utils.ToUnknown :members: .. autoclass:: pytorch_ood.utils.ToRGB :members: .. autoclass:: pytorch_ood.uti...
6
null
0xbf00/dmglib
# Repository Context Name: 0xbf00/dmglib Description: # Pull Request ## Added: creating blank images # What's new - Added `create_blank_dmg` and `_hdiutil_create` methods for creating blank DMG's - Added `get_dmg_mountpoints` to get mountpoints of DMG without creating DiskImage object - Added `detach_already_a...
36,432
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## PERF: construct DataFrame with string array and dtype=str Avoid inefficient call to `arr.astype()` when dtype is `str`, and use ensure_string_array instead. Performance example: ```python >>> x = np.array([str(u) for u in range(1_000...
62
null
open-thought/reasoning-gym
# Repository Context Name: open-thought/reasoning-gym Description: # Pull Request ## Course Schedule (Topological Sort) ### What does this PR do? This PR implements a reasoning environment for performing topological sort. In particular, it borrows the scenario from the popular [Course Schedule](https://leetcode...
7,221
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Use naive comb() for Python 3.7 Follows up #7218. We fixed to use `math.comb()` instead of `scipy.special.comb()` there to remove scipy dependency, however, it requires Python 3.8 or higher. # Relevant Files Found ## cupyx/scipy/interpolate/_rbfi...
1,225
null
KhronosGroup/glTF-Blender-IO
# Repository Context Name: KhronosGroup/glTF-Blender-IO Description: # Pull Request ## Import/Export: fixes for material_index/material slots Fixes #1224. Exporter: * any material slots at or after an empty material slot would be screwed up (they are skipped [here](https://github.com/KhronosGroup/glTF-Blender...
142
null
BAMRU-Tech/bamru_net
# Repository Context Name: BAMRU-Tech/bamru_net Description: # Pull Request ## Added active DO message (starts today + 7 days) user editable # Relevant Files Found ## bamru_net/urls.py ``` """ bamru_net URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: ...
140
null
metal-stack/metal-python
# Repository Context Name: metal-stack/metal-python Description: # Pull Request ## Fix release action ## Description Missed this action <!-- If possible, please reference other issues or pull requests. Closes #<the-issue-number-to-close>. References: - ... If not already described in a referenced...
381
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Add get_text_body websocket helper ## Summary - create async method `get_text_body` in `PageQLApp` - store waiters for body text retrieval - handle `websocket.receive` in websocket handler to deliver text replies ## Testing - `pytest` ---...
170
null
betcode-org/flumine
# Repository Context Name: betcode-org/flumine Description: # Pull Request ## Release/1.5.3 2 # Relevant Files Found ## flumine/__version__.py ``` __title__ = "flumine" __description__ = "Betfair trading framework" __url__ = "https://github.com/liampauling/flumine" __version__ = "1.5.2" __author__ = "Liam Pauli...
3,066
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Add example of `optuna.logging.get_verbosity` <!-- Thank you for creating a pull request! In general, we merge your pull requests after they get two or more approvals. --> ## Motivation <!-- Describe your motivation why you will submit this...
67
null
invisibleroads/socketIO-client
# Repository Context Name: invisibleroads/socketIO-client Description: # Pull Request ## Update transports.py Under p3k, this code throws NameError (because of the unicode() function) This fix should be valid under both python2 and python3 # Relevant Files Found ## socketIO_client/transports.py ``` import json ...
329
null
gpu-mode/discord-cluster-manager
# Repository Context Name: gpu-mode/discord-cluster-manager Description: # Pull Request ## Some setup fixes ## Description Some fixes and amendments to things that I ran into during setting up the development environment, ## Checklist Before submitting this PR, ensure the following steps have been complete...
861
null
sfepy/sfepy
# Repository Context Name: sfepy/sfepy Description: # Pull Request ## update interface for mumps library version 5.4.x # Relevant Files Found ## sfepy/solvers/ls_mumps.py ``` import ctypes import re import numpy as nm try: from mpi4py import MPI use_mpi = True except ImportError: use_mpi = False AU...
1
null
joaofernandes/portuguese_energy_price_tracker_ha_integration
# Repository Context Name: joaofernandes/portuguese_energy_price_tracker_ha_integration Description: # Pull Request ## Removed aggregation # Relevant Files Found ## custom_components/energy_price_tracker/csv_fetcher.py ``` """CSV Data Fetcher for Energy Price Tracker. This module fetches Portuguese energy pric...
74
null
Bouni/python-luxtronik
# Repository Context Name: Bouni/python-luxtronik Description: # Pull Request ## Improve handling of IP addresses Replace the use of the `ipaddress` module combined with unclear addition subtraction in favor of `socket` and `struct`. # Relevant Files Found ## luxtronik/datatypes.py ``` """datatype conversions.""...
3,098
null
openshift/openshift-tools
# Repository Context Name: openshift/openshift-tools Description: # Pull Request ## Add SRE specific ircbot plugin * Allows for controlling channel through a google sheet * Parses for SNOW ticket numbers and auto-replies with URL Signed-off-by: Will Gordon <wgordon@redhat.com> # Relevant Files Found # Edits...
5,725
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Remove deprecated merge_single_qubit optimizer - This optimizer has moved to transformers. # Relevant Files Found ## cirq-core/cirq/__init__.py ``` # Copyright 2018 The Cirq Developers # # Licensed under the Apache License, Version 2.0 (th...
851
null
xorbitsai/xorbits
# Repository Context Name: xorbitsai/xorbits Description: # Pull Request ## ENH: Fix deprecation warnings about `__array__` and `quantile` <!-- Thank you for your contribution! --> ## What do these changes do? - Numpy 2.x needs `__array__` must implement 'dtype' and 'copy' keyword arguments. Reference https...
24
null
DevDizzle/profitscout-engine
# Repository Context Name: DevDizzle/profitscout-engine Description: # Pull Request ## Improve macro relevance selection ## Summary - add macro-term extraction from the Polygon v2 pool to capture macro headlines - deduplicate and prioritize macro news from Benzinga and macro-tagged pool items ahead of sector backfi...
5,869
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## ci: merge main to release # Relevant Files Found ## ietf/api/__init__.py ``` # Copyright The IETF Trust 2014-2020, All Rights Reserved # -*- coding: utf-8 -*- import datetime import re from urllib.parse import urlencode from dj...
309
null
acdh-oeaw/apis-core-rdf
# Repository Context Name: acdh-oeaw/apis-core-rdf Description: # Pull Request ## feat: introduce new templatetags This commit introduces a core templatetag `shared_url` to access the `SHARED_URL` setting (the templatetag defaults to `/static/`). It also updates the base template to use this templatetag. The commi...
1,368
null
pandas-dev/pandas-stubs
# Repository Context Name: pandas-dev/pandas-stubs Description: # Pull Request ## fix nightly tests Fixes the nightly tests. @loicdiridollou if you can review, I will then merge. # Relevant Files Found ## scripts/test/run.py ``` from __future__ import annotations from pathlib import Path import subprocess ...
43
null
Stratoscale/skipper
# Repository Context Name: Stratoscale/skipper Description: # Pull Request ## Added shell sub-command @rom-stratoscale @eran-stratoscale please review # Relevant Files Found ## skipper/cli.py ``` import logging import subprocess import tabulate import click from skipper import git from skipper import runner fro...
16
null
DanNixon/PlayMusicCL
# Repository Context Name: DanNixon/PlayMusicCL Description: # Pull Request ## Package fix Fix for badly coded package Fixed #15 # Relevant Files Found ## playmusiccl/PlayMusicCL.py ``` #!/usr/bin/python # -*- coding: utf_8 -*- ## Command line client for Google Play Music ## Copyright: Dan Nixon 2012-14 ## d...
22,149
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## fix: kimi_k2 return empty tool call list ## Purpose if tool id contains '-', the original regex '[\w\\.]' cannot match it. # Relevant Files Found ## vllm/entrypoints/openai/tool_parsers/kimi_k2_tool_parser.py ``` # SPDX-License-Identif...
740
null
LearningCircuit/local-deep-research
# Repository Context Name: LearningCircuit/local-deep-research Description: # Pull Request ## ✅ Sync main to dev ## Summary This is an automated sync of main branch changes into dev. ### Changes Included: - All latest commits from main branch - No merge conflicts detected - Ready for review and merge ### Automate...
532
null
huggingface/open-r1
# Repository Context Name: huggingface/open-r1 Description: # Pull Request ## Fixes missing exception in run_script Fixes missing exception in `run_script` causing batch of rewards to be zero which one code eval hangs / throws exeception. requires #528 to be merged first. # Relevant Files Found ## src/open_r1...
2,448
null
wevote/WeVoteServer
# Repository Context Name: wevote/WeVoteServer Description: # Pull Request ## Fixed bug with saving withdrawal_date and reversing withdrawn_from_election. Fixed bug with Scoreboard totals for teams. Fixed bug with saving withdrawal_date and reversing withdrawn_from_election. Fixed bug with Scoreboard totals for tea...
59
null
open-spaced-repetition/fsrs4anki-helper
# Repository Context Name: open-spaced-repetition/fsrs4anki-helper Description: # Pull Request ## Fix/skip cards without revlogs in resetting # Relevant Files Found ## reset.py ``` import json from .utils import * def reset(did): custom_scheduler = check_fsrs4anki(mw.col.all_config()) if custom_schedu...
51
null
overlord-bot/Overlord
# Repository Context Name: overlord-bot/Overlord Description: # Pull Request ## Wordle clone Add functionality for multiple channels to play at the same time, and make !checkstatus prettier. # Relevant Files Found ## cogs/minigames/word_game.py ``` # Clone of the game wordle from discord.ext import commands imp...
835
null
PaddlePaddle/PaddleX
# Repository Context Name: PaddlePaddle/PaddleX Description: # Pull Request ## Refinement for non-linux systems # Relevant Files Found ## dygraph/paddlex/cv/models/base.py ``` # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # yo...
1,164
null
open-mmlab/mmcv
# Repository Context Name: open-mmlab/mmcv Description: # Pull Request ## Resolves the duplicate logs issue ## Motivation The console handler present in the root logger leads to duplicate messages being printed on the console, creating unnecessary clutter. This has also been discussed [here](https://discuss.pytorc...
126
null
nvidia-cosmos/cosmos-transfer1
# Repository Context Name: nvidia-cosmos/cosmos-transfer1 Description: # Pull Request ## Fix long-video generation # Relevant Files Found ## cosmos_transfer1/diffusion/inference/world_generation_pipeline.py ``` # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # ...
495
null
ncclient/ncclient
# Repository Context Name: ncclient/ncclient Description: # Pull Request ## Preparation for 0.6.11 release # Relevant Files Found ## docs/source/conf.py ``` # -*- coding: utf-8 -*- # # ncclient documentation build configuration file, created by # sphinx-quickstart on Fri Sep 18 17:32:15 2009. # # This file is e...
9
null
ecmwf/troika
# Repository Context Name: ecmwf/troika Description: # Pull Request ## Add support for Sun Grid Engine batch system Based on the template for PBS but needs some modifications. # Relevant Files Found ## src/troika/hooks/common.py ``` """Common hooks""" import logging import pathlib _logger = logging.getLogger(_...
7
null
MariaTsantaki/FASMA-synthesis
# Repository Context Name: MariaTsantaki/FASMA-synthesis Description: # Pull Request ## Format code base with black This was made with https://github.com/psf/black `black -S .` to keep single-quotes. # Relevant Files Found ## FASMA.py ``` #!/usr/bin/env python # -*- coding: utf8 -*- from __future__ import print...
11,963
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Implement slightly nicer error message for too long abuse field Refs mozilla/addons#6839 # Relevant Files Found ## src/olympia/abuse/serializers.py ``` from rest_framework import serializers from olympia import amo from olympia.abus...
53
null
engineer-man/piston-bot
# Repository Context Name: engineer-man/piston-bot Description: # Pull Request ## Fixed issue with languages that are only "aliases" for another runtime version @brtwrst > there is a problem with languages that are only "aliases" for another runtime. Example Deno: > ![image](https://user-images.githubusercontent...
10
null
happytaoer/web-craft
# Repository Context Name: happytaoer/web-craft Description: # Pull Request ## fix:remove render_js # Relevant Files Found ## api/models.py ``` """ API Data Models - Define data structures for requests and responses """ from typing import Dict, List, Optional, Any, Union from pydantic import BaseModel, Field, H...
221
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## Ewmh fixes # Relevant Files Found ## libqtile/manager.py ``` # Copyright (c) 2008, Aldo Cortesi. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documenta...
30
null
tim-fiola/network_traffic_modeler_py3
# Repository Context Name: tim-fiola/network_traffic_modeler_py3 Description: # Pull Request ## Dev 2.0 # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentatio...
1,685
null
theupdateframework/python-tuf
# Repository Context Name: theupdateframework/python-tuf Description: # Pull Request ## Docs: Add repository tutorial based on metadata API *[EDIT 11/23/2021: remove draft status and update PR description]* *[EDIT 11/25/2021: remove reviewer question about test, the PR includes one]* Fixes #1673 **Descriptio...
19
null
pollen-robotics/reachy_mini_conversation_app
# Repository Context Name: pollen-robotics/reachy_mini_conversation_app Description: # Pull Request ## 18 graceful quit Exiting the app should be cleaner # Relevant Files Found ## src/reachy_mini_conversation_demo/audio/head_wobbler.py ``` import asyncio # noqa: D100 import base64 import logging from asyncio im...