pr_id
int64
repo_id
null
repo_name
string
text
string
5,781
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## `specs` can be requested at a specific stage of the transform program **Context:** Currently, `specs()` can only be requested after applying the full transform program, with the exception of the stages provided through `expansion_strat...
875
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## fall back error <!--- 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 link he...
47
null
oke-aditya/quickvision
# Repository Context Name: oke-aditya/quickvision Description: # Pull Request ## Makes Pretrained consistent Suppresses #33 This does a small refactor for lightning trainers to support pretrained models. Somehow this issue is not fully resolved. But this at least makes `pretrained` consistent to `str`. We ...
2,297
null
IntelPython/dpnp
# Repository Context Name: IntelPython/dpnp Description: # Pull Request ## Temporary mute a test for `dpnp.correlate` `dpnp.correlate` with input arrays of different USM types produces sporadic crashes on Windows in internal CI. The PR proposes to temporary mute them until the issue is resolved. - [x] Have you ...
1,636
null
gitpython-developers/GitPython
# Repository Context Name: gitpython-developers/GitPython Description: # Pull Request ## Fix CVE-2023-40590 Fixes #1635 This fixes the path search bug where the current directory is included on Windows, by setting `NoDefaultCurrentDirectoryInExePath` for the caller. (Setting for the callee env would not work.) ...
10,281
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## Show available tasks if not provided in relbench example while adding this to our CI i noticed if you dont pass task it fails and then i had to go to https://github.com/snap-stanford/relbench/blob/main/relbench/tasks/__init__.py to...
445
null
ml6team/fondant
# Repository Context Name: ml6team/fondant Description: # Pull Request ## Add guides # Relevant Files Found ## src/fondant/component_spec.py ``` """This module defines classes to represent an Fondant component specification.""" import ast import copy import json import pkgutil import types import typing as t fr...
2
null
IINemo/lm-polygraph
# Repository Context Name: IINemo/lm-polygraph Description: # Pull Request ## Update ensembling generation to be compatible with transformers 4.30 # Relevant Files Found ## app/service.py ``` import numpy as np import argparse import torch from typing import Optional, Dict, Tuple, List from flask import Flask...
19
null
BeamIO-Inc/resippy
# Repository Context Name: BeamIO-Inc/resippy Description: # Pull Request ## First pass at Sphinx documentation # Relevant Files Found ## resippy/image_objects/abstract_image.py ``` from __future__ import division import abc from numpy import ndarray from resippy.image_objects.abstract_image_metadata import Ab...
3,009
null
sanic-org/sanic
# Repository Context Name: sanic-org/sanic Description: # Pull Request ## Fix SanicException `quiet` attribute handling when set to False Fixes an issue where the `quiet` attribute in `SanicException` would default to the class attribute when set to `False`. This occurs when the subclass `quiet` attribute is `True`...
22
null
crista/exercises-in-programming-style
# Repository Context Name: crista/exercises-in-programming-style Description: # Pull Request ## Update tf-23-monadic.py. We can eliminate the extra parameter in the **init**. Let the naming in get_input method more clear. # Relevant Files Found ## 22-passive-aggressive/tf-23-monadic.py ``` #!/usr/bin/env pytho...
58
null
backstage/mkdocs-techdocs-core
# Repository Context Name: backstage/mkdocs-techdocs-core Description: # Pull Request ## fix: fix broken template_metadata.json for multiline strings Before, the jinja template was constructing the output JSON manually injecting values from the `config` object as simple values. This worked well as long as the ...
33,740
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Safe breach ## Original External PR [external pull request](https://github.com/demisto/content/pull/33108) ## Contributor @yash-metron <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing t...
173
null
tier4/autoware_perception_evaluation
# Repository Context Name: tier4/autoware_perception_evaluation Description: # Pull Request ## fix: resolve errors depending on analyzer ## Category <!-- Please check an item that is most relative category to your changes. --> <!-- Please delete options that are not relevant. --> - [x] Perception ## What ...
10,182
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add missing module environment variable setting causing OpenSpeedShop to fail at runtime Set the OPENSS_PLUGIN_PATH environment variable. Users have sent in issues where OpenSpeedShop can't find the analyst plugin when trying to run OpenSpeedSho...
95,140
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix esphome binary sensors when state is missing ## 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...
368
null
pfnet-research/chainer-compiler
# Repository Context Name: pfnet-research/chainer-compiler Description: # Pull Request ## Flags for dldt # Relevant Files Found ## runtime/chxvm_defs.py ``` import collections ARRAY = 'ARRAY' OPTIONAL_ARRAY = 'OPTIONAL_ARRAY' ARRAY_LIST = 'ARRAY_LIST' SEQUENCE = 'SEQUENCE' OPAQUE = 'OPAQUE' INT = 'INT' FLOAT ...
1,151
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## function to add documents to an existing chromadb vectorstore Added function that takes in existing list of document objects to add to an already existing vector store object fixes #1127 # Relevant Files Found ## langchain/vectorst...
803
null
Weasyl/weasyl
# Repository Context Name: Weasyl/weasyl Description: # Pull Request ## Allow folder to become subfolder even when it has hidden children The error messages around this are pretty confusing. # Relevant Files Found ## weasyl/folder.py ``` from __future__ import absolute_import import sqlalchemy as sa from weasy...
405
null
DigitalSlideArchive/digital_slide_archive
# Repository Context Name: DigitalSlideArchive/digital_slide_archive Description: # Pull Request ## Improve check-updates # Relevant Files Found # Edits This pull request improves the `check_updates.py` script to monitor changes in dependent GitHub repositories and trigger a CI pipeline when updates are detec...
812
null
Open-Pectus/Open-Pectus
# Repository Context Name: Open-Pectus/Open-Pectus Description: # Pull Request ## 798 injected commands need unique ids otherwise langexecrunlog get last node record can return wrong node # Relevant Files Found ## openpectus/engine/method_manager.py ``` import logging from openpectus.lang.exec.analyzer import...
1,535
null
FedML-AI/FedML
# Repository Context Name: FedML-AI/FedML Description: # Pull Request ## Dev/v0.7.0 # Relevant Files Found ## doc/en/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 documentation: # https://www.s...
110,179
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add icon translations to NextDNS <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking ...
155,489
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add auto empty sensor to Ecovacs ## Proposed change - Add auto empty frequency sensor ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!) - [x] Ne...
6,040
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Alerts] Change default reset policy to auto https://iguazio.atlassian.net/browse/ML-7262 # Relevant Files Found ## mlrun/common/schemas/alert.py ``` # Copyright 2023 Iguazio # # Licensed under the Apache License, Version 2.0 (the "License"); ...
39
null
magicalraccoon/tootstream
# Repository Context Name: magicalraccoon/tootstream Description: # Pull Request ## Revert "Simplified tprint" Reverts magicalraccoon/tootstream#38 # Relevant Files Found ## tootstream/toot.py ``` import os.path import click import getpass import sys import re import configparser import random from html.parser i...
38
null
SpikeInterface/probeinterface
# Repository Context Name: SpikeInterface/probeinterface Description: # Pull Request ## Add support for suggested BEP probe files This PR adds the capability to export and import data from probeinterface to a probe description format as it is currently under discussion for a [preliminary BEP proposal](https://docs....
5,545
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Make tensorflow model prediction support array type input ## What changes are proposed in this pull request? Make tensorflow model prediction support array type input. This PR addresses https://github.com/mlflow/mlflow/issues/5494 ## How...
571
null
snowflakedb/snowflake-cli
# Repository Context Name: snowflakedb/snowflake-cli Description: # Pull Request ## Changed version to 2.0.0-alpha ### Pre-review checklist * [ ] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated unit tests to ver...
56
null
astroML/astroML_figures
# Repository Context Name: astroML/astroML_figures Description: # Pull Request ## Adding chapter9 figures, new to edition2 Apparently, these never made it to the repo, only got rendered on the website. I'm merging this now as it shows the current status quo of the website, and will continue with follow-up PR to fix...
84
null
datakind/Data-Observation-Toolkit
# Repository Context Name: datakind/Data-Observation-Toolkit Description: # Pull Request ## Release/1.0.5 Fixes #4, #73, #56, #60, #69, #69, #77, #57, #67, #53, #49, #24 # Relevant Files Found ## docker/run_demo.py ``` """This script will run the DOT demo""" import os import shutil import time i...
118,168
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Speed up template result parsing ## 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...
63
null
lionheart/django-pyodbc
# Repository Context Name: lionheart/django-pyodbc Description: # Pull Request ## add missing `import pytz` try/except to allow `if pytz is None` later in code to work # Relevant Files Found ## django_pyodbc/operations.py ``` import datetime import decimal import time from django.conf import settings from djan...
1
null
chazeon/python-vistopia
# Repository Context Name: chazeon/python-vistopia Description: # Pull Request ## Implement save-transcript The implementation is similar to save-show, but saves the transcripts of the articles instead. # Relevant Files Found ## vistopian/main.py ``` import click import json import logging from logging import ge...
90,249
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Check for empty lists in KNX address configuration ## 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 f...
115,665
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate KNX notify service to entity platform ## 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 featur...
190
null
CUNY-CL/yoyodyne
# Repository Context Name: CUNY-CL/yoyodyne Description: # Pull Request ## This enforces uniqueness on --eval_metric. It also enables SER use for checkpointing and patience, because why not. # Relevant Files Found ## yoyodyne/__init__.py ``` import warnings # Silences irrelevant warnings; these are more like "D...
44
null
sachith-1/helloAlgorithm
# Repository Context Name: sachith-1/helloAlgorithm Description: # Pull Request ## Create diophantine_equation.py # Relevant Files Found # Edits This pull request adds a new Python script `diophantine_equation.py` that solves linear Diophantine equations of the form `ax + by = c`. It introduces four key funct...
268
null
topazproject/topaz
# Repository Context Name: topazproject/topaz Description: # Pull Request ## Support block default arguments # Relevant Files Found ## tests/test_interpreter.py ``` import math import pytest from topaz.modules.kernel import Kernel from topaz.objects.boolobject import W_TrueObject from topaz.objects.moduleobje...
51,415
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Core] Deflake test_async_actor_task_retry in test_network_failure_e2e.py <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please ad...
384
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## Add missing branch_el_target func in elliott Fixes error `AttributeError: 'ImageMetadata' object has no attribute 'branch_el_target'` # Relevant Files Found ## elliott/elliottlib/metadata.py ``` import re import time from builtins ...
11
null
JelleZijlstra/typeshed_client
# Repository Context Name: JelleZijlstra/typeshed_client Description: # Pull Request ## switch to GitHub actions, declare support for 3.6-3.9 # Relevant Files Found ## setup.py ``` import ast from pathlib import Path import re import sys try: from setuptools import setup except ImportError: from distut...
51,150
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Fix UV hook to support Ray Job submission <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee sec...
1
null
Rubberfate/mk312com
# Repository Context Name: Rubberfate/mk312com Description: # Pull Request ## loadMode() early bail Made loadMode() return early if requested mode is already selected # Relevant Files Found ## mk312/com.py ``` # -*- coding: utf-8 -*- import serial from time import sleep import logging from .exceptions import MK...
1,520
null
unit8co/darts
# Repository Context Name: unit8co/darts Description: # Pull Request ## fix model_fit_kwargs by removing none elements Added a line in the forecasting anomaly model .fit() that removes the none element in the model_fit_kwargs dictionary. Further detail about the problem: "For a forecasting anomaly model, we ...
554
null
unit8co/darts
# Repository Context Name: unit8co/darts Description: # Pull Request ## Feat/loader improvement ### Summary - improved performance of `GenericShiftedDataset` loader through: - memorizing indexes of first observed sample for each timeseries (ts_idx) allows to calculate all future sample indexes by simple posit...
94
null
LostInDarkMath/pedantic-python-decorators
# Repository Context Name: LostInDarkMath/pedantic-python-decorators Description: # Pull Request ## drop support for older python versions # Relevant Files Found ## pedantic/__init__.py ``` import sys assert sys.version_info >= (3, 9), f'Pedantic does not work with Python versions below 3.8.' from pedantic.de...
431
null
Finch-API/finch-api-python
# Repository Context Name: Finch-API/finch-api-python Description: # Pull Request ## chore(internal): minor options / compat functions updates # Relevant Files Found ## src/finch/_base_client.py ``` from __future__ import annotations import json import time import uuid import email import asyncio import inspec...
8
null
fgnt/lazy_dataset
# Repository Context Name: fgnt/lazy_dataset Description: # Pull Request ## support example key based sorting # Relevant Files Found ## lazy_dataset/core.py ``` import pickle import logging import numbers import textwrap import operator from copy import deepcopy import itertools import random as rnd import num...
34
null
pydap/pydap
# Repository Context Name: pydap/pydap Description: # Pull Request ## Merging CSV handler and devel test server This PR converts merges the CSV handler (that was up to now a separate github project) into the main branch. It also provides a simple test suite to test whether ``pydap`` serves the data seamlessly over ...
640
null
modal-labs/modal-client
# Repository Context Name: modal-labs/modal-client Description: # Pull Request ## Enable sending utm_source as a part of the token flow too Makes it possible to (optionally) track the source of a signup through the token flow # Relevant Files Found ## modal/cli/token.py ``` # Copyright Modal Labs 2022 import get...
12,859
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Speedup the `CommutationChecker` and the `CommutativeCancellation` <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please...
17
null
khaeru/sdmx
# Repository Context Name: khaeru/sdmx Description: # Pull Request ## Handle additional ISO 8601 date formats Closes #16. # Relevant Files Found ## sdmx/reader/sdmxml.py ``` """SDMXML v2.1 reader.""" # Contents of this file are organized in the order: # # - Utility methods and global variables. # - Reference...
371
null
raiden-network/raiden-services
# Repository Context Name: raiden-network/raiden-services Description: # Pull Request ## Use clients TransactionHash type Fixes #364 # Relevant Files Found ## src/monitoring_service/database.py ``` import os import sqlite3 from typing import List, Optional, Union, cast import structlog from eth_utils import de...
662
null
FNNDSC/ChRIS_ultron_backEnd
# Repository Context Name: FNNDSC/ChRIS_ultron_backEnd Description: # Pull Request ## Remove pman # Relevant Files Found ## chris_backend/plugininstances/services/manager.py ``` """ Plugin instance app manager module that provides functionality to run and check the execution status of a plugin instance's app (C...
18,816
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Add salt.ext.six to 2014.7 for module backwards compat from develop # Relevant Files Found # Edits This pull request adds the `salt.ext.six` module to the 2014.7 branch to maintain backward compatibility for modules relying on Python 2/3...
17,026
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Fix risk of updating the already deleted checkout line I want to merge this change because it covers the situation when we want to update the CheckoutLine which does not exist anymore. This can happen when checkoutLineUpdate is called at simila...
71
null
python-useful-helpers/logwrap
# Repository Context Name: python-useful-helpers/logwrap Description: # Pull Request ## Mass backport from master * Update pyproject.toml * Extra cythonize internals * bind_args_kwargs return list and use less memory * Extra cythonize: _repr_iterable_items * BoundParameter: subclass inspect.Parameter * Set up ...
1,813
null
open-mmlab/mmpose
# Repository Context Name: open-mmlab/mmpose Description: # Pull Request ## [Fix] Fix webcam metainfo <!-- Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, jus...
1,841
null
modelscope/FunASR
# Repository Context Name: modelscope/FunASR Description: # Pull Request ## update # Relevant Files Found ## funasr/auto/auto_model.py ``` #!/usr/bin/env python3 # -*- encoding: utf-8 -*- # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensourc...
12
null
hammem/monarchmoney
# Repository Context Name: hammem/monarchmoney Description: # Pull Request ## Add cashflow queries (Also includes some auto-formatting changes) # Relevant Files Found ## main.py ``` import asyncio import os from monarchmoney import MonarchMoney _SESSION_FILE_ = '.mm/mm_session.pickle' def main() -> None: ...
1,672
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## wallet history url for taostats * Adds taostats link for extrinsic of historic txns > Note: this is a community addition and `taostats.io` is not affiliated with OpenTensor. # Relevant Files Found ## bittensor/commands/wallets.py `...
1,234
null
DIAGNijmegen/grand-challenge
# Repository Context Name: DIAGNijmegen/grand-challenge Description: # Pull Request ## Only prepend containing folder name when extracting zip Closes #1217 # Relevant Files Found ## app/grandchallenge/cases/tasks.py ``` import fileinput import os import re import tarfile import zipfile from datetime import time...
273
null
ethteck/splat
# Repository Context Name: ethteck/splat Description: # Pull Request ## Check vram subsegments to have their vram in ascending order # Relevant Files Found ## segtypes/common/code.py ``` import typing from collections import OrderedDict from typing import Dict, List, Optional, Tuple, Set from util import log, ...
933
null
googleapis/python-bigquery-pandas
# Repository Context Name: googleapis/python-bigquery-pandas Description: # Pull Request ## chore(deps): update all dependencies Updates several dependencies and fixes some configs that end up inadvertently causing undesirable updates. # Relevant Files Found ## noxfile.py ``` # -*- coding: utf-8 -*- # # Copyri...
2,152
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## Added FranceInter support [Issue #2105] Added extractor to support FranceInter links of the form http://www.franceinter.fr/player/reecouter?play=793962 (only an example) # Relevant Files Found ## youtube_dl/extractor/__init__.py ``` ...
38,765
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Added custom calling context in answer api. # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a new swa...
123,633
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add hot water target temp number entity in ViCare integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- De...
61
null
jhennies/CebraEM
# Repository Context Name: jhennies/CebraEM Description: # Pull Request ## Bug-fixes # Relevant Files Found ## cebra-em-core/cebra_em_core/cebra_em_project.py ``` import os import numpy as np from shutil import copy from cebra_em_core.project_utils.project import make_project_structure from cebra_em_core.proje...
292
null
djangonaut-space/wagtail-indymeet
# Repository Context Name: djangonaut-space/wagtail-indymeet Description: # Pull Request ## Updates based off PR review. # Relevant Files Found ## indymeet/settings/production.py ``` from __future__ import annotations import sentry_sdk from .base import * DEBUG = bool(os.getenv("DEBUG")) # Deploy instruction...
1,116
null
DOAJ/doaj
# Repository Context Name: DOAJ/doaj Description: # Pull Request ## HOTFIX increase aggregation size for country reporting For #1086 # Relevant Files Found ## portality/reporting.py ``` from portality import models from portality.clcsv import UnicodeWriter from portality.lib import dates import codecs, os from ...
88,144
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Account for changed python3.11 enum.IntFlag 0 behavior in zha ## 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...
197
null
flaree/flare-cogs
# Repository Context Name: flaree/flare-cogs Description: # Pull Request ## Cleanup Unnecessary Print and Fix Auto URL Embeds - Cleanup leftover print in my last PR - Add on_mesage_edit listener only processing if embeds are being searched. This was due to a bug where Auto URL Embeds are edited in after instead of...
69
null
dandi/zarr_checksum
# Repository Context Name: dandi/zarr_checksum Description: # Pull Request ## Add required infrastructure and tests for yield_files_s3 # Relevant Files Found ## zarr_checksum/tests/test_generators.py ``` import tempfile from pathlib import Path from zarr_checksum.generators import ZarrArchiveFile, yield_files_...
82
null
ITopGun/Saleore-combyPGDR
# Repository Context Name: ITopGun/Saleore-combyPGDR Description: # Pull Request ## Mark webhook secretKey as deprecated # Relevant Files Found ## saleor/graphql/core/descriptions.py ``` # Deprecation message for queries, object fields and mutations. Use it, when # `deprecation_reason` argument is supported. DE...
9,232
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [Fix] osf-standard-predata tests ## Purpose To update the tests using the `osf-standard-predata` schema ## Changes - Update wording in `test_node_draft_registration_detail.py` - Update wording in `test_node_draft_registr...
525
null
collerek/ormar
# Repository Context Name: collerek/ormar Description: # Pull Request ## add comments # Relevant Files Found ## ormar/queryset/queryset.py ``` from typing import ( Any, Dict, Generic, List, Optional, Sequence, Set, TYPE_CHECKING, Tuple, Type, TypeVar, Union, c...
24,596
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Limit Pydantic to V1 in dependencies Pydantic is about to release V2 release which will break a lot of things. This change prevents `transformers` to be used with Pydantic V2 to avoid breaking things. Also, see #24597 # Releva...
2,734
null
longhorn/longhorn-tests
# Repository Context Name: longhorn/longhorn-tests Description: # Pull Request ## test: add new v2 volume mark in test_scheduling #### Which issue(s) this PR fixes: <!-- Use `Issue #<issue number>` or `Issue longhorn/longhorn#<issue number>` or `Issue (paste link of issue)`. DON'T use `Fixes #<issue number>` or `...
2,544
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## sls_render_pipe merge clean ups Added some docs on render pipe, still not complete. Next I'll try to add docs for statefull cmd and the stateconf renderer. # Relevant Files Found ## salt/renderers/stateconf.py ``` """ This module provides ...
5
null
paulgb/runipy
# Repository Context Name: paulgb/runipy Description: # Pull Request ## Add instructions for running runipy from Python This is just an idea in case you are interested - I need to run many notebooks automatically, and am doing so from Python, so I decided to try and use it programmatically. This adds instructions t...
7,369
null
zulip/zulip
# Repository Context Name: zulip/zulip Description: # Pull Request ## droplets: Remove ip_address default value from create_dns_record. I forgot to remove the default value 172.31.1.4 from ip_address which was used only for testing purpose. # Relevant Files Found ## tools/droplets/create.py ``` # Creates a Dropl...
26
null
Knio/pynmea2
# Repository Context Name: Knio/pynmea2 Description: # Pull Request ## Added support for proprietary u-blox messages I have added support for u-blox proprietary Messages for: - Lat/Long Position Data (PUBX00) - Satellite Status (PUBX03) - Time of Day and Clock Information (PUBX03) for PUBX03 the individual satelli...
7
null
MycroftAI/skill-alarm
# Repository Context Name: MycroftAI/skill-alarm Description: # Pull Request ## added today and tomorrow as day entitity added today and tomorrow as day entitity # Relevant Files Found ## __init__.py ``` # Copyright 2017 Mycroft AI Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you ma...
4,815
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Disable monitoring for `dev` (#4807) <!-- This is the PR template for regular PRs against `develop`. Edit the URL in your browser's location bar, appending either `&template=promotion.md`, `&template=hotfix.md`, `&template=backport.m...
316
null
spotify/luigi
# Repository Context Name: spotify/luigi Description: # Pull Request ## Use process locking by default when running on command line The --lock options has the advantage that a luigi line in cron or on the command line will never spawn a new luigi worker while the same trigger line (typically from the last hour) is ...
729
null
geekcomputers/Python
# Repository Context Name: geekcomputers/Python Description: # Pull Request ## Update Print_List_of_Odd_Numbers.py More understandable procedure with less lines of code. # Relevant Files Found ## Print_List_of_Odd_Numbers.py ``` # INPUT NUMBER OF ODD NUMBERS def print_error_messages(): print("Invalid number,...
516
null
jazzband/django-axes
# Repository Context Name: jazzband/django-axes Description: # Pull Request ## Update test_handlers.py # Relevant Files Found ## axes/tests/test_handlers.py ``` from unittest.mock import MagicMock, patch from django.test import override_settings from django.urls import reverse from django.utils import timezone...
95,156
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add more options to Islamic Prayer Times <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change Islamic Prayer Times uses htt...
518
null
Clueless-Community/scrape-up
# Repository Context Name: Clueless-Community/scrape-up Description: # Pull Request ## Adding Top Books method in Amazon-kindle ## Description > Adding a new method in class Amazon-kindle and updated documentation as well. ## Resolves: #505 ## Checklist > Before submitting this pull request, kindly ver...
2,741
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Allow cloud flows to enter queued state - Flow runs can enter `Queued` state when attempting to transition into a `Running` state at the request of orchestration **Thanks for contributing to Prefect!** Please describe your w...
48
null
PieterBlomme/proteus
# Repository Context Name: PieterBlomme/proteus Description: # Pull Request ## Trit 93 # Relevant Files Found ## packages/proteus_datasets/proteus/datasets/bsds.py ``` import glob import os import random import tarfile import tempfile import urllib.request import numpy as np import requests from PIL import Ima...
54
null
StackStorm-Exchange/stackstorm-napalm
# Repository Context Name: StackStorm-Exchange/stackstorm-napalm Description: # Pull Request ## Enable nxos_ssh driver Enable nxos_ssh driver on Napalm pack for legacy NX-OS devices (pre nx-api support) # Relevant Files Found ## actions/lib/action.py ``` from json2table import convert from st2common.runners.base...
769
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Odd-Even Transposition Sort Here are single and multi-threaded implementations of Odd-Even transposition sort. It is an O(n) sorting algorithm that performs its swaps simultaneously. https://en.wikipedia.org/wiki/Odd%E2%80%93even_sor...
6,959
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Fix issue 6956 # Relevant Files Found ## src/python/WMCore/ReqMgr/Web/ReqMgrService.py ``` #!/usr/bin/env python # -*- coding: ISO-8859-1 -*- """ web server. """ from __future__ import print_function __author__ = "Valentin Kuznetsov" # sys...
137
null
octoenergy/tentaclio
# Repository Context Name: octoenergy/tentaclio Description: # Pull Request ## Add dataclasses package dataclasses become a std lib module in 3.7, this dep is necessary to support 3.6 python versions # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -* import os import pathlib ...
1,756
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## Fixed path join for building with the right framework path on Mac OSX Leading / clobbers the earlier portions of the path. # Relevant Files Found ## setup.py ``` # # Kivy - Crossplatform NUI toolkit # http://kivy.org/ # import sys from copy i...
23,044
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## CLN GH22985 Fixed interpolation with object error message - [x] closes #22985 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry It looks like the problem with #22985 i...
3
null
Havard03/spotr
# Repository Context Name: Havard03/spotr Description: # Pull Request ## Pylint+imporvements+blackformatter+yarl # Relevant Files Found ## API.py ``` from dotenv import load_dotenv, find_dotenv from rich.logging import RichHandler import subprocess, webbrowser, base64, os, requests, time, logging load_dotenv(f...
987
null
GoogleCloudPlatform/ramble
# Repository Context Name: GoogleCloudPlatform/ramble Description: # Pull Request ## Allow directives to ignore `when` and `default_args` clauses # Relevant Files Found ## lib/ramble/ramble/application.py ``` # Copyright 2022-2025 The Ramble Authors # # Licensed under the Apache License, Version 2.0 <LICENSE-AP...