pr_id
int64
repo_id
null
repo_name
string
text
string
22
null
KBKN-Autonomous-Robotics-Lab/orange_ros2
# Repository Context Name: KBKN-Autonomous-Robotics-Lab/orange_ros2 Description: # Pull Request ## Create formatter.yml ## 概要 - `orange_ros2`のコード整形を自動化します。 ### なぜこのタスクを行うのか - ソースコードを書く人によってコードのフォーマットがバラバラになってしまうことを防ぎます。 例えば、以下のような記述の違いにより可読性が低下することを防ぎます。 ```cpp for (int i = 0;i < 10;i++) { // proce...
280
null
pfnet-research/chainer-compiler
# Repository Context Name: pfnet-research/chainer-compiler Description: # Pull Request ## Fix to support data directory on runtest script I got an error message ``` Traceback (most recent call last): File "scripts/runtests.py", line 790, in <module> main() File "scripts/runtests.py", line 771, in mai...
1
null
N-NeelPatel/store-monitoring
# Repository Context Name: N-NeelPatel/store-monitoring Description: # Pull Request ## Add db file for creating tables ### What has been done - - # Relevant Files Found # Edits This pull request adds a database layer to the store monitoring system by introducing SQLAlchemy models and database setup for s...
98
null
mroberge/hydrofunctions
# Repository Context Name: mroberge/hydrofunctions Description: # Pull Request ## Add .readthedocs.yaml This includes the nbsphinx dependency that is needed for building the docs. This is listed in the new requirements_dev.txt file. # Relevant Files Found ## docs/conf.py ``` #!/usr/bin/env python # -*- coding: u...
145,413
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove unneeded parenthesis in comparison for Sonos ## Proposed change Remove unneeded parenthesis ## Type of change <!-- What type of change does your PR introduce to Home Assistant? NOTE: Please, check only 1! box! If your...
2,906
null
mwaskom/seaborn
# Repository Context Name: mwaskom/seaborn Description: # Pull Request ## Don't modify patch.facecolor in set_palette Matplotlib's default is now C0, so the facecolor should match the first color in the cycle by default. crossref: #2901 # Relevant Files Found ## seaborn/rcmod.py ``` """Control plot style and...
6
null
chapainaashish/nepali-ukhaan-apis
# Repository Context Name: chapainaashish/nepali-ukhaan-apis Description: # Pull Request ## API is live Hello Aashish, I hope you're doing well. There were some discrepancies in the code, the script were returning lots of empty strings, so I fixed and also the API is live https://ukhaan-tukka-api.onrender.com/rando...
425
null
lightly-ai/lightly
# Repository Context Name: lightly-ai/lightly Description: # Pull Request ## lightly upload fails with video dataset closes #423 # Description - reproduces the error with a unittest - fixes the error by writing the image on disk for using it later # Relevant Files Found ## lightly/data/dataset.py ``` """ L...
3,760
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Only look for address in `to` field for letters we send by DVLA api We were getting the recipient address from the `to` field of the notification if the letter was precompiled, and the personalisation if it wasn't. This was because...
51
null
jdechalendar/gridemissions
# Repository Context Name: jdechalendar/gridemissions Description: # Pull Request ## v0.1.9 deprecations * removed `load.BaData` and `load.convert_raw_eba` * removed `viz.jupyter_gui` * removed `clean_pyo` # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages setup( name="grid...
2,608
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## Add a sort_posts function This is #2602 — it adds a `sort_posts` function (available as Jinja filter in global context), which allows general-purpose timeline sorting. Example usage: ```python sort_posts(timeline, 'title', 'date') sort_post...
40
null
NerdWalletOSS/terraformpy
# Repository Context Name: NerdWalletOSS/terraformpy Description: # Pull Request ## [OPS-3006] - update TypedObjectAttr to support int-based list access https://nerdwallet.atlassian.net/browse/OPS-3006 Sometimes we do want to pass an `int`! For example: I would expect ${aws_acm_certificate.cert.domain_valida...
31
null
b-paisley/SwEng-Group24
# Repository Context Name: b-paisley/SwEng-Group24 Description: # Pull Request ## Bill 17 move checker king unit tests # Relevant Files Found # Edits This pull request adds comprehensive unit tests for the chess engine's king movement and move validation logic, ensuring the king can only make legal moves and ...
240
null
aedocw/epub2tts
# Repository Context Name: aedocw/epub2tts Description: # Pull Request ## Added functionality in the export() automatically get the cover image of the book Added functionality in the export() to automatically get the book's cover image and save it as the name of the book + .png. # Relevant Files Found ## epub2tts...
93
null
cmcmarrow/tamcolors
# Repository Context Name: cmcmarrow/tamcolors Description: # Pull Request ## remvoe tam loop tests **Thank you for contributing to tamcolors!** **Link the relating issue(s).** 1. issue_1 2. issue_2 **Select ALL that apply.** - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Doc change - [ ] ...
65
null
snowflakedb/snowflake-sqlalchemy
# Repository Context Name: snowflakedb/snowflake-sqlalchemy Description: # Pull Request ## Pr 60 # Relevant Files Found ## __init__.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (c) 2012-2018 Snowflake Computing Inc. All right reserved. # from .base import (VARIANT, ARRAY, OBJECT) from .ut...
24,359
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Storage] `az storage account create/update`: GA `--key-vault-federated-client-id` **Related command** <!--- Please provide the related command with az {command} if you can, so that we can quickly route to the related person to review. ---> ...
7,935
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [DOCS] Technical tags in Versioned Docs reference correct version Technical tasks were not adding the version number to the path. This PR adds a function to `prepare_prior_versions.py` to add the appropriate version into...
1,292
null
PrimeIntellect-ai/prime-rl
# Repository Context Name: PrimeIntellect-ai/prime-rl Description: # Pull Request ## Fix breaking configs <!-- Provide a brief description of the changes in this PR --> This PR fixes a couple of misc issues around testing our configs: - Some config classes (e.g. `BufferConfig`) were not using Pydantic's strict ...
2,784
null
mwaskom/seaborn
# Repository Context Name: mwaskom/seaborn Description: # Pull Request ## Fix typo # Relevant Files Found ## seaborn/matrix.py ``` """Functions to visualize matrices of data.""" import warnings import matplotlib as mpl from matplotlib.collections import LineCollection import matplotlib.pyplot as plt from matpl...
469
null
secondmind-labs/trieste
# Repository Context Name: secondmind-labs/trieste Description: # Pull Request ## Victor/gpfluxmonitoring This is a very short PR that will enable monitoring the training of gpflux models. Incidentally this also seems to have a positive effect on training. In short, with this PR we keep track of the number of ep...
40
null
autorope/donkeycar
# Repository Context Name: autorope/donkeycar Description: # Pull Request ## Support differential drive vehicles. Currently donkey only supports mechanical steering vehicles like RC cars. This pull request: * refactors the mixers * adds actuators for DC motors using Adafruit motor hat * normalizes throttle and ...
218
null
PyCQA/flake8-pyi
# Repository Context Name: PyCQA/flake8-pyi Description: # Pull Request ## Prepare for release 22.5.0 This release should allow us to delete some chunks from `check_new_syntax.py` over at typeshed. # Relevant Files Found ## pyi.py ``` #!/usr/bin/env python3 from __future__ import annotations import argparse imp...
36,954
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## TYP/REF: use _cmp_method in EAs - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ## pandas/cor...
1,818
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## Cov inf follow up on #1637 @Eric89GXL problem should be solved. please give it a try. # Relevant Files Found ## examples/inverse/plot_covariance_whitening_dspm.py ``` """ =================================================== Demonstr...
106
null
InstaPy/instagram-profilecrawl
# Repository Context Name: InstaPy/instagram-profilecrawl Description: # Pull Request ## Fixed depreciated use of chrome_options. Solves #105 # Relevant Files Found ## crawl_profile.py ``` #!/usr/bin/env python3.5 """Goes through all usernames and collects their information""" import json import datetime from ...
115,676
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Avoid linear search to clear labels and areas in the device registry ## 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 ...
3,851
null
haiiliin/abqpy
# Repository Context Name: haiiliin/abqpy Description: # Pull Request ## Remove templates (backport #3846) This is an automatic backport of pull request #3846 done by [Mergify](https://mergify.com). Cherry-pick of 74d02acd2bffba297a11f95ed4e35a96cb78eeb6 has failed: ``` On branch mergify/bp/2018/pr-3846 Your branch...
977
null
pallets/werkzeug
# Repository Context Name: pallets/werkzeug Description: # Pull Request ## RFC 7233 - Range Requests See #978 for details. # Relevant Files Found ## tests/test_http.py ``` # -*- coding: utf-8 -*- """ tests.http ~~~~~~~~~~ HTTP parsing utilities. :copyright: (c) 2014 by Armin Ronacher. :lic...
793
null
jertel/elastalert2
# Repository Context Name: jertel/elastalert2 Description: # Pull Request ## Remove Simple Alerter ## Description With the addition of the HTTP POST alerter, we will remove the Simple Alerter that hasn't been documented for quite some time. I searched for the original yelp / elastalert issue, but none of the users...
99
null
MarketSquare/robotframework-requests
# Repository Context Name: MarketSquare/robotframework-requests Description: # Pull Request ## Fixed data encoding in logging # Relevant Files Found ## src/RequestsLibrary/RequestsKeywords.py ``` import httplib import json import sys from urllib import urlencode import requests import robot from robot.api impo...
49
null
PrincetonUniversity/PsyNeuLink
# Repository Context Name: PrincetonUniversity/PsyNeuLink Description: # Pull Request ## Bug fix in EVCMechanism • EVCMechanism - fixed bug in assignment of predicted inputs to processes in simulated system # Relevant Files Found ## PsyNeuLink/Functions/Mechanisms/ControlMechanisms/EVCMechanism.py ``` # Princet...
115
null
biopragmatics/curies
# Repository Context Name: biopragmatics/curies Description: # Pull Request ## Stop supporting Pydantic v1 Closes #113 # Relevant Files Found ## src/curies/_pydantic_compat.py ``` """A compatibility layer for pydantic 1 and 2.""" import warnings from pydantic import __version__ as pydantic_version __all__ = ...
26
null
fjosw/pyerrors
# Repository Context Name: fjosw/pyerrors Description: # Pull Request ## Feature/import json string I propose to split the function `load_json` up into two parts, one that reads the file and one that deciphers the json string and reconstructs the objects. # Relevant Files Found ## pyerrors/input/json.py ``` impo...
3,045
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [WasdTV] Add extractor ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Use *Previ...
53
null
dell/python-powerflex
# Repository Context Name: dell/python-powerflex Description: # Pull Request ## Prioritize the use of auth login For 4.x and above, auth login is preferred. The code change helps to avoid certain scenarios, e.g. when cluster is not ready, login API will failed. # Relevant Files Found ## PyPowerFlex/base_client.p...
45
null
wagtail/bakerydemo
# Repository Context Name: wagtail/bakerydemo Description: # Pull Request ## Add Dockerfile and docker-compose.yml * Add Alpine Linux-based Dockerfile with optimizations to minimize the image size * Switch to uWSGI (can be configured entirely via environment variables) and includes a built-in HTTP proxy which surv...
3,375
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Ship the contact lists feature This reveals the links that we were only showing to platform admin users so that everyone can discover the new feature. It also: - makes a slight tweak to the user journey based on how it felt t...
155
null
DhanushNehru/Python-Scripts
# Repository Context Name: DhanushNehru/Python-Scripts Description: # Pull Request ## Create Selfie_with_Python.py # Pull Request: Selfie with Python ## Description A Python Program for the users to take selfies using the OpenCV module. ## Changes Made - Added a Python script for taking pictures. - Added u...
5
null
agardnerIT/tracepusher
# Repository Context Name: agardnerIT/tracepusher Description: # Pull Request ## feat: time shift & docker This PR: - Adds the ability to time shift the traces - Adds docker container support Thanks to @henrikrexed for the inspiration on the Docker image. tracepusher can now generate OTEL traces for almost a...
93,747
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix possible KeyError exception in Airzone Cloud ## Proposed change Some Airzone Cloud installations might be limited to Aidoo devices. In that case, the library will provide AZD_AIDOOS, but it won't provide AZD_ZONES, resulting in a Key...
107
null
atomicarchitects/symphony
# Repository Context Name: atomicarchitects/symphony Description: # Pull Request ## Songk run generate # Relevant Files Found ## analyses/generate_molecules.py ``` """Generates molecules from a trained model.""" from typing import Sequence, Tuple, Callable, Optional import os import sys from absl import flag...
105
null
kaiko-ai/typedspark
# Repository Context Name: kaiko-ai/typedspark Description: # Pull Request ## fix decimaltype schema issues before this PR: TypeError with occur when loading tables with DecimalType column with different precision and scale than (10,0) after this PR: it works 🐬 # Relevant Files Found ## tests/_utils/test_load_...
4,269
null
dmwm/T0
# Repository Context Name: dmwm/T0 Description: # Pull Request ## CMSSW_8_0_3_patch1 # Relevant Files Found ## etc/ProdOfflineConfiguration.py ``` """ _OfflineConfiguration_ Processing configuration for the Tier0 - Production version """ from __future__ import print_function from T0.RunConfig.Tier0Config impo...
383
null
enkore/i3pystatus
# Repository Context Name: enkore/i3pystatus Description: # Pull Request ## temp: add a "display_if" setting Adds a "display_if" setting to temp module. This is a snippet that will be evaulated, and if the result is true, it will display the module's output. # Relevant Files Found ## i3pystatus/temp.py ``` fro...
72
null
ADGEfficiency/energy-py
# Repository Context Name: ADGEfficiency/energy-py Description: # Pull Request ## Correctly use prices and features in battery environment ## Summary - Fixed the battery environment to properly incorporate both price data and features - Updated observation space structure to correctly include feature dimensions ...
10,652
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## [CPU] Optimize FP16 decode_attention_cpu <!-- 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 assistance. Join our Slack ...
39,564
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## addressing api review comment # Description comment link - https://apiview.dev/Assemblies/Review/09de885a7c58444190fa9c9ae894d36d/3b59fc696f64435692ae65ef78d3b0f4#azure.ai.ml.operations.ComputeOperations.enable_sso.returntype #...
3,996
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [kenh14] Add extractor <!-- # Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes `[ ]` relevant to your *pull request* (like [x]) - Use *Pre...
11,907
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Shadow module form selection Allow users to select which forms to be included in a shadow module. ([Spec](https://docs.google.com/document/d/1HcAiHYU7fbowFe5z1gnrwZuoOy-KQaRz8SDM-Kh4G_k/edit?pli=1#heading=h.gtcr5gimpe0b)) ![shadow_module_...
37
null
Cimpress-MCP/j2v
# Repository Context Name: Cimpress-MCP/j2v Description: # Pull Request ## Added a label field for a dimension Added label field for dimensions. # Relevant Files Found ## j2v/generation/generator.py ``` from collections import defaultdict from j2v.str_templates import sql_templates as st from j2v.utils.config i...
2,298
null
mage-ai/mage-ai
# Repository Context Name: mage-ai/mage-ai Description: # Pull Request ## [dy] Create local git path if it doesn't exist # Summary As title. Also added a label description for the local repo path field in the Git settings page. <!-- Brief summary of what your code does --> # Tests tested locally <!-- How...
11,434
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Remove `QuantumCircuit.bind_parameters` ### Summary This expires the deprecation on `bind_parameters` in favour of `assign_parameters`, which is a drop-in replacement with its defaults. <!-- ⚠️ If you do not respect this template, your p...
411
null
data-gov-my/datagovmy-back
# Repository Context Name: data-gov-my/datagovmy-back Description: # Pull Request ## add custom backend for data request with custom sender # Relevant Files Found ## data_request/admin.py ``` import os from typing import Any from django import forms from django.conf import settings from django.contrib import a...
85
null
janelia-flyem/gala
# Repository Context Name: janelia-flyem/gala Description: # Pull Request ## Add functions to read and write volumes with CREMI's HDF5 format See cremi.org/data # Relevant Files Found ## gala/imio.py ``` # built-ins import os import json from os.path import split as split_path, join as join_path from fnmatch im...
757
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## FIX: unit in meter for decimated surface This fixe make mne_analyze happy, thanks @mshamalainen cc @agramfort # Relevant Files Found ## bin/mne_make_scalp_surfaces.py ``` #!/usr/bin/env python # Authors: Denis A. Engemann <d.engem...
51,511
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [chore][core] `test_default_sigchld_handler` will always pass <!-- 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...
1,236
null
CERT-Polska/Artemis
# Repository Context Name: CERT-Polska/Artemis Description: # Pull Request ## Mor Nuclei translations # 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: ignore ...
165
null
alteryx/woodwork
# Repository Context Name: alteryx/woodwork Description: # Pull Request ## Add __setitem__ closes #120 # Relevant Files Found ## woodwork/data_table.py ``` import warnings import pandas as pd from woodwork.config import config from woodwork.data_column import DataColumn from woodwork.logical_types import Date...
10,573
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field. https://code.djangoproject.com/ticket/29896 # Relevant Files Found ## django/db/models/base.py ``` import copy import inspect import war...
398
null
flagos-ai/FlagPerf
# Repository Context Name: flagos-ai/FlagPerf Description: # Pull Request ## [Cambricon] support FlagPerf # Relevant Files Found # Edits This pull request adds support for Cambricon MLU hardware in the FlagPerf benchmarking platform. It introduces configuration files for Aquila2 models (7B, 34B, 70B) with net...
4
null
acerbilab/pyvbmc
# Repository Context Name: acerbilab/pyvbmc Description: # Pull Request ## feat: generalize options with config files I created an options object that works like a dict. It can read default options from an *.ini file and the user can overwrite those with own options. Possibly the object can be a super class for an ...
9
null
vhchuong/Saliency-prediction-for-360-degree-video
# Repository Context Name: vhchuong/Saliency-prediction-for-360-degree-video Description: # Pull Request ## update_function4 # Relevant Files Found ## torch_support.py ``` # -*- coding: utf-8 -*- """ Created on Wed Jan 22 10:13:52 2020 @author: admin """ import torch import torch.nn.functional as F imp...
3
null
kbernhagen/lufah
# Repository Context Name: kbernhagen/lufah Description: # Pull Request ## Updates 2024 09 07 # Relevant Files Found ## src/lufah/cli.py ``` #!/usr/bin/env python3 """ Little Utility for FAH v8 """ import argparse import asyncio import copy import datetime as dt import errno import json import logging import m...
73
null
philgyford/django-spectator
# Repository Context Name: philgyford/django-spectator Description: # Pull Request ## Change how a thumbnail is moved The method I was using to move the location of a thumbnail image file (so that its path includes the object's `slug`) didn't work if django-storages was using something like S3, because you can't ...
568
null
AllenNeuralDynamics/aind-data-schema
# Repository Context Name: AllenNeuralDynamics/aind-data-schema Description: # Pull Request ## fix: DataDescriptionUpgrade sets data_level to raw if not correct fixes #567 # Relevant Files Found ## src/aind_data_schema/data_description.py ``` """ Generic metadata classes for data """ from __future__ import ann...
1,919
null
sktime/pytorch-forecasting
# Repository Context Name: sktime/pytorch-forecasting Description: # Pull Request ## [ENH] Add a copy of `BaseFixtureGenerator` to `pytorch-forecasting/tests/_base` as a true base class <!-- Welcome to pytorch-forecasting, and thanks for contributing! Please have a look at our contribution guide: https://www.skt...
46
null
sachith-1/helloAlgorithm
# Repository Context Name: sachith-1/helloAlgorithm Description: # Pull Request ## Create hamiltonian_cycle.py # Relevant Files Found # Edits This pull request adds a Python implementation of the Hamiltonian Cycle algorithm, which solves the problem of finding a cycle that visits every vertex in a graph exact...
466
null
Modern-Treasury/modern-treasury-python
# Repository Context Name: Modern-Treasury/modern-treasury-python Description: # Pull Request ## fix(client/async): avoid blocking io call for platform headers # Relevant Files Found ## src/modern_treasury/_base_client.py ``` from __future__ import annotations import json import time import uuid import email i...
152,915
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Bump version to 2025.11.0dev0 <!-- 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 c...
256
null
ultrabug/py3status
# Repository Context Name: ultrabug/py3status Description: # Pull Request ## fedora_updates fix occassional error I was getting the odd error notification generally when restarting py3status. This fixes the issue. I also changed the cache timeout of the initial call as the update may as well happen immediately. ...
125
null
hyperion-ml/hyperion
# Repository Context Name: hyperion-ml/hyperion Description: # Pull Request ## upload missing file: download_lm.py # Relevant Files Found # Edits This pull request adds a missing Python script `download_lm.py` to the LibriSpeech example, enabling the download of required language model files. The script fetch...
9
null
AppraiseDev/Appraise
# Repository Context Name: AppraiseDev/Appraise Description: # Pull Request ## Highlighting differences between segments in pairwise assessments This PR adds a new feature to pairwise DA tasks, which allows for highlightling token differences between two candidate translations. See the attached screen shot for an e...
94
null
clawpack/visclaw
# Repository Context Name: clawpack/visclaw Description: # Pull Request ## Add `plotstyle` to amr attributes for 1d from 2d plots This adds an `amr` level specific attribute to the `1d_from_2d_data` plot item type. # Relevant Files Found ## src/python/visclaw/data.py ``` """ Plotting Data Module Contains the ...
170
null
aioworkers/aioworkers
# Repository Context Name: aioworkers/aioworkers Description: # Pull Request ## Use metadata on new py # Relevant Files Found ## aioworkers/worker/updater.py ``` import atexit import os import sys import pkg_resources from aioworkers.worker.subprocess import Subprocess class BaseUpdater(Subprocess): def...
134
null
chanzuckerberg/miniwdl
# Repository Context Name: chanzuckerberg/miniwdl Description: # Pull Request ## task runtime skeleton Initial skeleton of the local task runtime, with proofs of concept for docker container management, file path mapping, and I/O stdlib functions like `stdout()` and `write_lines()`. # Relevant Files Found ## WDL/...
292
null
cenobites/flask-jsonrpc
# Repository Context Name: cenobites/flask-jsonrpc Description: # Pull Request ## Add GitHub actions Add GitHub actions to: * Push in any branch (except the master branch), Pull Request: Run tox * Push in master: Run tests, style, lint, typing, security, build, and publish pre-release * Create a new tag: Build a...
90
null
DigitalSlideArchive/ImageDePHI
# Repository Context Name: DigitalSlideArchive/ImageDePHI Description: # Pull Request ## Launch the GUI when run directly from Windows Explorer On Windows, this will cause the ImageDePHI GUI to start when a user runs `imagedephi.exe` directly from Windows Explorer. In all other cases (non-Windows and Windows CLI us...
8
null
DavidWhittingham/agsconfig
# Repository Context Name: DavidWhittingham/agsconfig Description: # Pull Request ## Added new feature server extensions And tests and to default to constraints["default"] if none and null is allowed # Relevant Files Found ## agsconfig/editing/edit_prop.py ``` # coding=utf-8 """This module contains the EditorPro...
68,132
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Normalize enqueuing Plex media on Sonos <!-- 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...
47
null
OptimalFoundation/nadir
# Repository Context Name: OptimalFoundation/nadir Description: # Pull Request ## Add docs Use Sphinx and Sphinx Book Theme for documentation, and add a logo for the project. Also, make changes to the gitignore file. # Relevant Files Found # Edits This pull request adds comprehensive documentation to the Nadi...
146,280
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add re-authentication to BSBLan <!-- 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...
6
null
criteo/netbox-network-cmdb
# Repository Context Name: criteo/netbox-network-cmdb Description: # Pull Request ## fix: call parent PluginConfig ready() method <!-- Please respect the guidelines explained in CONTRIBUTING.md --> **Description:** Plugin's `ready()` method in `__init__.py` file wasn't calling the parent's class method, prevent...
151
null
iiasa/message-ix-models
# Repository Context Name: iiasa/message-ix-models Description: # Pull Request ## Raise informative exception from ScenarioInfo.io_units() Currently, if either the commodity or technology lacks units, the exception is internal to pint and could be hard to interpret: ``` File "/home/khaeru/vc/iiasa/models/message_...
119
null
European-XFEL/EXtra
# Repository Context Name: European-XFEL/EXtra Description: # Pull Request ## Add some tests for extra.calibration If I've set everything up right, this much should work on Github actions. I've left out the tests that try to actually load data. # Relevant Files Found ## src/extra/calibration.py ``` import json i...
146,804
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add duration device class in Here Travel Time sensors <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe t...
10,875
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Shuffle support in Sonos ## Description: This PR adds support for Shuffle in Sonos. This is invoked by calling service shuffle_set. **Pull request in [home-assistant.github.io](https://github.com/home-assistant/home-assistant.github.i...
120
null
Unleash/unleash-python-sdk
# Repository Context Name: Unleash/unleash-python-sdk Description: # Pull Request ## rc-3.5.1 * (Minor) Better error handling and typo fixes. * (Minor) Update requests version to 2.25.1. # Relevant Files Found ## UnleashClient/constants.py ``` # Library SDK_NAME = "unleash-client-python" SDK_VERSION = "3.5.0" R...
1,076
null
bcgov/CIT
# Repository Context Name: bcgov/CIT Description: # Pull Request ## chore: remove CIT related refs # Relevant Files Found ## cit-api/admin/urls.py ``` """web URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.2/topics/http/url...
1,061
null
oamg/leapp-repository
# Repository Context Name: oamg/leapp-repository Description: # Pull Request ## Use the updated Leapp output API - reports summary Use the updated Leapp output API introduced in oamg/leapp#818. Leapp output will now include a summary of reports and also a list of titles of HIGH and MEDIUM severity reports. # Rele...
130,385
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Code cleanup for LCN integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change #130305 removed the deprecated YAML imp...
2,450
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## fixed issue with hypens ### All Submissions: - [x] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md) file? - [x] Have you checked to ensure there aren't any othe...
4,483
null
napari/napari
# Repository Context Name: napari/napari Description: # Pull Request ## Reorder tests # Description <!-- What does this pull request (PR) do? Why is it necessary? --> <!-- Tell us about your new feature, improvement, or fix! --> <!-- If your change includes user interface changes, please add an image, or an anim...
193
null
specklesystems/specklepy
# Repository Context Name: specklesystems/specklepy Description: # Pull Request ## fix(base): remove default units to `Base` change in sharp that wasn't propagated to py! also fix resulting encoding issue without a default unit # Relevant Files Found ## specklepy/objects/base.py ``` from typing import ( A...
34,642
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Phising - Removed from campaigns <!-- 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...
72
null
handley-lab/mcp-handley-lab
# Repository Context Name: handley-lab/mcp-handley-lab Description: # Pull Request ## feat: Add Mathematica MCP tool with persistent REPL and notebook save functionality ## Summary This PR introduces a comprehensive Mathematica MCP tool that enables LLM-driven mathematical workflows with true REPL behavior and ses...
122,010
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove modbus codeowner, and downgrade to quality "No score" <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If ...
1,581
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## DEV-2339: sql account for nulls **High level description:** Account for NULLs in A rules **Technical details:** Several other rules don't fire off when a NULL is in one of the monetary value columns despit...
1,056
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## 📝 Reclassify SNOW/ICE DMG to type 5 # Relevant Files Found ## src/pyiem/reference.py ``` """Reference values and dictionaries No functional code found within this module, just a bunch of statics .. data:: nwsli2state A dictionary ma...
1
null
BiomedSciAI/fuse-drug
# Repository Context Name: BiomedSciAI/fuse-drug Description: # Pull Request ## Adding Protein Structure Prediction related functionality # Relevant Files Found # Edits This pull request adds protein structure prediction functionality to the `fusedrug` library, enabling handling and processing of antibody and...