pr_id
int64
repo_id
null
repo_name
string
text
string
53
null
Yuuzi261/Tweetcord
# Repository Context Name: Yuuzi261/Tweetcord Description: # Pull Request ## 0.5.4 # Relevant Files Found ## bot.py ``` import asyncio import os import sys import discord from discord import app_commands from discord.ext import commands from dotenv import load_dotenv from configs.load_configs import configs f...
3,101
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [AutoPR containerservices/resource-manager] [AKS]modify credentialResults keyName to kubeconfigs Created to sync https://github.com/Azure/azure-rest-api-specs/pull/3606 # Relevant Files Found ## azure-mgmt-containerservice/azure/...
154
null
nasa/fprime-tools
# Repository Context Name: nasa/fprime-tools Description: # Pull Request ## Validate for new build structure | | | |:---|:---| |**_Originating Project/Creator_**| | |**_Affected Component_**| | |**_Affected Architectures(s)_**| | |**_Related Issue(s)_**| https://github.com/nasa/fprime/issues/2094 | |**_Has ...
185
null
aws-solutions-library-samples/cloud-intelligence-dashboards-data-collection
# Repository Context Name: aws-solutions-library-samples/cloud-intelligence-dashboards-data-collection Description: # Pull Request ## remove cost optimization hub in favor of data exports *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, ...
2,725
null
mlc-ai/mlc-llm
# Repository Context Name: mlc-ai/mlc-llm Description: # Pull Request ## [Bench] Enable cuda profile This PR adds the option for cuda profiling as mlc-ai/llmperf. # Relevant Files Found ## python/mlc_llm/bench/__main__.py ``` """MLC LLM benchmark main entrance""" import asyncio import random from typing import ...
2,062
null
polarsource/polar
# Repository Context Name: polarsource/polar Description: # Pull Request ## backoffice: add org and repo listings # Relevant Files Found ## server/polar_backoffice/app.py ``` from contextlib import AsyncExitStack from textual.app import App from textual.binding import Binding from polar.worker import lifespan...
2,453
null
huggingface/huggingface_hub
# Repository Context Name: huggingface/huggingface_hub Description: # Pull Request ## Update `constants` import to use module-level access #1172 This PR addresses issue #1172 by updating the way constants are imported and used throughout the Hugging Face Hub codebase. Instead of directly importing specific constant...
130
null
ionelmc/cookiecutter-pylibrary
# Repository Context Name: ionelmc/cookiecutter-pylibrary Description: # Pull Request ## Remove os.unlink(join('ci', 'appveyor-download.py')) https://github.com/ionelmc/cookiecutter-pylibrary/commit/c426c169d0bec5faa5dace5f2c59865595ca77d8 removed appveyor-download.py, but post_gen_project.py still tries to unlink ...
2,462
null
CounterpartyXCP/counterparty-core
# Repository Context Name: CounterpartyXCP/counterparty-core Description: # Pull Request ## Make `--force` Bypass Not Ready Checks in API v2 Did I miss anything?? * [x] Double-check the spelling and grammar of all strings, code comments, etc. * [x] Double-check that all code is deterministic that needs to be *...
671
null
petretiandrea/home-assistant-tapo-p100
# Repository Context Name: petretiandrea/home-assistant-tapo-p100 Description: # Pull Request ## Release 2.13.0 # Relevant Files Found ## custom_components/tapo/const.py ``` """Constants for the tapo integration.""" from homeassistant.components.light import ColorMode from homeassistant.const import Platform fr...
120
null
datalad/datalad-catalog
# Repository Context Name: datalad/datalad-catalog Description: # Pull Request ## Transform raise statements into result records This change adds a minimally invasive refactoring from previous raise statements to impossible or error result records that try to align to how similar situations are handled in datala...
267
null
amogorkon/justuse
# Repository Context Name: amogorkon/justuse Description: # Pull Request ## tar auto install and small spec fix # Relevant Files Found ## src/use/use.py ``` """ Just use() python code from anywhere - a functional import alternative with advanced features. Goals/Features: - inline version checks, user notificat...
310
null
GoogleCloudPlatform/ml-auto-solutions
# Repository Context Name: GoogleCloudPlatform/ml-auto-solutions Description: # Pull Request ## Add gpt3 175B to nightly v5e perf tests # Description Adding GPT-3 175B model to nightly v5e perf tests. https://github.com/google/maxtext/pull/687 should be merged into maxtext before this PR is merged. # Tests ...
39
null
jolpica/jolpica-f1
# Repository Context Name: jolpica/jolpica-f1 Description: # Pull Request ## Make ergast api endpoints readonly # Relevant Files Found ## jolpica_api/ergastapi/views.py ``` from datetime import date from django.db.models import Count, Max, Min, OuterRef, Prefetch, Q, Subquery from django.db.models.query import...
406
null
ros2/ros2cli
# Repository Context Name: ros2/ros2cli Description: # Pull Request ## [ros2action] Refactor send_goal implementation Resolve a TODO and use a function from rosidl_runtime_py to get the action interface. Connects to https://github.com/ros2/ros2cli/issues/218 # Relevant Files Found ## ros2action/ros2action/verb...
4,798
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Introduce a loose `Files` target. This will be used initially to allow test targets to declare dependencies on loose files that should be included in test chroots. An example of this use is included which lists the correct `filedeps` for ...
1,093
null
papermerge/papermerge-core
# Repository Context Name: papermerge/papermerge-core Description: # Pull Request ## fix tag filtering # Relevant Files Found ## papermerge/core/features/search/schema.py ``` from decimal import Decimal from typing import List, Optional, Any, Union from uuid import UUID from enum import Enum from datetime impor...
944
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Stock item api fix Fixes https://github.com/inventree/inventree-python/issues/36 # Relevant Files Found ## InvenTree/stock/api.py ``` """ JSON API for the Stock app """ from django_filters.rest_framework import FilterSet, DjangoFilter...
165
null
PavelBlend/blender-xray
# Repository Context Name: PavelBlend/blender-xray Description: # Pull Request ## Выводить предупреждений вместо ошибок (resolves #161) # Relevant Files Found ## io_scene_xray/fmt_object_exp.py ``` import io import bmesh import bpy import mathutils from .xray_io import ChunkedWriter, PackedWriter from .xray_mo...
1,223
null
splunk/splunk-connect-for-snmp
# Repository Context Name: splunk/splunk-connect-for-snmp Description: # Pull Request ## fix: logging # Description This PR: 1. Fixes logging in traps (currently it does not work), this components uses regular logging instead of celery loggers, as pure `traps` worker is not a celery worker. The logs looks like:...
168
null
KoljaB/RealtimeTTS
# Repository Context Name: KoljaB/RealtimeTTS Description: # Pull Request ## Fixed conflicts for Russian language in ```multilang_tts_test.py``` fixed the conflict. # Relevant Files Found ## tests/multilang_tts_test.py ``` if __name__ == "__main__": import os from RealtimeTTS import TextToAudioStream ...
69
null
ftCLI/FoundryTools-CLI
# Repository Context Name: ftCLI/FoundryTools-CLI Description: # Pull Request ## [cli_tools]: Enhancements and tests added - Added `allow_sfnt` and `allow_web_font` params to `get_fonts_in_path` method - Added `tests/test_cli_tools.py` - Added fonts in `tests/data` folder # Relevant Files Found ## foundryToolsC...
204
null
analysiscenter/batchflow
# Repository Context Name: analysiscenter/batchflow Description: # Pull Request ## concat after each layer # Relevant Files Found ## dataset/models/tf/densenet.py ``` """ Huang G. et al. "`Densely Connected Convolutional Networks <https://arxiv.org/abs/1608.06993>`_" """ import tensorflow as tf from . import T...
240
null
qiboteam/qibolab
# Repository Context Name: qiboteam/qibolab Description: # Pull Request ## Include pyvisa-py library in qibolab dependencies [tiiq] Hi, Rohde & Schwarz oscillators are needed again, not for up/down conversion, but for biassing TWPAs. Their drivers require pyvisa-py library, which must have been removed a while ba...
12
null
esuldin/pyitt
# Repository Context Name: esuldin/pyitt Description: # Pull Request ## Update version to 1.7.1 # Relevant Files Found ## setup.py ``` """ setup.py - Python module to install pyitt package """ import os import platform import sys import sysconfig from setuptools import find_namespace_packages, setup, Extension...
1,857
null
spacetelescope/jdaviz
# Repository Context Name: spacetelescope/jdaviz Description: # Pull Request ## Backport PR #1850 on branch v3.1.x (layer-lettering to handle 2 "digits" (up to 700 layers)) Backport PR #1850: layer-lettering to handle 2 "digits" (up to 700 layers) # Relevant Files Found ## jdaviz/app.py ``` import os import path...
28
null
opendilab/treevalue
# Repository Context Name: opendilab/treevalue Description: # Pull Request ## dev(hansbug): add walk method for FastTreeValue class ## Description As the title saied. ## Check List - [x] merge the latest version source branch/repo, and resolve all the conflicts - [x] pass style check - [x] pass all the t...
2
null
ejach/tautulliToLetterboxd
# Repository Context Name: ejach/tautulliToLetterboxd Description: # Pull Request ## Code refactoring/documentation - Created a loading bar that updates the Titles detected as normal, but using the Halo library so it doesn't flood the console. - Cleaned up some code and added documentation # Relevant Files Found ...
450
null
bitcoin-dev-project/warnet
# Repository Context Name: bitcoin-dev-project/warnet Description: # Pull Request ## cli: add 'network logs' command - also accepts `--follow` to stream output # Relevant Files Found ## src/warnet/cli/cluster.py ``` import os import subprocess import sys from importlib.resources import files import click MANIF...
962
null
pixeltable/pixeltable
# Repository Context Name: pixeltable/pixeltable Description: # Pull Request ## Adds support for Voyage AI embeddings and rerankers. ### Changes * **New**: `pixeltable/functions/voyageai.py` - async embeddings and rerank UDFs * **New**: `tests/functions/test_voyageai.py` - integration tests * **New**: `docs/no...
44
null
aleph-im/aleph-client
# Repository Context Name: aleph-im/aleph-client Description: # Pull Request ## Fix: ASGI wrapper is not required anymore, causes issues # Relevant Files Found ## src/aleph_client/vm/app.py ``` from dataclasses import dataclass from typing import List, Dict, Callable, Awaitable, Optional AsgiApplication = Call...
1,557
null
securefederatedai/openfederatedlearning
# Repository Context Name: securefederatedai/openfederatedlearning Description: # Pull Request ## Fix - if/else while initializing local_runtime in e2e test ## Summary Fix - if/else while initializing local_runtime. ## Type of Change (Mandatory) Specify the type of change being made. - Bug fix ## Desc...
231
null
sony/nnabla-examples
# Repository Context Name: sony/nnabla-examples Description: # Pull Request ## Update generate.py obvious bug # Relevant Files Found ## GANs/tecogan/generate.py ``` # Copyright (c) 2017 Sony Corporation. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th...
50
null
JordanLeich/Dead-End
# Repository Context Name: JordanLeich/Dead-End Description: # Pull Request ## minor fixes minor fixes, adjusted the calls to other chapters, adjusted sleep command in one file to time.sleep cause it just has import time instead of from time import sleep. # Relevant Files Found ## chapters/chapter1.py ``` """ Th...
420
null
pybotters/pybotters
# Repository Context Name: pybotters/pybotters Description: # Pull Request ## Fix WebSocket 403 error for Hyperliquid Fixes #419 This pull request includes a small but important change to the `hyperliquid` function in `pybotters/auth.py`. The change expands the condition for returning `args` to include URLs whos...
4,451
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Microsoft Teams - single port support and integration health command ## Status Ready ## Description - Added support for single port mapping - Added integration health command, which checks connectivity to Microsoft APIs and lists the mi...
392
null
eu-digital-green-certificates/dgc-testdata
# Repository Context Name: eu-digital-green-certificates/dgc-testdata Description: # Pull Request ## To fix failing tests - Change default schema URL to version 1.3.0 To fix failing tests - Change default schema URL to version 1.3.0 # Relevant Files Found ## tests/test_ehealth_certs.py ``` #! /usr/bin/python # -...
672
null
alibaba/Pai-Megatron-Patch
# Repository Context Name: alibaba/Pai-Megatron-Patch Description: # Pull Request ## Support Qwen3 & DeepSeek-R1 GRPO Reinforcement Training using Megatron-Core and Verl # Relevant Files Found ## examples/deepseek_v3/pretrain_deepseek.py ``` # Copyright (c) 2025 Alibaba PAI and Nvidia Megatron-LM Team. # # Lice...
377
null
ipython/traitlets
# Repository Context Name: ipython/traitlets Description: # Pull Request ## undeprecate `_trait_default` After upgrading several applications to the 4.1 API, requiring the default decorator results in a bunch of redundant code. Since the signature and behavior are unchanged, just remove the deprecation message on ...
3
null
muxa/esphome-state-machine
# Repository Context Name: muxa/esphome-state-machine Description: # Pull Request ## Moved state machine from text sensor into its own namespace Also merged state machine base logic and component # Relevant Files Found ## components/state_machine/__init__.py ``` ``` ## components/state_machine/text_sensor.py ...
9,748
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Fix bug where event loop shutdown hooks could fail due to early garbage collection # Summary It seems like it's possible for `EVENT_LOOP_GC_REFS` to be garbage collected earlier than `add_event_loop_shutdown_callback` expects. As a resul...
171
null
nteract/papermill
# Repository Context Name: nteract/papermill Description: # Pull Request ## Moved report mode settings below parameterization Noticed that this relies on a behavior of how parameterization of cells works. Swapping the order makes the change a little safer. # Relevant Files Found ## papermill/execute.py ``` # -*-...
61
null
valory-xyz/trader
# Repository Context Name: valory-xyz/trader Description: # Pull Request ## Loop on the same state until Mech delivers Addresses https://github.com/valory-xyz/trader/pull/55#discussion_r1300114674. # Relevant Files Found ## packages/valory/skills/decision_maker_abci/rounds.py ``` # -*- coding: utf-8 -*- # ------...
68
null
marimo-team/marimo
# Repository Context Name: marimo-team/marimo Description: # Pull Request ## feat: mo.download button <img width="961" alt="Screenshot 2023-09-05 at 9 31 35 PM" src="https://github.com/marimo-team/marimo/assets/2753772/bc250e47-97d1-458b-b645-b2367eea7ea7"> # Relevant Files Found ## marimo/__init__.py ``` # Co...
619
null
google/init2winit
# Repository Context Name: google/init2winit Description: # Pull Request ## Internal change. Internal change. # Relevant Files Found ## init2winit/schedules.py ``` # coding=utf-8 # Copyright 2024 The init2winit Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this f...
302
null
langfuse/langfuse-python
# Repository Context Name: langfuse/langfuse-python Description: # Pull Request ## feat: add usage prices # Relevant Files Found ## langfuse/api/__init__.py ``` # This file was auto-generated by Fern from our API Definition. from .resources import ( AccessDeniedError, BaseEvent, CreateDatasetItemRe...
42
null
q-m/scrapyd-k8s
# Repository Context Name: q-m/scrapyd-k8s Description: # Pull Request ## 668 joblogs Removed stateful implementation with job_name vs filename mapping and added a method to screen the file directory when needed to check for files for the corresponding jobs. # Relevant Files Found ## scrapyd_k8s/joblogs/log_handl...
3,370
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## Fix(mysql): generate GROUP_CONCAT for ArrayAgg Fixes https://github.com/tobymao/sqlglot/issues/3368#issuecomment-2082507427 # Relevant Files Found ## sqlglot/dialects/mysql.py ``` from __future__ import annotations import typing as t fro...
1
null
SupImDos/pydantic-argparse
# Repository Context Name: SupImDos/pydantic-argparse Description: # Pull Request ## Choice and Flag Behaviour for Literals and Enums # Relevant Files Found ## pydantic_argparse/parser.py ``` #!/usr/bin/env python3 """parser.py Provides custom argument parser class. @author Hayden Richards <SupImDos@gmail.com...
7,504
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix][Frontend] Disable embedding API for chat models This PR prevents the model from getting stuck on unsupported embedding requests by returning an error. FIX #7502 **BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN...
12,203
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## [tests] feat: add AoT compilation tests # What does this PR do? AoT compilation is exciting because it helps cut the framework overhead. It also helps realize similar benefits as JiT compilation for environments where JiT might not b...
40,347
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [2016.11] Merge forward from 2016.3 to 2016.11 No conflicts. # Relevant Files Found ## salt/netapi/rest_cherrypy/app.py ``` # encoding: utf-8 ''' A REST API for Salt =================== .. versionadded:: 2014.7.0 .. py:currentmodule:: sal...
107
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## [backport] Fix color argument Please see #103. # Relevant Files Found ## examples/kmeans/kmeans.py ``` import argparse import contextlib import time import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt import numpy as np impo...
39
null
ingresso-group/pyticketswitch
# Repository Context Name: ingresso-group/pyticketswitch Description: # Pull Request ## Feature/request tracking for pyticketswitch This allows sending custom tracking id to the core, which is the same as the one sent to ga, this might simplify tracking requests across the whole infrastructure # Relevant Files Fou...
25
null
pytest-dev/pytest-cov
# Repository Context Name: pytest-dev/pytest-cov Description: # Pull Request ## use tryfirst marker in load_initial_conftests # Relevant Files Found ## pytest_cov.py ``` """Coverage plugin for pytest.""" import os import pytest import cov_core import cov_core_init def pytest_addoption(parser): """Add o...
1,102
null
camel-ai/camel
# Repository Context Name: camel-ai/camel Description: # Pull Request ## docs: model speed ## Description add doc for model speed ## Motivation and Context - [ ] I have raised an issue to propose this change ([required](https://github.com/camel-ai/camel/issues) for new features and bug fixes) ## Types...
16,752
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## replace_requires for test_requires work Changelog: Omit Docs: Omit Close https://github.com/conan-io/conan/issues/10353 # Relevant Files Found ## test/integration/graph/test_replace_requires.py ``` import json import pytest from con...
25,104
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Fix DBotPredictURLPhishing <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribution by filling the [contribution registration form](ht...
67
null
chaostoolkit/chaostoolkit
# Repository Context Name: chaostoolkit/chaostoolkit Description: # Pull Request ## Can specify settings file path Closes #66 Signed-off-by: Sylvain Hellegouarch <sh@defuze.org> # Relevant Files Found ## chaostoolkit/cli.py ``` # -*- coding: utf-8 -*- from datetime import date, datetime import decimal import...
1,420
null
langfuse/langfuse-python
# Repository Context Name: langfuse/langfuse-python Description: # Pull Request ## feat(api): update API spec from langfuse/langfuse 258cc51 <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Increase character limit for `content` in `CreateCommentRequest` from 3000 to 5000 characters. > > - **Behavior**: > - Incr...
36
null
hysds/hysds
# Repository Context Name: hysds/hysds Description: # Pull Request ## HC-121: detect directories and backup correctly Made triage more robust by detecting directories and files and copying them to triage dataset accordingly. # Relevant Files Found ## hysds/utils.py ``` from __future__ import division from __futu...
116
null
altoiddealer/ad_discordbot
# Repository Context Name: altoiddealer/ad_discordbot Description: # Pull Request ## use async iterator # Relevant Files Found ## bot.py ``` # pyright: reportOptionalMemberAccess=false import logging as _logging from datetime import datetime, timedelta from dataclasses import dataclass, field from dataclass...
256
null
openedx/openedx-events
# Repository Context Name: openedx/openedx-events Description: # Pull Request ## feat: add de/serialization for EventsMetadata **Description:** Adds methods to serialize and deserialize EventsMetadata objects. This will make it easier to recreate EventsMetadata objects from the logs when republishing events. **I...
24
null
fastmachinelearning/hls4ml
# Repository Context Name: fastmachinelearning/hls4ml Description: # Pull Request ## Separate generic hls writing from machine learning software parsing # Relevant Files Found ## keras-to-hls/keras-to-hls.py ``` import numpy as np import h5py import os import tarfile import json import argparse import yaml from...
9
null
YichengDWu/tinyedm
# Repository Context Name: YichengDWu/tinyedm Description: # Pull Request ## fix image generation # Relevant Files Found ## experiments/mnist/train.py ``` import torch from tinyedm import ( EDM, GenerateCallback, UploadCheckpointCallback, LogBestCkptCallback, ) from lightning.pytorch.callbacks ...
737
null
City-of-Helsinki/linkedevents
# Repository Context Name: City-of-Helsinki/linkedevents Description: # Pull Request ## LINK-1589 | Use bleach to clean registration related text fields ## Description - Move `clean_text_fields` method to `events/utils` to avoid circular imports - Sanitize `Signup`, `SignupGroup` and `Registration` serializers t...
245
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## Lookup latest version in pip Use pip instead of graphQL to look up the latest version number. Version not available: ![screen shot 2018-10-22 at 3 49 21 pm](https://user-images.githubusercontent.com/83913/47323887-8ab9fc00-d612-11e8-8361-e21f...
44,532
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: td64+offset - [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them - [x] whatsne...
9
null
staticshock/colored-traceback.py
# Repository Context Name: staticshock/colored-traceback.py Description: # Pull Request ## Do not strip the traceback `SyntaxError` tracebacks start with two spaces; when stripped the traceback is not properly highlighted. Since the only text that is being lexed is produced by the `traceback` module, there is no ne...
3,526
null
bcbio/bcbio-nextgen
# Repository Context Name: bcbio/bcbio-nextgen Description: # Pull Request ## fix #3522 # Relevant Files Found ## bcbio/qc/qualimap.py ``` """Quality control using Qualimap. http://qualimap.bioinfo.cipf.es/ """ import glob import os import shutil import pandas as pd import pybedtools import toolz as tz import...
63
null
GuyKh/py-iec-api
# Repository Context Name: GuyKh/py-iec-api Description: # Pull Request ## fix: parse datetime fields as datetime and not str ## What changes do you are proposing? parse datetime fields as datetime and not str ## How did you test these changes? Manually **Closing issues** # Relevant Files Found ## iec_...
192
null
Qiskit/ecosystem
# Repository Context Name: Qiskit/ecosystem Description: # Pull Request ## Fix: workflows merge <!-- ⚠️ 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 add a release note file using reno if the ...
330
null
EricFillion/happy-transformer
# Repository Context Name: EricFillion/happy-transformer Description: # Pull Request ## Update description # Relevant Files Found ## setup.py ``` # from distutils.core import setup from setuptools import setup, find_packages import pathlib current_location = pathlib.Path(__file__).parent readme = (current_loc...
7
null
ishandutta2007/robotframework
# Repository Context Name: ishandutta2007/robotframework Description: # Pull Request ## [pull] master from robotframework:master See [Commits](/ishandutta2007/robotframework/pull/7/commits) and [Changes](/ishandutta2007/robotframework/pull/7/files) for more details. ----- Created by [<img src="https://prod.downloa...
21
null
aquatix/ns-api
# Repository Context Name: aquatix/ns-api Description: # Pull Request ## Update API URLs to conform with NS 2020 API To migrate to the new "Reisinformatie" API ("NS app" product), the URLs need to be updated. Current URLs should stop working on 31st of January 2020. # Relevant Files Found ## ns_api.py ``` """ Li...
13,150
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: Workspace not found error This fixes the issue mentioned [here](https://github.com/frappe/frappe/issues/12992) Workspace not found error pops up when a workspace which was deleted when still in use and hence won't let the user to use th...
36
null
UtrechtUniversity/nudging
# Repository Context Name: UtrechtUniversity/nudging Description: # Pull Request ## Switch to setuptools # Relevant Files Found # Edits This pull request switches the project's build system from a custom or unspecified setup to using `setuptools` for packaging and distribution. It introduces a standardized `s...
1,084
null
vacanza/holidays
# Repository Context Name: vacanza/holidays Description: # Pull Request ## Normalize holidays dict keys type <!-- Thanks for contributing to python-holidays! --> ## Proposed change <!-- Describe the big picture of your changes. Don't forget to link your PR to an existing issue if any. --> Cast `...
2,034
null
microsoft/promptflow
# Repository Context Name: microsoft/promptflow Description: # Pull Request ## Enable AOAI connection in assistant tool sample # Description Support aoai connection in assisant tool sample code. Following: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant Test flow: https://ml.azu...
408
null
runwhen-contrib/runwhen-local
# Repository Context Name: runwhen-contrib/runwhen-local Description: # Pull Request ## scopes down the tags from additionalContext that can be included in cheatsheet template # Relevant Files Found ## src/cheatsheet.py ``` """ Utility file to parse robot file, runbook config, and perform variable substitution...
8,537
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## ENH: Implement mode parameter for spline filtering. This moves us forward along the lines discussed in #8465. None of the interpolation functions can yet use an image filtered with any mode other than `'mirror'`, but I think it's better to get ...
310
null
biocore/american-gut-web
# Repository Context Name: biocore/american-gut-web Description: # Pull Request ## Do not show edit survey button for old surveys Needed to add a part of an if condition; also `is_old_survey` was defined wrong (lacked `self` parameter) # Relevant Files Found ## amgut/lib/data_access/ag_data_access.py ``` from _...
339
null
larq/zoo
# Repository Context Name: larq/zoo Description: # Pull Request ## Bump isort from 5.9.2 to 5.9.3 Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pycqa/isort/releases">isort's releases</a>.</em></p> <blockq...
556
null
dolfies/discord.py-self
# Repository Context Name: dolfies/discord.py-self Description: # Pull Request ## Add option to change global display name ## Summary Added the ability to change the global display name (the name that shows up for everybody that takes precedence over your actual @username) for the discord.ClientUser class. ## G...
9
null
mcw0/DahuaConsole
# Repository Context Name: mcw0/DahuaConsole Description: # Pull Request ## global.getCurrentTime bugfix # Relevant Files Found ## net.py ``` import ast import ndjson import copy import inspect import _thread from utils import * from pwdmanager import PwdManager from relay import init_relay, DahuaHttp def da...
668
null
abey79/vpype
# Repository Context Name: abey79/vpype Description: # Pull Request ## Add support for hyphenation to wrapped text #### Description This PR adds hyphenation to the word wrapping functionality. Example: ![image](https://github.com/abey79/vpype/assets/168609/8c56ed9e-15a5-4f6f-a06d-be51d8407449) This needs a...
33
null
dod-advana/gamechanger-data
# Repository Context Name: dod-advana/gamechanger-data Description: # Pull Request ## Special Request NDAA 10 year search Special request for a quick search report of the last 10 year NDAA's. This has no impact to any code in the main repo # Relevant Files Found ## specialRequests/NDAA_Analysis/NDAA_script.py ...
1,302
null
colour-science/colour
# Repository Context Name: colour-science/colour Description: # Pull Request ## PR: Implement support for Python 3.13. <!-- Thank you for taking the time to create this pull request. If it is the first time you are contributing to a colour-science repository, a contributing guide is available to guide the proces...
3,185
null
alteryx/evalml
# Repository Context Name: alteryx/evalml Description: # Pull Request ## Limit Classification problems to appropriate target data Fixes #2975 The scope of this issue was expanded to ensure that the appropriate number of classes exist for binary and multiclass pipelines. # Relevant Files Found ## evalml/pipe...
5
null
LukeLabrie/msrDynamics
# Repository Context Name: LukeLabrie/msrDynamics Description: # Pull Request ## prepare for pypi release This incorporates many updates including: - State-dependent delays - Accommodating multiple inputs - Component-level object `mann_HX()` - Inclusion of MSRE and ARE notebooks - More error-checking - `no...
9
null
aklajnert/changelogd
# Repository Context Name: aklajnert/changelogd Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate <!--pre-commit.ci start--> updates: - [github.com/psf/black: 19.10b0 → 21.12b0](https://github.com/psf/black/compare/19.10b0...21.12b0) - [github.com/asottile/reorder_python_imports: v1.7.0 → v2.6.0]...
43
null
kids-first/kf-utils-python
# Repository Context Name: kids-first/kf-utils-python Description: # Pull Request ## add sample relationships entities to utils - [ ] closes #xxxx - [ ] README entry added if new functionality - [ ] fixup commits are appropriately squashed [Description here] relates to AD-1409, adding sample-relationships en...
1,639
null
idaholab/raven
# Repository Context Name: idaholab/raven Description: # Pull Request ## grad history options for GradientDescent Optimizer -------- Pull Request Description -------- ##### What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.) Closes #1638 ##### What are the significa...
1,012
null
uc-cdis/fence
# Repository Context Name: uc-cdis/fence Description: # Pull Request ## Fix/resource deletion ### New Features ### Breaking Changes ### Bug Fixes - Ensure that usersync does not wipe resources created during Passport authorization syncing by specifying the "merge" option to the authz client ### Impr...
59
null
office-for-students/beta-data-pipelines
# Repository Context Name: office-for-students/beta-data-pipelines Description: # Pull Request ## Handle UKRLP docs without contact details ### What See title ### How to review Review changes - check an institution such as 99999999 in the pre-prod institutions table # Relevant Files Found ## CreateInstBl...
56
null
partcad/partcad
# Repository Context Name: partcad/partcad Description: # Pull Request ## Fix conda runtime on Windows (operating from within conda as well) # Relevant Files Found ## partcad/src/partcad/project_factory_tar.py ``` # # OpenVMP, 2023 # # Author: Roman Kuzmenko # Created: 2023-08-23 # # Licensed under Apache Licen...
1,588
null
jupyterhub/jupyterhub
# Repository Context Name: jupyterhub/jupyterhub Description: # Pull Request ## Clarify resource limits/guarantees in docs and docstrings This PR clarifies that LocalProcessSpawner, the default spawner, does not enforce these limits. A custom spawner must implement the code to enforce the limits. Closes: #1584 ...
704
null
ONSdigital/eq-questionnaire-runner
# Repository Context Name: ONSdigital/eq-questionnaire-runner Description: # Pull Request ## Add new rules engine for section enabled rules ### What is the context of this PR? This adds new rules engine for the section enabled element of schemas, based on element type it will now evaluate `when` rules using old or...
1,208
null
SwissDataScienceCenter/renku-python
# Repository Context Name: SwissDataScienceCenter/renku-python Description: # Pull Request ## feat: project clone API support for revision checkout closes: #1176 # Relevant Files Found ## renku/core/commands/clone.py ``` # -*- coding: utf-8 -*- # # Copyright 2018-2020- Swiss Data Science Center (SDSC) # A partn...
56
null
GeoscienceAustralia/geophys_utils
# Repository Context Name: GeoscienceAustralia/geophys_utils Description: # Pull Request ## Force pixel count attribute to int32 to conform with NCI standards. # Relevant Files Found ## geophys_utils/_netcdf_grid_utils.py ``` #!/usr/bin/env python # =============================================================...