pr_id
int64
repo_id
null
repo_name
string
text
string
534
null
MyreMylar/pygame_gui
# Repository Context Name: MyreMylar/pygame_gui Description: # Pull Request ## Add set & get methods for ui element anchors Step 2.75 of splitting mega-PR into smaller easier to review PRs # Relevant Files Found ## pygame_gui/core/interfaces/element_interface.py ``` from abc import ABCMeta, abstractmethod from t...
19
null
robbinjanssen/home-assistant-omnik-inverter
# Repository Context Name: robbinjanssen/home-assistant-omnik-inverter Description: # Pull Request ## Make unique identifier work again ### What does it do? `self._unique_id = f"{self.data.result[0]}-{self._name}"` no longer worker because result[0] contains the "current" power, so the unique_id would change every...
564
null
twosixlabs/armory
# Repository Context Name: twosixlabs/armory Description: # Pull Request ## Improve error message for trying to pull dev containers Closes #545 # Relevant Files Found ## armory/eval/evaluator.py ``` """ Evaluators control launching of ARMORY evaluations. """ import base64 import os import json import logging imp...
13
null
Layf21/hass-froeling-connect
# Repository Context Name: Layf21/hass-froeling-connect Description: # Pull Request ## Update the froeling-connect version to 0.2.0 This PR updates the integration to use froeling-connect version 0.2.0. Although the version number appears lower than the previous 2024.1.3, this is intentional — the project has been...
2,935
null
SpikeInterface/spikeinterface
# Repository Context Name: SpikeInterface/spikeinterface Description: # Pull Request ## Standardise qualitymetrics docstrings to numpydocs standard This pull request standardises the quality metrics module docstrings to numpydoc standard. I went through each function in the module and ran the numpydoc validator and...
174
null
bluelabsio/records-mover
# Repository Context Name: bluelabsio/records-mover Description: # Pull Request ## Handle exception when machine has no np.float128 np.float128 is not available on some machines, including apple M1. Fixes #175 # Relevant Files Found ## records_mover/records/schema/field/__init__.py ``` import datetime from ....
27
null
NRWLDev/fastapi-problem
# Repository Context Name: NRWLDev/fastapi-problem Description: # Pull Request ## fix: Update starlette-problem pin to include deprecation for strip_debug fields. closes #26 # Relevant Files Found ## src/fastapi_problem/handler.py ``` from __future__ import annotations import json import typing as t import rf...
30,815
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use collection helpers for input_datetime component ## Description: Use collections helpers from #30313 to manage input_datetime entities. **Related issue (if applicable):** #30494 **Pull request with documentation for [home-assist...
25,978
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Fix command dags list-runs argument dag_id The below exception is thrown when the list-runs argument is not set **DAG: None does not exist in the 'DAG' table** So I think dag_id should be a positional argument --- **^ Add meaningful de...
715
null
chimera-linux/cports
# Repository Context Name: chimera-linux/cports Description: # Pull Request ## main/libtirpc: update to 1.3.4 https://sourceforge.net/p/libtirpc/mailman/message/42287471/ # Relevant Files Found ## main/libtirpc/template.py ``` pkgname = "libtirpc" pkgver = "1.3.3" pkgrel = 0 build_style = "gnu_configure" hostmak...
3,907
null
pydata/xarray
# Repository Context Name: pydata/xarray Description: # Pull Request ## Un-xfail test_dayofyear_after_cftime_range With Unidata/cftime#163 merged, this test, [which we temporarily xfailed in #3885](https://github.com/pydata/xarray/pull/3885#issuecomment-603406294), should pass with cftime master. # Relevant Files ...
19
null
jieliu2000/RPALite
# Repository Context Name: jieliu2000/RPALite Description: # Pull Request ## Modified line 433 in image_handle file's find_control_near_position function to ensure debug_mode is controllable. Modified line 433 in image_handle file's find_control_near_position function to ensure debug_mode is controllable. # Releva...
1,962
null
Qiskit/qiskit-ibm-runtime
# Repository Context Name: Qiskit/qiskit-ibm-runtime Description: # Pull Request ## Remove backend.run() <!-- ⚠️ The pull request title should be short detailed and understandable for all. ⚠️ Also, please add a release note file using reno if the change needs to be documented in the release notes. ⚠️ If your ...
114
null
Azure/LinuxPatchExtension
# Repository Context Name: Azure/LinuxPatchExtension Description: # Pull Request ## Telemetry not supported incident mitigation Mitigation + additional logging for telemetry not supported incident. Guest Agent version not supported error message has been updated to include support error codes: Example: > Uns...
332
null
seleniumbase/SeleniumBase
# Repository Context Name: seleniumbase/SeleniumBase Description: # Pull Request ## Headless mode updates Mostly headless-mode updates: * Make headless Chrome more reliable in Docker environments * Update pytest requirements # Relevant Files Found ## seleniumbase/core/browser_launcher.py ``` import os import r...
284
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Rename Demo Notebook Wanted to rename this as well as figure out why test failed in master # Relevant Files Found ## python_modules/dagstermill/dagstermill/dagstermill_tests/repository.py ``` from dagster import (RepositoryDefinition) f...
1
null
dwave-examples/nurse-scheduling
# Repository Context Name: dwave-examples/nurse-scheduling Description: # Pull Request ## Initial version of Nurse scheduling Please consider this repository for inclusion in dwave-examples. # Relevant Files Found ## demo_name.py ``` # Copyright [yyyy] [name of copyright owner] # # Licensed under the Apache Lic...
5
null
shreyansh26/Iris_classification-AWS-Lambda-PoC
# Repository Context Name: shreyansh26/Iris_classification-AWS-Lambda-PoC Description: # Pull Request ## Final fixes - Attempt #5 Hopefully everything works! # Relevant Files Found ## iris_classification/main.py ``` from src.train import Classifier cls = Classifier() def lambda_handler(event, context): # ...
105
null
jax-ml/jax-ai-stack
# Repository Context Name: jax-ml/jax-ai-stack Description: # Pull Request ## JAX time series classification This PR adds a tutorial with JAX time series classification task on a FordA dataset from the [UCR/UEA archive](https://www.cs.ucr.edu/%7Eeamonn/time_series_data_2018/). It follows one of the [Keras tutorials...
676
null
ssl-hep/ServiceX_frontend
# Repository Context Name: ssl-hep/ServiceX_frontend Description: # Pull Request ## Small tweaks for printout Fix some spaces in the query output that shouldn't have been there, add some that were missing # Relevant Files Found ## servicex/query_core.py ``` # Copyright (c) 2024-2025, IRIS-HEP # All rights reserv...
23
null
lnbits/bolt11
# Repository Context Name: lnbits/bolt11 Description: # Pull Request ## [TEST] add ruff [CHORE] fixed line-length use ruff instead of flake8, pylint and isort - fix line-length to 88 # Relevant Files Found ## bolt11/decode.py ``` from re import match from typing import Any, Dict from bech32 import CHARSET, bec...
566
null
scieloorg/packtools
# Repository Context Name: scieloorg/packtools Description: # Pull Request ## Feat: validate element citation #### O que esse PR faz? Adiciona classe de validação para referências, considerando: obrigatório `year`, `source`, `article-title` (se `publication-type=journal`), pelo menos um autor (institucional ou não...
127
null
se-sic/VaRA-Tool-Suite
# Repository Context Name: se-sic/VaRA-Tool-Suite Description: # Pull Request ## Fix case-study overview plot # Relevant Files Found ## varats/plots/paper_config_overview.py ``` """ Generate graphs that show an overview of the state of all case-studies. """ from collections import OrderedDict, defaultdict from...
2,099
null
cds-snc/notification-api
# Repository Context Name: cds-snc/notification-api Description: # Pull Request ## Force clients to send full API keys This reverts commit 2de81548561984bbe1f8d2be78d2fc2a7541664e. # Summary | Résumé We are reverting the code to force clients to add full API keys # Relevant Files Found ## app/api_key/rest...
511
null
BitBotFactory/MikaLendingBot
# Repository Context Name: BitBotFactory/MikaLendingBot Description: # Pull Request ## printf is only available in sqlite3>=3.8.3 Using round makes it work on earlier versions <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> <!--...
1,777
null
brain-score/vision
# Repository Context Name: brain-score/vision Description: # Pull Request ## brain-score.org submission (user:413) | (public:False) Plugin-only changes from brain-score.org submission. Generated via Jenkins job create_github_pr, build 739. Plugins added: models: [yudixie_resnet50_250117_11] # Relevant Files Found...
413
null
StructifyAI/structify-python
# Repository Context Name: StructifyAI/structify-python Description: # Pull Request ## feat(api): OpenAPI spec update via Stainless API # Relevant Files Found ## src/structify/types/execution_step.py ``` # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from typing import Li...
2,087
null
scverse/anndata
# Repository Context Name: scverse/anndata Description: # Pull Request ## feat: Support sparrays in dask <!-- Please: 1. Fill in the following check boxes 2. Make sure checks pass (Ignore “Triage” ones) --> - [x] Closes #2085 - [x] Tests added - [ ] Release note added (or unnecessary) # Relevant Files Found ## ...
7
null
weavel-ai/Ape
# Repository Context Name: weavel-ai/Ape Description: # Pull Request ## Fix/display string 1. allow DatasetItem inputs and output nullable 2. fix metric to get `inputs` as one of the input variables 3. remove some logger.info code to reduce log # Relevant Files Found ## ape/evaluate/evaluate.py ``` import sys ...
46
null
xconnio/wampproto-python
# Repository Context Name: xconnio/wampproto-python Description: # Pull Request ## Implement unsubscribe and unregister in Session # Relevant Files Found ## wampproto/messages/__init__.py ``` from wampproto.messages.call import Call from wampproto.messages.register import Register from wampproto.messages.regist...
7,389
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Allow reporters to see the correct end_time for a workunit ### Problem The `end_time` for a workunit is not accessible to reports, since it's set _after_ we tell the report that the workunit is complete. ### Solution Set the `end_t...
131
null
marl/jams
# Repository Context Name: marl/jams Description: # Pull Request ## Move unit tests to TLD Implements #130 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/marl/jams/131) <!-- Reviewab...
5,485
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## len(full_shape)-ki.upcasted -> first_upcasted [run_process_replay] # Relevant Files Found ## tinygrad/codegen/lowerer.py ``` from __future__ import annotations from typing import List, Tuple, cast, Optional, Any, Dict import functools fr...
30
null
conda-forge/admin-migrations
# Repository Context Name: conda-forge/admin-migrations Description: # Pull Request ## ENH turn CFEP-13 off ## Guidelines and Ground Rules - [x] Don't migrate more than several hundred feedstocks per hour. - [x] Make sure to put `[ci skip] [skip ci] [cf admin skip] ***NO_CI***` in any commits to avoid ma...
132
null
jupyterhub/ltiauthenticator
# Repository Context Name: jupyterhub/ltiauthenticator Description: # Pull Request ## docs: Fix read-the-docs build with pydata-sphinx-theme==0.13.0 `pydata-sphinx-theme==0.13.0` breaks rtd build. Instead of pinning the dependency, I have fixed the issue by providing the default value for `html_theme_options['icon_...
697
null
google/meridian
# Repository Context Name: google/meridian Description: # Pull Request ## Proto changes for per-channel contribution prior option for all treatment types. Proto changes for per-channel contribution prior option for all treatment types. # Relevant Files Found ## meridian/constants.py ``` # Copyright 2024 The Mer...
5,819
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## Update CropWindowToolUI.py fix typo ### Checklist ### - [x] I have read the [contribution guidelines](https://github.com/GafferHQ/gaffer/blob/main/CONTRIBUTING.md). - [x] I have updated the documentation, if applicable. - [x] I have t...
29,440
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## module_cmd.py: use posix awk; fix stderr redirection On posix systems, use `awk` instead of `python` to retrieve the `env` ``` time spack -e zlib build-env zlib ``` goes from 7.011s to 4.071s best of 5. Edit: - Also fixes this issue h...
20
null
GoNeuralAI/neural-subnet
# Repository Context Name: GoNeuralAI/neural-subnet Description: # Pull Request ## Feat/testnet # Relevant Files Found ## generate/serve.py ``` import os import argparse import numpy as np import torch import rembg import time import random import zipfile import uvicorn from io import BytesIO from PIL import Im...
407
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## A number of loggers now have a default of INFO (were WARNING) This wil help identify important information in frameworks like: - - celery - django - mozilla_django_oidc- urllib3 # Relevant Files Found ## fragalysis/settings....
325
null
JoDehli/PyLoxone
# Repository Context Name: JoDehli/PyLoxone Description: # Pull Request ## 319 state alarm was used from loxone # Relevant Files Found ## custom_components/loxone/alarm_control_panel.py ``` """Interfaces with Alarm.com alarm control panels.""" import logging import re import homeassistant.helpers.config_vali...
69
null
defog-ai/introspect
# Repository Context Name: defog-ai/introspect Description: # Pull Request ## Added an endpoint to get the result of an agent run via an HTTP request ### Motivation We want other AIs (like the Oracle) to be able to ask questions of an agent. The easiest way for them to do so is via an HTTP request ### What I di...
159
null
OpenMined/SyferText
# Repository Context Name: OpenMined/SyferText Description: # Pull Request ## Proto id generation update ## Description The Proto id generated on different workers were different, so now the code is generated using the hash of the class name ## Checklist - [ x] I have followed the [Contribution Guidelines](h...
4
null
SamHames/hyperreal
# Repository Context Name: SamHames/hyperreal Description: # Pull Request ## Set lower boundaries on direct dependencies Also include uvicorn as a dependency (it turns out it isn't a specified dependency of starlette...). This does something similar to #2, but puts the missing uvicorn dependency into setup.py. T...
47
null
ToucanToco/toucan-connectors
# Repository Context Name: ToucanToco/toucan-connectors Description: # Pull Request ## OData connector - new OData connector - move `Auth` (wrapper for `requests` auth methods) class to `common.py` because it is used in `http_api` and here # Relevant Files Found ## setup.py ``` from setuptools import setup, fi...
350
null
qiboteam/qibo
# Repository Context Name: qiboteam/qibo Description: # Pull Request ## Use random seed for frequency custom operator As @igres26 pointed out, currently the seed used in the frequency custom operator is generated using the system's time during the backend initialization. Because the backend is normally initialized ...
115
null
raimon49/pip-licenses
# Repository Context Name: raimon49/pip-licenses Description: # Pull Request ## Release 3.5.3 This release will close #113 * [x] Implement function * [x] Testing * [x] Add a document * [x] Bump version * [x] Release to PyPI # Relevant Files Found ## piplicenses.py ``` #!/usr/bin/env python # -*- coding: ...
30,602
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## remove name tag from main lock metrics ## Technical Summary <!-- Provide a link to the ticket or document which prompted this change, Describe the rationale and design decisions. --> https://dimagi-dev.atlassian.net/browse/SAA...
4
null
aws-samples/intelligent-shopping-assistant
# Repository Context Name: aws-samples/intelligent-shopping-assistant Description: # Pull Request ## Fix product search parameter order *Issue #, if available:* Product Search is invoked with the wrong parameter order; "index" and "modelName" are swapped *Description of changes:* Changed parameter order line ...
861
null
MasoniteFramework/orm
# Repository Context Name: MasoniteFramework/orm Description: # Pull Request ## implement migrate:fresh Implements #860 I tested it on MySQL, SQLite and Postgres because I had problems running tests. Hopefully you can help me with this tests @josephmancuso # Relevant Files Found ## src/masoniteorm/commands/En...
280
null
abrignoni/iLEAPP
# Repository Context Name: abrignoni/iLEAPP Description: # Pull Request ## Update ilapfuncs.py Allow KMLs to be generated even if a Timestamp value is not present. # Relevant Files Found ## scripts/ilapfuncs.py ``` import csv import datetime import os import pathlib import re import sys import codecs import sqli...
31,656
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## Backport PR #31502 on branch 1.0.x (BUG: Fixed IntervalArray[int].shift) Backport PR #31502: BUG: Fixed IntervalArray[int].shift # Relevant Files Found ## pandas/core/arrays/interval.py ``` from operator import le, lt import textwrap im...
26
null
mcurlej/joft
# Repository Context Name: mcurlej/joft Description: # Pull Request ## Ruff I'm using the default settings here. Let me know if you prefer different line lengths or something else. # Relevant Files Found ## joft/actions.py ``` import logging import typing import jira import joft.models import joft.base def ...
56,700
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Move container-related functions from PodManager to a separate file # Overview We are preparing an update to the KubernetesPodTriggerer workflow to align its startup behavior with that of the synchronous workflow. As part of this effort, we...
5
null
Amourspirit/python-ooouno-ex
# Repository Context Name: Amourspirit/python-ooouno-ex Description: # Pull Request ## msgbox odt example # Relevant Files Found ## main.py ``` # coding: utf-8 import argparse import sys import os from pathlib import Path from cmds import uno_lnk from src.build.build import Builder, BuilderArgs # region parser...
10,333
null
scipy/scipy
# Repository Context Name: scipy/scipy Description: # Pull Request ## TST: add tests for stats.tvar with unflattened arrays Adds tests to gh-8359. Also a cleanup of the previous [PR](https://github.com/scipy/scipy/pull/10264). # Relevant Files Found ## scipy/stats/stats.py ``` # Copyright 2002 Gary Strangman. A...
2,023
null
gunthercox/ChatterBot
# Repository Context Name: gunthercox/ChatterBot Description: # Pull Request ## Clean up format strings It is better to format the string all at once instead of using both formatting and concatenate. # Relevant Files Found ## chatterbot/corpus.py ``` import os import io import glob import yaml from chatterbot_co...
277
null
mlcommons/mlcube
# Repository Context Name: mlcommons/mlcube Description: # Pull Request ## Integrate Docker and Singularity flags This PR integrates the following new flags into MLCube:</p> Description | Docker Flag | Singularity Flag | MLCube Flag -- | -- | -- | -- Network acess | --network | --net | --network Security | ...
22
null
surmenok/keras_lr_finder
# Repository Context Name: surmenok/keras_lr_finder Description: # Pull Request ## Fix lr_mult in find_generator # Relevant Files Found ## keras_lr_finder/lr_finder.py ``` from matplotlib import pyplot as plt import math from keras.callbacks import LambdaCallback import keras.backend as K import numpy as np c...
20
null
crate/cratedb-sqlparse
# Repository Context Name: crate/cratedb-sqlparse Description: # Pull Request ## JavaScript: Add CI configuration for software tests and Dependabot What the title says. Accompanying the other corresponding patch about Python. - GH-10 # Relevant Files Found ## cratedb_sqlparse_py/tests/conftest.py ``` import...
86
null
grycap/ec3
# Repository Context Name: grycap/ec3 Description: # Pull Request ## Add KUBE_TOKEN # Relevant Files Found ## IM2/radl/radl.py ``` # IM - Infrastructure Manager # Copyright (C) 2014 - GRyCAP - Universitat Politecnica de Valencia # # This program is free software: you can redistribute it and/or modify # it unde...
149
null
jsiek/deduce
# Repository Context Name: jsiek/deduce Description: # Pull Request ## Inserting PHole at end of proofs #133 # Relevant Files Found ## error.py ``` from enum import Enum class VerboseLevel(Enum): NONE = 0 CURR_ONLY = 1 FULL = 2 # flag for displaying uniquified names unique_names = False def set_unique_...
57,941
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add support for fan groups ## 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, be sure ...
210
null
ibmdb/python-ibmdb
# Repository Context Name: ibmdb/python-ibmdb Description: # Pull Request ## [ibm_db:1069] createdb and friends broken on Informix fix for problem : https://groups.google.com/forum/#!topic/ibm_db/KXfeQMrct4U # Relevant Files Found ## IBM_DB/ibm_db/ibm_db_dbi.py ``` # +-------------------------------------------...
626
null
pypest/pyemu
# Repository Context Name: pypest/pyemu Description: # Pull Request ## Feat easiertesting Because I keep forgetting how to make local tests work. - script setups up pyemu mamba/conda env - adds pyemu bin dir to the env PATH - calls get_pestpp to get pestpp binaries No longer need to set `local_tests==Tru...
80
null
pytest-dev/pytest-localserver
# Repository Context Name: pytest-dev/pytest-localserver Description: # Pull Request ## Fix pre-commit errors A long line in this docstring was causing the flake8 pre-commit check to fail, so I edited the comment to be compliant. I shortened the lines to about 80 characters for consistency with other comments, even...
51
null
netskopeoss/ta_cloud_exchange_plugins
# Repository Context Name: netskopeoss/ta_cloud_exchange_plugins Description: # Pull Request ## CLS Azure Sentinel 2.0.0 - Added support to sent raw data to the SIEM… … Platform # Relevant Files Found ## azure_sentinel/utils/sentinel_helper.py ``` """ BSD 3-Clause License Copyright (c) 2021, Netskope OSS All ri...
156
null
astropy/pyvo
# Repository Context Name: astropy/pyvo Description: # Pull Request ## Update astropy-helpers to v3.2.1 This is an automated update of the astropy-helpers submodule to v3.2.1. This includes both the update of the astropy-helpers sub-module, and the ``ah_bootstrap.py`` file, if needed. Please note that since v3.2, ...
584
null
solarwinds/apm-python
# Repository Context Name: solarwinds/apm-python Description: # Pull Request ## NH-107698 Python: Add back solarwinds_ready integer_response arg as no-op Add back integer_response arg for compatibility. https://swicloud.atlassian.net/browse/NH-107698 # Relevant Files Found ## solarwinds_apm/api/__init__.py ``` ...
5,070
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## Fix nvme connect issue # Description - GW node firewall stops custom listener ports like 5001 and so on. - GW deployment only opens up standard ports required initially like 4420, 8009, 9100, 5500. - Now opened up port range(5000-60...
2,828
null
chaoss/augur
# Repository Context Name: chaoss/augur Description: # Pull Request ## Dev fixes **Signed commits** - [X] Yes, I signed my commits. # Relevant Files Found ## augur/tasks/git/dependency_tasks/core.py ``` from datetime import datetime import os from augur.application.db.models import * from augur.application.db...
14
null
DavidVujic/python-polylith
# Repository Context Name: DavidVujic/python-polylith Description: # Pull Request ## fix(mypy): path resolution and namespace config # Relevant Files Found ## bases/polylith/poetry_plugin/plugin.py ``` from poetry.console.application import Application from poetry.console.commands.command import Command from po...
102
null
noironetworks/apic-ml2-driver
# Repository Context Name: noironetworks/apic-ml2-driver Description: # Pull Request ## Add the support for multiple vlan blocks for EdgeNat # Relevant Files Found ## apic_ml2/neutron/db/l3out_vlan_allocation.py ``` # Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apach...
3,221
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-3039 Make new nodes in the dep-update workflow Make a separate graph for the destructive operations, and in it, create new nodes and node-instances. For now, only adding nodes is implemented. Removing and modifications ...
1,480
null
valory-xyz/open-autonomy
# Repository Context Name: valory-xyz/open-autonomy Description: # Pull Request ## [0.3.4]: Feat/add termination ## Proposed changes This PR adds a way for an AbciApp to add termination support to it. ## Types of changes What types of changes does your code introduce? (A **breaking change** is a fix or fe...
100
null
Macatools/macapype
# Repository Context Name: Macatools/macapype Description: # Pull Request ## Hotfix pipeline spm # Relevant Files Found ## macapype/pipelines/full_pipelines.py ``` import nipype.interfaces.utility as niu import nipype.pipeline.engine as pe from nipype.interfaces import ants from nipype.interfaces import fsl f...
146
null
dirkjanm/BloodHound.py
# Repository Context Name: dirkjanm/BloodHound.py Description: # Pull Request ## Adding pycryptodome to setup.py Echoes with https://github.com/dirkjanm/BloodHound.py/pull/120 Without `pycryptodome`, we get the following error ``` # bloodhound.py --zip -c All -d "DOMAIN.LOCAL" -u "XXXXXXXXXX" -p "XXXXXXXXXX" -dc...
52
null
ushiboy/nmcli
# Repository Context Name: ushiboy/nmcli Description: # Pull Request ## Develop - fix develop environment. # Relevant Files Found ## tests/data/test_connection.py ``` import pytest from nmcli.data import Connection def test_to_json(): name = 'con' uuid = 'abcdef' conn_type = 'ethernet' device ...
276
null
mouredev/roadmap-retos-programacion
# Repository Context Name: mouredev/roadmap-retos-programacion Description: # Pull Request ## #01 - Python Según yo era algo que podía hacer rápido pero no xd # Relevant Files Found # Edits This pull request adds a Python solution for the first challenge in the roadmap, focusing on operators and control struct...
590
null
os-migrate/os-migrate
# Repository Context Name: os-migrate/os-migrate Description: # Pull Request ## dev: lockfile patch for use_lock process This adds a `remove_lockfiles` and `check_process` method to the `use_locks` decorator to handle responses to waiting for lockfile releases within the conversion hosts. https://issues.redhat.com/...
1,477
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## chore: rename validate_column_comparand utility functions, add pep740 badge Assorted very minor things <!-- # Thanks for contributing a pull request! ## Please make sure you see our contribution guidelines: https://github.com/narw...
2,315
null
VWS-Python/vws-python
# Repository Context Name: VWS-Python/vws-python Description: # Pull Request ## Make tests run faster by configuring mock # Relevant Files Found ## tests/conftest.py ``` """ Configuration, plugins and fixtures for `pytest`. """ import io from collections.abc import Generator from pathlib import Path import py...
3,763
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fixed issue #3760, handle X10 unit numbers greater than 9. **Description:** Added the colon to the string array index to slice all characters past the first one, to handle unit numbers that have more than one digit, any greater than 9. *...
350
null
ctripcorp/flybirds
# Repository Context Name: ctripcorp/flybirds Description: # Pull Request ## Bump version: 0.7.15 → 0.7.16 & add step for request assert # Relevant Files Found ## flybirds/core/dsl/globalization/i18n.py ``` # -*- coding: utf-8 -*- globalization = { "en": { "rerun failed scenario": u"rerun failed ...
317
null
natcap/invest
# Repository Context Name: natcap/invest Description: # Pull Request ## Update the layer name of delineated watersheds This PR fixes #310 by adding the suffix to the layer name of the delineated watershed vector. # Relevant Files Found ## src/natcap/invest/delineateit.py ``` """DelineateIt wrapper for pygeoproce...
368
null
xcube-dev/xcube
# Repository Context Name: xcube-dev/xcube Description: # Pull Request ## Added link to "rechunker" Closes #335 (for time being). Checklist: * [ ] ~Add unit tests and/or doctests in docstrings~ * [x] Add docstrings and API docs for any new/modified user-facing classes and functions * [x] New/modified featur...
7,231
null
pytorch/vision
# Repository Context Name: pytorch/vision Description: # Pull Request ## Image and Mask can accept PIL images Description: - Fixes "make Image(some_pil_image)" from TODO list (https://github.com/pytorch/vision/issues/7217) - Added tests - Updated dataset wrapper - Increase tolerence for flaky cpu-bbox-rotatio...
809
null
argilla-io/distilabel
# Repository Context Name: argilla-io/distilabel Description: # Pull Request ## Add default name for a pipeline ## Description Generate a random name for the pipeline if one is not given by default, to simplify cognitive load: ```python from distilabel.pipeline import Pipeline with Pipeline() as pipeline:...
54
null
calkit/calkit
# Repository Context Name: calkit/calkit Description: # Pull Request ## Add 'list' command to CLI # Relevant Files Found ## calkit/cli/main.py ``` """Main CLI app.""" from __future__ import annotations import os import subprocess import typer from typing_extensions import Annotated, Optional import calkit f...
108
null
mne-tools/mne-qt-browser
# Repository Context Name: mne-tools/mne-qt-browser Description: # Pull Request ## ENH: Better dark colors This at least sets up a framework by which we can set the dark mode analogs for our light-mode colors: | main-dark | main/PR-light | PR-dark | | -- | -- | -- | | <img width="1000" alt="Screen Shot 2022-04...
76
null
apmcleod/harmonic-inference
# Repository Context Name: apmcleod/harmonic-inference Description: # Pull Request ## Bugfixes when using (the) force A first necessary bugfix in `ms3`, necessary for resolving issue #77 # Relevant Files Found ## harmonic_inference/utils/forces.py ``` """A module containing functions to load forced labels from ...
7,374
null
TencentBlueKing/blueking-dbm
# Repository Context Name: TencentBlueKing/blueking-dbm Description: # Pull Request ## fix(mongodb): mongo用户权限规则授权修复 #7373 # Relevant Files Found ## dbm-ui/backend/db_services/mongodb/permission/db_authorize/handlers.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support the open source commun...
315
null
openmaptiles/openmaptiles-tools
# Repository Context Name: openmaptiles/openmaptiles-tools Description: # Pull Request ## Include all *name* tags in `slice_language_tags` When tags like `mtb:name:en` or `seamark:name` are included in `tags` mapping section, the existing implementation of `slice_language_tags` prevents their inclusion in the `tran...
346
null
HazyResearch/fonduer
# Repository Context Name: HazyResearch/fonduer Description: # Pull Request ## Add table argument to Labeler.apply, which can now be used to annotate gold labels I've feeling that it is very cumbersome to load gold labels. This new feature would allow users to do so very easily. Any feedback (comment, suggestio...
173
null
mitre/caldera
# Repository Context Name: mitre/caldera Description: # Pull Request ## changing filestore to payloads # Relevant Files Found ## app/terminal/modes/session.py ``` import socket import struct from aioconsole import ainput from app.terminal.mode import Mode class Session(Mode): def __init__(self, services...
695
null
ministryofjustice/analytics-platform-control-panel
# Repository Context Name: ministryofjustice/analytics-platform-control-panel Description: # Pull Request ## Use node-sass to compile SCSS and remove django-sass-processor * django-sass-processor has bugs in the management command for precompiling SCSS files to CSS * we don't need to compile SCSS on request/server...
5,965
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## fix permission service init race condition <!-- Describe the changes in this PR --> I noticed a CI test failure on my other PR (which was resolved with a rerun) - inspection of the [test failure](https://github.com/skypilot-org/skypilo...
33,462
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## ci: eliminate unnecessary sleep to shorten UI report run time Additionally, minor cleanups have been performed to remove setup_common # Relevant Files Found ## selfdrive/ui/tests/test_ui/run.py ``` from collections import namedtuple impo...
846
null
python-poetry/poetry-core
# Repository Context Name: python-poetry/poetry-core Description: # Pull Request ## fix `reduce_by_python_constraint` for marker unions E.g. if the python constraint is `>=3.9`, reducing `python_version >= "3.8" or sys_platform == "linux"` should be `AnyMarker` (not `sys_platform == "linux"`). Resolves: python-p...
1,174
null
SWE-agent/SWE-agent
# Repository Context Name: SWE-agent/SWE-agent Description: # Pull Request ## Fix: Manual multiline command execution in human model # Relevant Files Found ## sweagent/agent/models.py ``` from __future__ import annotations import copy import json import os import random import shlex import threading import tim...