pr_id
int64
repo_id
null
repo_name
string
text
string
39
null
b1ueb1ues/dl
# Repository Context Name: b1ueb1ues/dl Description: # Pull Request ## Improve acl for s_celliera, s_julietta, and marth Has easier combos (c5 for Julietta, c2fs for Marth + Celliera) and also higher dps. # Relevant Files Found ## adv/marth.py ``` import adv_test import adv from adv import * from slot.d import *...
152
null
Thangs3D/thangs-blender-addon
# Repository Context Name: Thangs3D/thangs-blender-addon Description: # Pull Request ## version bump # Relevant Files Found ## __init__.py ``` # <pep8 compliant> bl_info = { "name": "Thangs", "author": "Thangs", "version": (0, 3, 6), "blender": (3, 2, 0), "location": "VIEW 3D > Tools > Thang...
7,034
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## Fix flaky TestDurations test Fixes #7024. `TestDurations` tests the `--durations=N` functionality which reports N slowest tests, with durations <= 0.005s not shown by default. The test relies on real `time.sleep()` (in addition to the...
8,210
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## chore: remove newrevisiondocevent stats view This view is currently broken. # Relevant Files Found ## ietf/doc/tests.py ``` # Copyright The IETF Trust 2012-2024, All Rights Reserved # -*- coding: utf-8 -*- import os import datetim...
644
null
deschler/django-modeltranslation
# Repository Context Name: deschler/django-modeltranslation Description: # Pull Request ## Fix values list named # Relevant Files Found ## modeltranslation/manager.py ``` # -*- coding: utf-8 -*- """ The idea of MultilingualManager is taken from django-linguo by Zach Mathew https://github.com/zmathew/django-lin...
125
null
ol-iver/denonavr
# Repository Context Name: ol-iver/denonavr Description: # Pull Request ## DEVICEINFO_COMMAPI_PATTERN pattern update Update DEVICEINFO_COMMAPI_PATTERN to match latest firmware update for NR1609 and probably other AV receivers. # Relevant Files Found ## denonavr/denonavr.py ``` #!/usr/bin/env python3 # -*- coding...
1,220
null
mozilla/pontoon
# Repository Context Name: mozilla/pontoon Description: # Pull Request ## Fix bug 1529895: Set Strict-Transport-Security header only once It turns out `sslify` takes care of `HSTS` for all requests, so we don't need to (and shouldn't) set it via the `SECURE_HSTS_SECONDS` setting. This patch addresses that. It's ...
272
null
fjosw/pyerrors
# Repository Context Name: fjosw/pyerrors Description: # Pull Request ## pyerrors/correlators.py: Allowing for None values in pe.Corr.prune Closes: fjosw#271 # Relevant Files Found ## pyerrors/correlators.py ``` import warnings from itertools import permutations import numpy as np import autograd.numpy as anp im...
4
null
bennylope/flake8-codeclimate
# Repository Context Name: bennylope/flake8-codeclimate Description: # Pull Request ## Add fingerprint and location.lines First of all thanks for this package! I wanted to use it in combination with Gitlab since they have a code quality widget which support code climate files. However Gitlab requires extra fields t...
20,753
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## [GSoC'24] M2.4 : Fix a part of #20374: Acceptance test coverage for 2 Logged-out Users' CUJs. ## Overview 1. This PR fixes or fixes part of #20374 . 2. This PR does the following: This PR provides acceptance test coverage for the CUJs: ...
2,096
null
elastic/ecs
# Repository Context Name: elastic/ecs Description: # Pull Request ## [8.5] Fix type of normalize for process.io.bytes_skipped (#2094) Backports the following commits to 8.5: - Fix type of normalize for process.io.bytes_skipped (#2094) # Relevant Files Found ## scripts/tests/test_ecs_spec.py ``` # Licensed to E...
70
null
PyWavelets/pywt
# Repository Context Name: PyWavelets/pywt Description: # Pull Request ## MAINT: PEP8 fixes misc minor PEP8 fixes across the codebase (split out of the now closed #52) # Relevant Files Found ## pywt/multidim.py ``` # -*- coding: utf-8 -*- # Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/> # See COPY...
2,414
null
snowflakedb/snowflake-connector-python
# Repository Context Name: snowflakedb/snowflake-connector-python Description: # Pull Request ## SNOW-2129434: Add in-band http exception telemetry Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue...
4
null
explosivo22/rinnaicontrolr
# Repository Context Name: explosivo22/rinnaicontrolr Description: # Pull Request ## clarify token flow When merged, this will: - clarify/simplify the Cogito token flow while making minimal changes to the code - move away from the root logger to a logger named 'rinnaicontrolr' so it's clear where these messages...
857
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## move dns checks into utils # Relevant Files Found ## salt/config.py ``` ''' All salt configuration loading and defaults should be in this module ''' # Import python modules from contextlib import nested import glob import os import sys im...
79,520
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Reduce coverage gaps for zwave_js ## Proposed change A couple of changes to reduce the number of missed lines in tests: - The task management for unloading was overly complex. We only need to forward entry setup for tasks that are alrea...
250
null
thumbor/thumbor
# Repository Context Name: thumbor/thumbor Description: # Pull Request ## Allow Fill filter to fill the background of image Adds an optional configuration setting `FILL_MERGES`. It is false by default since this is the currently available functionality of fill. But, if you add `FILL_MERGES = True` in the thumbor.co...
121,631
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Prevent entity creation errors from causing all entities for a platform from loading in ZHA ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull requ...
18
null
aria-tools/ARIA-tools
# Repository Context Name: aria-tools/ARIA-tools Description: # Pull Request ## Bz # Relevant Files Found ## tools/python/ARIAProduct.py ``` #!/usr/bin/env python3 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Author: Simran Sangha & David Bekaert # Copyright 2019, by the C...
2,502
null
mozilla/kitsune
# Repository Context Name: mozilla/kitsune Description: # Pull Request ## Run migrations for real when deploying. Almost forgot about this. r? # Relevant Files Found ## scripts/update/deploy.py ``` """ Deployment for SUMO in production. Requires commander (https://github.com/oremj/commander) which is installe...
3
null
AyoKeito/e621updater-python
# Repository Context Name: AyoKeito/e621updater-python Description: # Pull Request ## Create offset-aware datetime objects in UTC Thanks to AI timestamps for web and local databases are now offset-aware in UTC timezone. So no more deprecation warning when parsing date of local database. # Relevant Files Found ## ...
17
null
google/mobly
# Repository Context Name: google/mobly Description: # Pull Request ## Fix for flaky unittests involving port allocation. fixes #6 # Relevant Files Found ## mobly/controllers/android_device_lib/adb.py ``` #!/usr/bin/env python3.4 # # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0...
177
null
scoringengine/scoringengine
# Repository Context Name: scoringengine/scoringengine Description: # Pull Request ## Remove print statement from config Signed-off-by: Brandon Myers <bmyers@mozilla.com> # Relevant Files Found ## scoring_engine/engine/config.py ``` import configparser import os from collections import OrderedDict class Config...
97,012
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve code coverage for LastFM <!-- 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 picture of you...
11,293
null
PaddlePaddle/PaddleOCR
# Repository Context Name: PaddlePaddle/PaddleOCR Description: # Pull Request ## 在check_gpu时增加对当前环境可用设备的检查 ### PR 类型 PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Others ### PR 变化内容类型 PR changes <!-- One of [ Models | APIs ...
5
null
RobertTLange/evosax
# Repository Context Name: RobertTLange/evosax Description: # Pull Request ## Add `mean` state component to all strategies # Relevant Files Found ## evosax/strategies/differential_es.py ``` import jax import jax.numpy as jnp import chex from typing import Tuple from ..strategy import Strategy class Differenti...
513
null
awst-austria/qa4sm
# Repository Context Name: awst-austria/qa4sm Description: # Pull Request ## User upload data # Relevant Files Found # Edits This pull request adds the ability for users to upload their own data files to the QA4SM validation service. It introduces a new view, `upload_user_data`, which handles file uploads via...
341
null
Libensemble/libensemble
# Repository Context Name: Libensemble/libensemble Description: # Pull Request ## Job Controller Tutorial Pull Request for Job Controller Forces Tutorial. Thank you for the additional edits and suggestions. # Relevant Files Found # Edits This pull request adds a new tutorial for using LibEnsemble's job control...
379
null
neuroinformatics-unit/datashuttle
# Repository Context Name: neuroinformatics-unit/datashuttle Description: # Pull Request ## Make create folders logging optional This PR makes an option to make logging optional on `create_folders`. No documentation or tests are required. I suppose it could be tested that setting to `False` actually stops loggin...
7
null
OpenVoiceOS/ovos-stt-plugin-vosk
# Repository Context Name: OpenVoiceOS/ovos-stt-plugin-vosk Description: # Pull Request ## update plugin config move UI data to "meta" subdict companion PR https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/85 <- min version needed in requirements.txt # Relevant Files Found ## ovos_stt_plugin_vosk/__init_...
92
null
danielscholl-osdu/osdu-mcp-server
# Repository Context Name: danielscholl-osdu/osdu-mcp-server Description: # Pull Request ## Implement comprehensive MCP prompts and resources with workflow guidance ## Summary This PR implements comprehensive MCP prompts and resources capabilities for the OSDU MCP Server, transforming it into a self-documenting pl...
671
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## Fixed sync_queues # Relevant Files Found ## frappe/tasks.py ``` # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors # MIT License. See license.txt from __future__ import unicode_literals import frappe from frappe.utils....
166
null
jan-janssen/gmailsorter
# Repository Context Name: jan-janssen/gmailsorter Description: # Pull Request ## Bump google-auth from 2.23.0 to 2.23.1 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.23.0 to 2.23.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goo...
93
null
krinkuto11/streamflow
# Repository Context Name: krinkuto11/streamflow Description: # Pull Request ## Fix UDI cache miss: fetch channel from API when not in cache Stream checker fails with "UDI returned None for channel X" when channels exist in Dispatcharr but are missing from the local UDI cache. This occurs during global checks when ...
117,264
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Refactor V2C tests <!-- 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 picture of your changes here...
4,433
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Change PLUGINS_ENABLED to a list of specific plugins (PLUGINS) - Changes `PLUGINS_ENABLED` from a boolean to a list of plugin names; renamed to `PLUGINS`. - Requires a plugin to declare a `config` pointing to a specific PluginConfig ...
102
null
pymeasure/pyleco
# Repository Context Name: pymeasure/pyleco Description: # Pull Request ## Rework rpc server Some ideas from #100 and preparation for expansion. # Relevant Files Found ## pyleco/json_utils/json_objects.py ``` # # This file is part of the PyLECO package. # # Copyright (c) 2023-2024 PyLECO Developers # # Permissio...
12,019
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## [router] Add mTLS Support for Router-to-Worker Communication <!-- Thank you for your contribution! Please follow these guidelines to enhance your pull request. If anything is unclear, submit your PR and reach out to maintainers for assista...
3,744
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-2893] fix stuck dataflow job due to name mismatch Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references th...
97,864
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## BMW: Remove deprecated refresh from cloud button <!-- 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 cont...
531
null
googleapis/python-ndb
# Repository Context Name: googleapis/python-ndb Description: # Pull Request ## fix: avoid kind error when using subclasses in local structured properties For #523 # Relevant Files Found ## google/cloud/ndb/model.py ``` # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"...
907
null
bids-standard/pybids
# Repository Context Name: bids-standard/pybids Description: # Pull Request ## MNT: Move package metadata to pyproject.toml, unvendor versioneer Also move coverage config to pyproject Closes #914. # Relevant Files Found ## bids/_version.py ``` # This file helps to compute a version number in source trees obt...
2
null
davidemoro/play_selenium
# Repository Context Name: davidemoro/play_selenium Description: # Pull Request ## Back to development # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import os import codecs from setuptools import ( setup, find_packages, ) def read(fname): file_path = os.path...
135
null
laixintao/iredis
# Repository Context Name: laixintao/iredis Description: # Pull Request ## Sorted set command implementation # Relevant Files Found ## iredis/completers.py ``` import time import threading import logging from typing import Iterable from prompt_toolkit.contrib.regular_languages.completion import GrammarComplete...
7
null
trendence/pytrevl
# Repository Context Name: trendence/pytrevl Description: # Pull Request ## Multiple Fixes - Changed name of chart_parent_class.y to chart.py for better organization - Fixed DonutChart innerSize at 50% for now for better usability - Cleaned and improved X-Middle API Class # Relevant Files Found ## pytrevl/api/x...
44
null
steinitzu/celery-singleton
# Repository Context Name: steinitzu/celery-singleton Description: # Pull Request ## Optional setting `single_json_encoder_class`: Set `json`-compatible encoder class to `generate_lock()` Fixes cases such as #42 #36 [`json.dumps()`](https://docs.python.org/3/library/json.html#json.dumps) accepts an optional `cl...
174
null
numaproj/numalogic-prometheus
# Repository Context Name: numaproj/numalogic-prometheus Description: # Pull Request ## library version updates Update numalogic version to support metrics # Relevant Files Found ## numaprom/udf/inference.py ``` import os import time from typing import Final from numalogic.config import NumalogicConf from numal...
2,448
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Make generate_services_file have a comment about how it was generated… … and also support stdout as a file. I'm planning to make it so that this file doesn't even exist in the puppet repo using stdout # Relevant Files Found ## paasta_tools/g...
1
null
samuelgregorovic/callpyback
# Repository Context Name: samuelgregorovic/callpyback Description: # Pull Request ## rename to callpyback # Relevant Files Found ## pyback/__init__.py ``` ``` ## pyback/pyback.py ``` def _callback(func, on_success, on_fail, on_end, *func_args, **func_kwargs): try: func_result = func(*func_args, ...
10
null
eWaterCycle/era5cli
# Repository Context Name: eWaterCycle/era5cli Description: # Pull Request ## Cleanup # Relevant Files Found ## era5cli/fetch.py ``` """Fetch ERA5 variables.""" import cdsapi # from pathos.multiprocessing import ProcessPool as Pool from pathos.threading import ThreadPool as Pool import era5cli.inputref as ref ...
33,716
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fix millisecond formatting to avoid 1000 as four-digit milliseconds ### What does this PR do? It changes the formatting of the msec field in Log records from %03.0f to %03d. The python standard library logging [Formatter](https://fossies.org/...
14
null
GlooperLabs/GraphTime
# Repository Context Name: GlooperLabs/GraphTime Description: # Pull Request ## Scalingcv - utilities tests - metrics - metrics tests - naive scaling in DGL # Relevant Files Found ## graphtime/graphtime.py ``` import numpy as np class DynamicGraphLasso: def __init__(self, lambda1, lambda2, gamma1=1, g...
88,225
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Speed up compiling hourly statistics ## 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...
37
null
tofunlp/lineflow
# Repository Context Name: tofunlp/lineflow Description: # Pull Request ## Bug fix # Relevant Files Found ## lineflow/core.py ``` from typing import Sequence, Any, Union, Callable, List, Tuple, Iterator, Iterable import os import pickle import linecache import copy import mmap from pathlib import Path from iter...
3,830
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## Skip loop intended for debug mode when it's not enabled. `logger.debug` will not print anything in debug mode, but the loop itself would still run and for each iteration overhead involved in checking whether logging is enabled will be p...
149
null
openvinotoolkit/open_model_zoo
# Repository Context Name: openvinotoolkit/open_model_zoo Description: # Pull Request ## Add a model converter option to override the output directory Also, make a couple of related changes: * Rename `--download_root` into `--download_dir` for consistency with the other options. This script hasn't been a part of...
164
null
megagonlabs/ginza
# Repository Context Name: megagonlabs/ginza Description: # Pull Request ## fix typos # Relevant Files Found ## ginza/ene_ontonotes_mapper.py ``` # encoding: utf8 __all__ = [ "ENE_ONTONOTES_MAPPING", ] ENE_ONTONOTES_MAPPING = { "Person": "PERSON", "God": "PERSON", "International_Organization...
1,055
null
psf/requests
# Repository Context Name: psf/requests Description: # Pull Request ## Fixed typo in comment. The comment was useful to me when trying to figure out why my auth wasn't working, so it seemed like it might be worth a quick fix. # Relevant Files Found ## requests/models.py ``` # -*- coding: utf-8 -*- """ requests...
2,102
null
readthedocs/readthedocs.org
# Repository Context Name: readthedocs/readthedocs.org Description: # Pull Request ## Refactor GitHub web hook logic. This fixes an error where we would say it failed when the web hook was already set (status 200). Also passes the response along to the attach_webhook caller, so it can be smarter about error message...
79
null
qnngroup/qnngds
# Repository Context Name: qnngroup/qnngds Description: # Pull Request ## increase precision of nTron union Default 1e-4 precision for `pg.union` can cause the (high-precision) ports to not be aligned with the new (low-precision) union'd device. This is bad because it can cause gaps when the nTron is connected to a...
131
null
kayak/fireant
# Repository Context Name: kayak/fireant Description: # Pull Request ## Fixes #129 Upgraded to latest pypika and fixed some bugs - Fixed issues with how the pypika query was constructed with roll up - Changed the default label value for slicer components to be the key (instead of formatting the key value) - Upgra...
31
null
juju/juju-crashdump
# Repository Context Name: juju/juju-crashdump Description: # Pull Request ## Add /var/lib/juju/agents to --small dumps The data in /var/lib/juju/agents is generally very small and can easily be included into every crashdump. Fixes: #29 # Relevant Files Found ## jujucrashdump/crashdump.py ``` #!/usr/bin/env ...
487
null
Neoteroi/BlackSheep
# Repository Context Name: Neoteroi/BlackSheep Description: # Pull Request ## feat: Added support for WebSocket in TestClient Great package. TY for your hard work. I'm really enjoying blacksheep so far. But it feels like its missing a bit of WebSocket testing support. Added starlette like WebSocket testing. `...
8,500
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #06-Python ## Comprobaciones Asegúrate de cumplir los siguientes puntos antes de realizar la "Pull Request": - [x] El título de mi Pull Request sigue este formato: "#[número] - [lenguaje_utilizado]". *(Ej: #00 - Python...
63
null
stateoftheartai/sotaai
# Repository Context Name: stateoftheartai/sotaai Description: # Pull Request ## SOTA-1650 # Relevant Files Found ## data/create_jsons.py ``` # -*- coding: utf-8 -*- # Author: Hugo Ochoa <hugo@stateoftheart.ai> # Copyright: Stateoftheart AI PBC 2021. ''' Script used to create JSON files containing sotaai models...
105,314
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add workaround for orjson not handling subclasses of str <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describ...
6,904
null
rucio/rucio
# Repository Context Name: rucio/rucio Description: # Pull Request ## Core & Internals: Migrate account_counter.py to SQLA20 #6640 Part of #6640 Migrating core/account_counter.py to SQLAlchemy 2.0 # Relevant Files Found ## lib/rucio/core/account_counter.py ``` # Copyright European Organization for Nuclear ...
1
null
BIG-MAP/big-map-registry
# Repository Context Name: BIG-MAP/big-map-registry Description: # Pull Request ## Yaml # Relevant Files Found ## make_ghpages/conftest.py ``` import json from pathlib import Path from functools import partial import pytest import jsonschema import requests_mock ROOT = Path(__file__).parent.parent.resolve() ...
74,590
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate Elgato to new entity naming style <!-- 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...
342
null
OliverZhaohaibin/iPhotos-LocalPhotoAlbumManager
# Repository Context Name: OliverZhaohaibin/iPhotos-LocalPhotoAlbumManager Description: # Pull Request ## Fix TypeError in VideoArea unit tests Updated `tests/ui/widgets/test_video_area.py` to use `QShowEvent` instead of generic `QEvent` for `showEvent` tests, resolving a TypeError in PySide6. --- *PR created aut...
3,224
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## BigQuery: Better `DELETE` table support <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made <!--Please include `fixes #XXXX` to auto...
110
null
Stranger6667/postmarker
# Repository Context Name: Stranger6667/postmarker Description: # Pull Request ## Added an ability to load all items without specifying exact `count` value. Closes #106 # Relevant Files Found ## postmarker/utils.py ``` # coding: utf-8 from .exceptions import ConfigError def chunks(container, n): """ S...
5,569
null
triton-inference-server/server
# Repository Context Name: triton-inference-server/server Description: # Pull Request ## Upgrade mlflow package to address vulnerability See here for more information: https://github.com/advisories/GHSA-xg73-94fp-g449 # Relevant Files Found ## deploy/mlflow-triton-plugin/mlflow_triton/deployments.py ``` # Copyri...
152,461
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump aioesphomeapi to 41.1.0 <!-- 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 chan...
22
null
charliegriefer/my-whiskies
# Repository Context Name: charliegriefer/my-whiskies Description: # Pull Request ## For #21 - moved button, fixed sorting issue # Relevant Files Found ## app/main/routes.py ``` import io import boto3 from PIL import Image from botocore.exceptions import ClientError from flask import flash, redirect, render_te...
79,935
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add sensor platform to LaMetric <!-- 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 picture of your...
1,040
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Pass cleanup argument to start_monitor. When start ray in cluster mode, start_monitor should use parameter cleanup too . # Relevant Files Found ## python/ray/services.py ``` from __future__ import absolute_import from __future__ import di...
1,026
null
PlasmaControl/DESC
# Repository Context Name: PlasmaControl/DESC Description: # Pull Request ## Add Vector Potential Calculation to `Coil` classes and Most `MagneticField` Classes Add utilities for calculating the magnetic vector potential for fields and coils/currents (assuming the Coulomb gauge). These will be useful for reconstru...
11
null
gregcotten/pylut
# Repository Context Name: gregcotten/pylut Description: # Pull Request ## Merged features from python3 branch # Relevant Files Found ## pylut/pylut.py ``` #MIT License #Authored by Greg Cotten import os import math import numpy as np import kdtree from progress.bar import Bar import struct def EmptyLatticeO...
97,638
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add Reolink zoom in/out buttons <!-- 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 c...
1,546
null
CERT-Polska/Artemis
# Repository Context Name: CERT-Polska/Artemis Description: # Pull Request ## Not that frequent restarting # Relevant Files Found ## artemis/config.py ``` import os from typing import Annotated, Any, List, get_type_hints import decouple DEFAULTS = {} def get_config(name: str, **kwargs) -> Any: # type: igno...
1,540
null
astropy/photutils
# Repository Context Name: astropy/photutils Description: # Pull Request ## Change radius API for RadialProfile and CurveOfGrowth This PR changes the API for defining the radial bins for the ``RadialProfile`` and ``CurveOfGrowth`` classes. While the new API allows for more flexibility (e.g., non-uniform radial spa...
70
null
deep-learning-indaba/Baobab
# Repository Context Name: deep-learning-indaba/Baobab Description: # Pull Request ## Adding user deletion with tests This PR contains : 1. Supporting deletion of account in the API 2. Tests for the deletion This is with regards to #22 # Relevant Files Found ## api/app/users/api.py ``` from datetime imp...
32,087
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## fix(infra): update some notebook cassettes Following https://github.com/langchain-ai/langchain/pull/32044 # Relevant Files Found ## docs/scripts/prepare_notebooks_for_ci.py ``` """Preprocess notebooks for CI. Currently adds VCR cass...
12,746
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Use unix epoch for date Mobile uses unix epoch rather than ordinals for dates @czue @amstone326 # Relevant Files Found ## custom/enikshay/fixtures.py ``` from xml.etree.ElementTree import Element import datetime from corehq.toggles i...
2,006
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [autoscaler] Remove faulty assert that breaks during downscaling, pull configs from env <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --...
46
null
bitsky-tech/bridgic
# Repository Context Name: bitsky-tech/bridgic Description: # Pull Request ## Add parameter validation tests for OpenAI with conditional skipping Enhance test cases for OpenAI parameter validation by adding `@pytest.mark.skipif` decorators to skip tests when the required API key or model name is not set. This ensur...
6,664
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Revert the changes in `arrow_writer.py` from #6636 #6636 broke `write_examples_on_file` and `write_batch` from the class `ArrowWriter`. I'm undoing these changes. See #6663. Note the current implementation doesn't keep the order of th...
31,720
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## docs: `base_document`: `remove()`: comment to docstring # Relevant Files Found ## frappe/model/base_document.py ``` # Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors # License: MIT. See LICENSE import datetime import json...
449
null
AppScale/gts
# Repository Context Name: AppScale/gts Description: # Pull Request ## bumped version number of lxml we use in the dev_appserver, as it has cha... ...nged remotely # Relevant Files Found ## AppServer/dev_appserver.py ``` #!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License,...
1,414
null
pypa/pipenv
# Repository Context Name: pypa/pipenv Description: # Pull Request ## Fix `do_create_virtualenv` cmd generation. Fix the `core.do_create_virtualenv` cmd generation when both `PIPENV_VENV_IN_PROJECT` and `site_packages` are enabled. # Relevant Files Found ## pipenv/core.py ``` # -*- coding: utf-8 -*- import cont...
2,723
null
geekcomputers/Python
# Repository Context Name: geekcomputers/Python Description: # Pull Request ## Bank managment system pratyanj Admin side all pages are completed now, only employee side pages will be coming soon in this week ![image](https://github.com/user-attachments/assets/c992d543-e2b4-4fa8-9ce7-c07969623dd0) ![image](https...
698
null
pytorch/helion
# Repository Context Name: pytorch/helion Description: # Pull Request ## Revert "Add hl.rand op with seed arg lowering to tl.rand (#652)" Stacked PRs (oldest at bottom): * __->__#698 --- --- --- Revert "Add hl.rand op with seed arg lowering to tl.rand (#652)" This reverts commit 8c8b99fb8c80fa12805c64e...
333
null
hyperledger/indy-node
# Repository Context Name: hyperledger/indy-node Description: # Pull Request ## Hotfix/read transactions stats Collect stats about read transactions processed on sovrin-node level # Relevant Files Found ## sovrin_node/server/node.py ``` from typing import Iterable, Any, List from ledger.compact_merkle_tree impo...
3,421
null
PokemonGoF/PokemonGo-Bot
# Repository Context Name: PokemonGoF/PokemonGo-Bot Description: # Pull Request ## Use Ultraball If No Other Balls (With Constraint) # Short Description: There is an issue when there is "No usable pokeballs found!" and the greatball is way big amount. The bot will just walk without catch any pokemon that is not VI...
672
null
cjolowicz/cutty
# Repository Context Name: cjolowicz/cutty Description: # Pull Request ## ✨ [projects] Only copy author information when importing template commits - 🔨 [functional] Add optional parameter `env` to `runcutty` fixture - ✅ [functional] Add test for `cutty create` using project author for commit - 🔨 [projects] Do not...
454
null
adcontextprotocol/salesagent
# Repository Context Name: adcontextprotocol/salesagent Description: # Pull Request ## Add GAM Service Account Authentication Support ## Summary Adds **Service Account authentication** support for Google Ad Manager as an alternative to OAuth refresh tokens. Service accounts provide permanent, automated authenticati...
750
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Fix vmap() when there are empty tuples in the input # Relevant Files Found ## jax/interpreters/batching.py ``` # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except i...
241
null
aliyun/aliyun-log-python-sdk
# Repository Context Name: aliyun/aliyun-log-python-sdk Description: # Pull Request ## 本地csv文件上传问题修复 # Relevant Files Found ## aliyun/log/external_store_config.py ``` # encoding: utf-8 # Copyright (C) Alibaba Cloud Computing # All rights reserved. import logging from .logexception import LogException logger =...
2,556
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## Respin local testnet when db-sync db is too large We have db-sync nightly job failures that there is not enough space left on the github runners: > Unhandled exception. System.IO.IOException: No space left on device # Releva...