pr_id
int64
repo_id
null
repo_name
string
text
string
44
null
Knotis/djangocassandra
# Repository Context Name: Knotis/djangocassandra Description: # Pull Request ## Updated version number. And a whitespace removal because my vim is cool. # Relevant Files Found ## setup.py ``` from distutils.core import setup setup( name='djangocassandra', version='0.1.4', description='Cassandra su...
40,446
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix proxy camera conversion with PNG Alpha(RGBA) <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the bi...
1,065
null
pynamodb/PynamoDB
# Repository Context Name: pynamodb/PynamoDB Description: # Pull Request ## Fix models example code There were two issues: * The positional condition expression in `Thread.query` was being treated as a `range_key_condition` instead of a `filter_expression` * `thread_item.delete()` was being called before update...
2,099
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Implement prefix function, knuth-morris-pratt another usage ### **Describe your change:** Prefix function implementation, another usage of knuth-morris-pratt algorithm * Add an algorithm? * [ ] Fix a bug or typo in an existing alg...
832
null
nh-server/Kurisu
# Repository Context Name: nh-server/Kurisu Description: # Pull Request ## Changes for Docker support This makes a few additions and changes for Kusisu to run inside a Docker container. * config.ini and channels.ini are now in data/ instead of the project root * New GitHub Workflow that builds the image and...
59
null
beer-psi/chuni-penguin
# Repository Context Name: beer-psi/chuni-penguin Description: # Pull Request ## c>rating: Hopefully fixed rounding issues for good I really, really love floats # Relevant Files Found ## cogs/chunithm/tools.py ``` import asyncio import itertools from decimal import Decimal from io import BytesIO from typing impo...
318
null
corneel27/day-ahead
# Repository Context Name: corneel27/day-ahead Description: # Pull Request ## Version 2025.7.0 removed i386 from config.yaml, build.yaml, workflows and documentation added cryptography to requirements.txt updated requirements.txt several modules (dependabot) corrected check_db.py # Relevant Files Found ## dao/...
7,743
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [extractor/Facebook] fix: Add dash-manifest URL to formats **IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information <!-- Explanation of your *pull request* in arbitrary form go...
291
null
fonttools/fonttools
# Repository Context Name: fonttools/fonttools Description: # Pull Request ## [GX] Remove work-arounds for Python 2.6 from ‘gvar’ tests # Relevant Files Found ## Lib/fontTools/ttLib/tables/_g_v_a_r_test.py ``` from __future__ import print_function, division, absolute_import, unicode_literals from fontTools.misc...
257
null
mit-submit/A2rchi
# Repository Context Name: mit-submit/A2rchi Description: # Pull Request ## PR251 comments addressed # Relevant Files Found ## a2rchi/utils/data_manager.py ``` from a2rchi.utils.scraper import Scraper from a2rchi.utils.ticket_manager import TicketManager from a2rchi.utils.logging import get_logger from chromad...
4,501
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## Add LangChain utility for real-time crypto exchange prices This commit adds the LangChain utility which allows for the real-time retrieval of cryptocurrency exchange prices. With LangChain, users can easily access up-to-date pricing i...
11
null
Accenture/mercury-python
# Repository Context Name: Accenture/mercury-python Description: # Pull Request ## Dev for consistency, add post-office API to send event envelope # Relevant Files Found ## mercury/platform.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2018-2022 Accenture Technology # # Licensed under the Ap...
2,735
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## feat(ec2): New check ec2_instance_detailed_monitoring_enabled ### Description New EC2 check `ec2_detailed_monitoring_enabled`. ### License By submitting this pull request, I confirm that my contribution is made under the terms ...
3
null
henniggroup/symbolic-regression-utilities
# Repository Context Name: henniggroup/symbolic-regression-utilities Description: # Pull Request ## Add Octahedral-tilting Dataset and merge I/O, constraints, and tests Add dataset from https://doi.org/10.1016/j.commatsci.2020.109690 and long-overdue files from development branch. # Relevant Files Found ## dimens...
477
null
pfnet-research/pfhedge
# Repository Context Name: pfnet-research/pfhedge Description: # Pull Request ## Automated Format Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action # Relevant Files Found ## pfhedge/nn/functional.py ``` from math import ceil from typing import Optional f...
10
null
shamantechnology/RedAGPT
# Repository Context Name: shamantechnology/RedAGPT Description: # Pull Request ## Add web icon # Relevant Files Found ## chatbot.py ``` import streamlit as st from streamlit_chat import message import os from dotenv import load_dotenv import openai import validators import multiprocessing from datetime import ...
957
null
PennyLaneAI/catalyst
# Repository Context Name: PennyLaneAI/catalyst Description: # Pull Request ## Fix dynamic one-shot transform to keep the output pytree format intact **Context:** Dynamic one-shot transform does not preserve the pytree output. Therefore the following circuit: ``` dev = qml.device("lightning.qubit", wires=1, sho...
120
null
EOSC-synergy/FAIR_eva
# Repository Context Name: EOSC-synergy/FAIR_eva Description: # Pull Request ## Feature/existance tests These brach is for the tests that rely on the existance of an specific term # Relevant Files Found ## api/evaluator.py ``` import ast import gettext import idutils import logging import os import pandas as p...
33
null
k4black/codebleu
# Repository Context Name: k4black/codebleu Description: # Pull Request ## feat: add rust lang # Relevant Files Found ## evaluate_app/codebleu.py ``` # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor. # # Licensed under the Apache License, Version 2.0 (the "License"); ...
56
null
nomad-hzb/nomad-hysprint
# Repository Context Name: nomad-hzb/nomad-hysprint Description: # Pull Request ## corrected volume from um to uL fixed the solution volume typo from um to uL. We should update people's excel for these changes. It also has to be reflected in the solar_cell_batch_mapping script. Maybe we should ensure though that...
477
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## Adding args for step/index to run -Overrides all step and flowgraph settings allowing for running a single step -These are machine generated settings and not intended for user. -In rare cases like in the slurm launch, we can...
1,257
null
pypa/pip
# Repository Context Name: pypa/pip Description: # Pull Request ## Cleanup --allow-insecure The name --allow-insecure is pretty ambiguous so this renames it to the less so --allow-unverified, the old name will continue to work until pip 1.7. # Relevant Files Found ## pip/cmdoptions.py ``` """ shared options and...
10
null
federico123579/Trading212-API
# Repository Context Name: federico123579/Trading212-API Description: # Pull Request ## Update dev # Relevant Files Found ## tradingAPI/api.py ``` import re import selenium.common.exceptions from pyvirtualdisplay import Display from bs4 import BeautifulSoup from splinter import Browser from time import sleep fr...
3,545
null
numenta/nupic-legacy
# Repository Context Name: numenta/nupic-legacy Description: # Pull Request ## Updating FileRecordStream docstrings Fixes #3542 Blocked by #3541 # Relevant Files Found ## src/nupic/data/file_record_stream.py ``` # ---------------------------------------------------------------------- # Numenta Platform for Inte...
43
null
richardkiss/pycoin
# Repository Context Name: richardkiss/pycoin Description: # Pull Request ## Add new pay_to package to setup.py (so import from TxOut will work from site-packages). I'm getting these after installing the latest version: ``` python Traceback (most recent call last): ... from pycoin.tx import Tx File ".../si...
195
null
sQUlearn/squlearn
# Repository Context Name: sQUlearn/squlearn Description: # Pull Request ## Mlflow integration This PR: - enables the use of sQUlearn with MLFlow in the sklearn flavor - adds an example that shows how to do so - enforces the use of the local `qiskit_settings.conf` when building the docs locally # Relevant Files...
231
null
asreview/synergy-dataset
# Repository Context Name: asreview/synergy-dataset Description: # Pull Request ## Add dataset Aouad - [x] Entry added in datasets.toml - [x] Compose.py file - [x] _ids.csv file - [x] Eligibility criteria # Relevant Files Found # Edits This pull request adds the Aouad_2024 dataset to the SYNERGY machine l...
40,418
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add support for toggling Daikin streamers <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big pictu...
6,229
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## [MRG+1] LabelEncoder now raises error for 0-D arrays Fixes #6226. # Relevant Files Found ## sklearn/preprocessing/label.py ``` # Authors: Alexandre Gramfort <alexandre.gramfort@inria.fr> # Mathieu Blondel <mathieu@mblon...
10,243
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## [trainer] refactor place_model_on_device logic, add deepspeed This PR: * refactors 3 places of `place_model_on_device` logic - into one public attribute with the same name as the `TrainingArguments.place_model_on_device` attribute...
67
null
riga/law
# Repository Context Name: riga/law Description: # Pull Request ## [law] decorator: added timeit decorator The timeit decorator can wrap a bound method of a task and log its execution time in a human readable format # Relevant Files Found ## law/decorator.py ``` # -*- coding: utf-8 -*- """ Helpful decorators ...
6,659
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Improve import time - lazy imports for fsspec and urllib3 After https://github.com/dask/dask/pull/9230 I had a quick look at what is making distributed import slow. On my machine, import time after https://github.com/dask/dask/pull/9230 ...
3,394
null
mitodl/mitxpro
# Repository Context Name: mitodl/mitxpro Description: # Pull Request ## feat: replace enrollment email with welcome email ### What are the relevant tickets? [#2470](https://github.com/mitodl/hq/issues/2470) ### Description (What does it do?) This PR extends [](https://github.com/mitodl/mitxpro/pull/3017) to a...
2,483
null
IntelPython/dpnp
# Repository Context Name: IntelPython/dpnp Description: # Pull Request ## Update math tests to specify a proper tolerance The PR updates third party tests for hyperbolic and trigonometric elementwise functions to specify correct tolerance for float16 data type (to set `atol=1e-3`) and to keep `atol=1e-5` for other...
3,106
null
pypa/pip
# Repository Context Name: pypa/pip Description: # Pull Request ## Adapt search tests to new PyPI searches - unmark test_multiple_search for failure - search for nonexistentpackage instead of non-existent-package since PyPI seems to fallback to searches about "package" and manages to find things... # Relevant...
263
null
rexor12/holobot
# Repository Context Name: rexor12/holobot Description: # Pull Request ## Fix /match scoring Closes #262 * Scores will now be from 1 to 10 * Instead of calculating the score from the generated bars the opposite is done: the score is generated first then matching bars are generated for it based on pre-defined m...
2,104
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## Add tests for node reconnecting # Relevant Files Found # Edits This pull request adds end-to-end tests to verify that a Cardano node can successfully reconnect and synchronize with the network after being stopped and res...
5
null
oisinmulvihill/nozama-cloudsearch
# Repository Context Name: oisinmulvihill/nozama-cloudsearch Description: # Pull Request ## Fix #4: lock PyMongo at the required API version This was the latest 2.x release, and fixes the `ImportError` on startup. # Relevant Files Found ## nozama-cloudsearch-data/setup.py ``` # -*- coding: utf-8 -*- """...
88
null
Loop3D/LoopStructural
# Repository Context Name: Loop3D/LoopStructural Description: # Pull Request ## chore: release 1.3.4 :robot: I have created a release \*beep\* \*boop\* --- ### [1.3.4](https://www.github.com/Loop3D/LoopStructural/compare/v1.3.3...v1.3.4) (2021-10-05) ### Bug Fixes * adding loop specific exceptions and project fi...
971
null
reframe-hpc/reframe
# Repository Context Name: reframe-hpc/reframe Description: # Pull Request ## [test] Port GPUDIRECTACC check to Tiger Will fix UES-567 # Relevant Files Found ## cscs-checks/mch/gpu_direct_acc.py ``` import reframe as rfm import reframe.utility.sanity as sn @rfm.required_version('>=2.14') @rfm.simple_test class...
2,060
null
huggingface/accelerate
# Repository Context Name: huggingface/accelerate Description: # Pull Request ## Fix the error when the "train_batch_size" is absent in DeepSpeed config # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the rele...
1,958
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## AWS Backup: Add EnableContinuousBackup boolean to BackupRuleResourceType Adds the boolean attribute `EnableContinuousBackup`. This was applied and tested against CF in a new rule. # Relevant Files Found ## troposphere/backup.py ``` ...
1,232
null
microsoft/unilm
# Repository Context Name: microsoft/unilm Description: # Pull Request ## prepare grit data # Relevant Files Found # Edits This pull request adds support for preparing the Grit dataset for training by converting raw JSON and image files into a structured TSV format and generating a corresponding configuration...
27
null
CSTR-Edinburgh/merlin
# Repository Context Name: CSTR-Edinburgh/merlin Description: # Pull Request ## change the analysis script Now the dimension of the bap features depend upon the order provide in the copy_synthesis.sh. # Relevant Files Found ## src/utils/generate.py ``` ###########################################################...
997
null
mindspore-lab/mindone
# Repository Context Name: mindspore-lab/mindone Description: # Pull Request ## feat(diffusers/pipelines): add LTXConditionPipeline # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the ti...
552
null
dask/dask-expr
# Repository Context Name: dask/dask-expr Description: # Pull Request ## Implement toplevel isna and move tests ref #525 # Relevant Files Found ## dask_expr/_collection.py ``` from __future__ import annotations import functools import inspect import warnings from collections.abc import Callable, Hashable, Mappi...
5,348
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## ec2: allow hibernation of instances addresses #3326 and adds a `hibernate` option to the `stop` action. if enabled, it will pass the `Hibernate` option to `stop_instances()` for instances that support hibernation. # Relevant...
341
null
Keeper-Security/secrets-manager
# Repository Context Name: Keeper-Security/secrets-manager Description: # Pull Request ## Release/sdk/python/core/v16.3.5 # Relevant Files Found ## sdk/python/core/keeper_secrets_manager_core/dto/dtos.py ``` # -*- coding: utf-8 -*- # _ __ # | |/ /___ ___ _ __ ___ _ _ (R) # | ' </ -_) -_) '_ \/ -_) '_| # |_|\...
51,291
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [v3-0-test] Log fallback to None when no XCom value is found (#51285) (cherry picked from commit 807ba69ad3c8e2e5552b2fa840a1f9b47bfd8318) Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com> # Relevant Files Found ## task-sdk/src/airflo...
52,876
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [pydoclint] llm docstring minimal format errors <!-- 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 assign...
32
null
0soft/graphene-django-plus
# Repository Context Name: 0soft/graphene-django-plus Description: # Pull Request ## Register input types for model fields Right now the input fields for the mutations are returned from the method `_get_fields`. Depending on the model field class, it returns a certain type of graphene scalar to be used as input typ...
6,253
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## Add examples to scipy.ndimage.filters # Relevant Files Found ## scipy/ndimage/filters.py ``` # Copyright (C) 2003-2005 Peter J. Verveer # # Redistribution and use in source and binary forms, with or without # modification, are permitted provi...
11,696
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## [conan v2] Migrate expat recipe Effort to migrate recipe syntax no new one in conan v2 The aim of this PR is to make the recipe work for both conan v1 and conan v1 without braking consumers of conan v1 as well. # Relevant Fi...
312
null
chaoss/augur
# Repository Context Name: chaoss/augur Description: # Pull Request ## stable demo: Added & updated augur_db tests & refactor metric implementations - Refactored time series metric implementations to return a 'date' field - Added & updated augur_db tests (both `test_augur_db.py` & `test_augur_db_routes.py` # Rele...
9
null
a-luna/fastapi-redis-cache
# Repository Context Name: a-luna/fastapi-redis-cache Description: # Pull Request ## move ttl calculation to client module # Relevant Files Found ## src/fastapi_redis_cache/cache.py ``` """cache.py""" import asyncio import math from datetime import timedelta from functools import wraps from http import HTTPStat...
28
null
GuyKh/py-iec-api
# Repository Context Name: GuyKh/py-iec-api Description: # Pull Request ## Load and Save token to disk # Relevant Files Found ## src/data.py ``` import logging import requests from src.commons import add_jwt_to_headers from src.const import ( GET_CONSUMER_URL, GET_ELECTRIC_BILL_URL, GET_LAST_METER...
8
null
qua-platform/quam
# Repository Context Name: qua-platform/quam Description: # Pull Request ## Feat/digital channels Add digital channels to quam components # Relevant Files Found ## quam/components/channels.py ``` from dataclasses import field from typing import ClassVar, Dict, List, Optional, Tuple, Union from quam.components.h...
76
null
kaykay-dv/pocketsearch
# Repository Context Name: kaykay-dv/pocketsearch Description: # Pull Request ## Development Dropped 3.8 version support, added 3.14 # Relevant Files Found ## setup.py ``` import setuptools with open("README.md", "r", encoding = "utf-8") as fh: long_description = fh.read() setuptools.setup( name = "poc...
27
null
scrapinghub/js2xml
# Repository Context Name: scrapinghub/js2xml Description: # Pull Request ## Add @rolando 's helpers Fixes #22 Hi @rolando, I've added your code to `js2xml.utils.vars` + some tests. Let me know what you think. # Relevant Files Found ## tests/test_utils.py ``` import js2xml from js2xml.utils.objects import f...
172
null
stanfordnmbl/osim-rl
# Repository Context Name: stanfordnmbl/osim-rl Description: # Pull Request ## Update observation space size for ProstheticsEnv The observation size returned by `ProstheticsEnv.get_observation_space_size()` did not match the actual observation size, neither for prosthetic nor normal subjects. # Relevant Files Foun...
3,905
null
ukaea/PROCESS
# Repository Context Name: ukaea/PROCESS Description: # Pull Request ## ♻️ Refactor plasma toroidal ripple This pull request makes several improvements and refactors related to the handling and visualization of toroidal field (TF) coil geometry and ripple calculations in the codebase. The changes enhance the modula...
16
null
zooniverse/aggregation-for-caesar
# Repository Context Name: zooniverse/aggregation-for-caesar Description: # Pull Request ## Organize tests Rework the extractor and reducer tests so they all follow a consistent template. All re-used constants are defined at the top of each test file and only one `TestCase` class is used in each file. # Relevant ...
809
null
all-of-us/curation
# Repository Context Name: all-of-us/curation Description: # Pull Request ## [DC-1524] Manually run pid/rid for CT tables # Relevant Files Found ## data_steward/cdr_cleaner/cleaning_rules/deid/pid_rid_map.py ``` """ DEID rule to change PIDs to RIDs for specific tables """ # Python Imports import logging # Thir...
3,065
null
kivy/python-for-android
# Repository Context Name: kivy/python-for-android Description: # Pull Request ## Bump `FFMpegRecipe` and `PyAVRecipe` versions `PyAV` updated to the latest stable release - `13.1.0` `FFmpeg` updated to `6.1.2` - `ffpyplayer` is still not compatible with FFmpeg `7.x.x.` # Relevant Files Found ## pythonforandroid...
249
null
Lightning-AI/torchmetrics
# Repository Context Name: Lightning-AI/torchmetrics Description: # Pull Request ## Add RMSE option to MSE code ## What does this PR do? Fixes #250 . ## PR review I'm open for any kind of feedback. This is a very simple fix and I think it might be helpful for others to have this functionality. # Relevant Fi...
38
null
danielperna84/hass-configurator
# Repository Context Name: danielperna84/hass-configurator Description: # Pull Request ## Minor fixes - UI fix (gid add button was broken) - Link to repository was broken - Removed "poc" from some old links # Relevant Files Found ## configurator.py ``` #!/usr/bin/python3 # -*- coding: utf-8 -*- """ Configurato...
187
null
opentelekomcloud/ansible-collection-cloud
# Repository Context Name: opentelekomcloud/ansible-collection-cloud Description: # Pull Request ## [CSS] cluster tags fixes Closes #184 # Relevant Files Found ## plugins/modules/css_cluster.py ``` #!/usr/bin/python # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exc...
15,593
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Unity][Frontend][NN] gelu NN module Add op `gelu` for nn.Module. cc: @jwfromm @junrushao @cyx-6 # Relevant Files Found ## python/tvm/relax/frontend/nn/op.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or more contr...
9
null
StackStorm-Exchange/stackstorm-nagios
# Repository Context Name: StackStorm-Exchange/stackstorm-nagios Description: # Pull Request ## Fix ssl_verify for one request Fix ssl_verify for one request Add a dummy file and action folder to get the register pack action test to working. # Relevant Files Found ## etc/st2service_handler.py ``` #!/usr/bin/e...
429
null
port-labs/pulumi-port
# Repository Context Name: port-labs/pulumi-port Description: # Pull Request ## Upgrade terraform-provider-port-labs to v2.0.20 This PR was generated via `$ upgrade-provider port-labs/pulumi-port --kind=provider --target-bridge-version=latest`. --- - Upgrading terraform-provider-port-labs from 2.0.19 to 2.0.20. ...
177
null
resource-watch/nrt-scripts
# Repository Context Name: resource-watch/nrt-scripts Description: # Pull Request ## cit_003_reduce_SQL_block_size # Relevant Files Found ## cit_003_air_quality/contents/src/__init__.py ``` import os import logging import sys import requests from collections import OrderedDict import cartosql import datetime im...
5,675
null
nilearn/nilearn
# Repository Context Name: nilearn/nilearn Description: # Pull Request ## [MAINT] update list of replaced sklearn estimator checks <!--- This is a suggested pull request template for nilearn. It's designed to capture information we've found to be useful in reviewing pull requests. If there is other information...
2
null
jphalip/ticlib
# Repository Context Name: jphalip/ticlib Description: # Pull Request ## handle gracefully a serial read returning 'None' In micropython, a UART.read() timing out returns 'None'. Raising a RuntimeError with a meaningful message seems to be better than getting an exception when attempting to get the len() of a None ...
4,307
null
Flexget/Flexget
# Repository Context Name: Flexget/Flexget Description: # Pull Request ## Adopt the `T20` rules (To prevent the inadvertent use of `print`, all logging should be handled with `loguru`) ### Motivation for changes: To ensure consistent and professional logging practices, the use of `print` should be strictly avoid...
20
null
gce-electronics/HA_RFPlayer
# Repository Context Name: gce-electronics/HA_RFPlayer Description: # Pull Request ## NumberEntity features which will be unsupported from Home Assistant Core 2022.10 https://github.com/Doubledom45/HA_Rfplayer_Beta/blob/main/custom_components/rfplayer/number.py # Relevant Files Found ## custom_components/rfplayer...
20,893
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [train] Fix assertion in test <!-- 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 section when yo...
230
null
jacksund/simmate
# Repository Context Name: jacksund/simmate Description: # Pull Request ## :spider: update dependencies - fixes #229 # Relevant Files Found ## src/simmate/configuration/dask/setup_cluster.py ``` # -*- coding: utf-8 -*- import dask_jobqueue from dask.distributed import LocalCluster from distributed.deploy.spec ...
236
null
google/android-emulator-container-scripts
# Repository Context Name: google/android-emulator-container-scripts Description: # Pull Request ## Update cloud-init for multi emulator deployment This updates the cloud-init scripts to support multiple emulators to run side by side. # Relevant Files Found ## emu/cloud_build.py ``` # Copyright 2019 The Android ...
2,866
null
awslabs/gluonts
# Repository Context Name: awslabs/gluonts Description: # Pull Request ## Zebras: Add TimeSeries.to_numpy. `matplotlib` tries to call `to_numpy` on a given input, to plot it: ```py def index_of(y): """ A helper function to create reasonable x values for the given *y*. This is used for plottin...
2,731
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Add Markdown support in chatbots Adds support for Markdown in the chatbot component. Closes: #2498 Demo code 1 (supply your own image instead of `lion.jpg`): ```py import gradio as gr with gr.Blocks(css="#chatbot .overflow-y-aut...
49
null
kamaradclimber/vigieau
# Repository Context Name: kamaradclimber/vigieau Description: # Pull Request ## Add support for all existing restrictions We download the list of all restrictions from all cities in France. A test is added to ensure we support all restrictions Partially implements #44 # Relevant Files Found ## custom_compone...
494
null
tmux-python/tmuxp
# Repository Context Name: tmux-python/tmuxp Description: # Pull Request ## :white_check_mark: Add test for tmuxp freeze #491 Fixes #493 # Relevant Files Found ## tests/test_cli.py ``` # -*- coding: utf-8 -*- """Test for tmuxp command line interface.""" from __future__ import absolute_import import json impo...
3,884
null
Flexget/Flexget
# Repository Context Name: Flexget/Flexget Description: # Pull Request ## Replace status index with something smaller ### Motivation for changes: The index `ix_status_execution_task_id_start_end_succeeded` is almost 93% the size of the actual table. An index on just `task_id` should be similarly performant but muc...
19
null
scart97/thunder-speech
# Repository Context Name: scart97/thunder-speech Description: # Pull Request ## Callback finetune # Relevant Files Found # Edits This PR adds a new `FinetuneEncoderDecoder` callback to enable gradual fine-tuning of encoder-decoder models by initially freezing the encoder and unfreezing it at a specified epoc...
1,843
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Revert "Add context to find_unused_port (#1837)" This reverts commit a9508d8d8ac58ed95bf06d8970382664af4e91e3. For some reason, this commit was making the tests really, really slow on macOS. For example, `test_proxy_connect_retry` went fro...
11
null
Juannie-PP/tenon
# Repository Context Name: Juannie-PP/tenon Description: # Pull Request ## prepare packaging config # Relevant Files Found ## setup.py ``` import setuptools from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() setup( name='tenon', version='0.0.1', packag...
16
null
mtgjson/mtg-sealed-content
# Repository Context Name: mtgjson/mtg-sealed-content Description: # Pull Request ## Updates June 28 # Relevant Files Found ## outputs.py ``` import yaml import json import ijson from tqdm import tqdm from pathlib import Path import logging import logging.handlers as handlers import os import itertools as itr f...
5,668
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## TST: Adjust tolerance for test on windows Relax tolerance for test that frequently fails by a small margin on Windows Add starting values for optimization to encourage accurate estimation - [X] code/documentation is well formatted...
137
null
Neuraxio/Neuraxle
# Repository Context Name: Neuraxio/Neuraxle Description: # Pull Request ## Dev # Relevant Files Found ## setup.py ``` """ Neuraxle ==================================== This is the core of Neuraxle. Most pipeline steps derive (inherit) from those classes. They are worth noticing. .. Copyright 2019, Neuraxi...
9
null
QIN2DIM/tuic-installer
# Repository Context Name: QIN2DIM/tuic-installer Description: # Pull Request ## feat(add): `certbot --agrees-tos` # Relevant Files Found ## tunic.py ``` # -*- coding: utf-8 -*- # Time : 2023/6/26 11:05 # Author : QIN2DIM # Github : https://github.com/QIN2DIM # Description: from __future__ import ...
48
null
qiboteam/qibolab_platforms_qrc
# Repository Context Name: qiboteam/qibolab_platforms_qrc Description: # Pull Request ## qw5q_gold with qblox - updated Calibration 29/8/2023 # Relevant Files Found ## qw5q_gold_qblox.py ``` import pathlib import networkx as nx import yaml from qibolab.channels import Channel, ChannelMap from qibolab.instrumen...
336
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Add 'overage' field to BOM item - Accepts absolute or percentage numbers - Default = blank - Now with custom validator! (for limited time only, limit one per customer) - Fixes https://github.com/inventree/InvenTree/issues/335 - Fixe...
143
null
HewlettPackard/python-opsramp
# Repository Context Name: HewlettPackard/python-opsramp Description: # Pull Request ## Fix articlesList bug, update sample I don't know if this changed on the OpsRamp side, or just has never worked. Either way "articles/search" is not correct it needs to be "articlesList". Fix that bug + unit test. Also take th...
20
null
hyperledger-labs/did-webs-resolver
# Repository Context Name: hyperledger-labs/did-webs-resolver Description: # Pull Request ## Transform to/from did:web document With this change, the DID document on the server is transformed to a did:web DID document (to be compatible with the did:web method), and when resolving it, it is transformed back to a did...
700
null
octodns/octodns
# Repository Context Name: octodns/octodns Description: # Pull Request ## fixed missing whitespace in plan() debug logging When debug logging is enabled, the plan() function logs lines like: ``` <previous output> Plan: DEBUG: __init__: Creates=13, Updates=0, Deletes=0Existing=0 <following output> ``` Wher...
1,367
null
uchicago-cs/chigame
# Repository Context Name: uchicago-cs/chigame Description: # Pull Request ## [user profiles + testing] Adding forms testing for user profiles + friending This pull request references Issue #1363. The work done is as follows: - test_username_validation_error_msg: tests uniqueness constraint for emails - test_va...
26,405
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## gh: add new package Add the [GitHub's Official CLI](https://github.com/cli/cli) package. /cc @hyviquel # Relevant Files Found # Edits This pull request adds a new package for GitHub's official command-line interface (CLI) tool, `gh`, to t...
183
null
TIHLDE/Lepton
# Repository Context Name: TIHLDE/Lepton Description: # Pull Request ## refactor(event): Remove priority field from event ## Proposed changes Remove `priority` field from event because all events are usually set to high priority. Issue number: closes #89 ## Pull request checklist Please check if your PR ...
103
null
DataDog/datadog-api-client-python
# Repository Context Name: DataDog/datadog-api-client-python Description: # Pull Request ## Add has_search_bar and cell_display_mode properties to table widget definition See [DataDog/datadog-api-spec#598](https://github.com/DataDog/datadog-api-spec/pull/598) # Relevant Files Found ## src/datadog_api_client/v1/mo...
170
null
dymmond/edgy
# Repository Context Name: dymmond/edgy Description: # Pull Request ## remove nest_asyncio Changes: - remove nest_asyncio - fixes for fixed TestClient (passes now correctly full_isolation and force_fallback through) Note: the tests run slightly slower. It is because of the full_isolation feature which is ...