pr_id
int64
repo_id
null
repo_name
string
text
string
6
null
jwprice100/vcst
# Repository Context Name: jwprice100/vcst Description: # Pull Request ## Fixing examples and GHDL support. # Relevant Files Found ## tests/vhdl/cocotb_examples/hdl/dff_cocotb.py ``` # ============================================================================== # Authors: Martin Zabel # # Cocotb Testbench: F...
153,361
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Explicit pass in the config entry to coordinator in airtouch4 <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- De...
28
null
jscohen4/orca
# Repository Context Name: jscohen4/orca Description: # Pull Request ## Cohen master edits Sped up clac_indices scripts- now need to get climate scenarios running in it (with precip and evap data) # Relevant Files Found ## main.py ``` import numpy as np import pandas as pd import matplotlib.pyplot as plt from or...
71,084
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix /config/server_control redirect <!-- 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 breaki...
760
null
ONSdigital/ras-frontstage
# Repository Context Name: ONSdigital/ras-frontstage Description: # Pull Request ## Something else # What and why? Adds a 'something else' help section to the survey help # How to test? # Trello https://trello.com/c/6opulCrZ/463-s42a-user-self-serve-something-else # Relevant Files Found ## frontstage/...
156,751
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix ZHA custom quirks friendly name priority ## Proposed change This PR fixes a long-standing issue in ZHA where entities generated from **custom quirks** incorrectly use the device class name, instead of the fallback name, when a tran...
649
null
betagouv/Aidants_Connect
# Repository Context Name: betagouv/Aidants_Connect Description: # Pull Request ## Fix d'une régression sur PersonnelForm introduite par #638 Cette régression provoque une 500 sur la page de personnel lorsque qu'un formulaire aidant contient une erreur. Elle a été introduite parce que `AidantRequestFormSet.is_empty...
4,758
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Allow comment match with preceding line Another one found during testing against our project. IMHO I think the comment indentation rules are _too strict_ right now. While I agree that the default _fix_ anchor should be the _following_ line ...
138
null
innogames/serveradmin
# Repository Context Name: innogames/serveradmin Description: # Pull Request ## Show current version in Servershell Show current version in the top right of the navigation. # Relevant Files Found ## serveradmin/common/templatetags/common.py ``` """Serveradmin Copyright (c) 2020 InnoGames GmbH """ from django i...
1,834
null
aeon-toolkit/aeon
# Repository Context Name: aeon-toolkit/aeon Description: # Pull Request ## [MNT] Automated `pre-commit` hook update Automated weekly update to `.pre-commit-config.yaml` hook versions. # Relevant Files Found ## aeon/testing/expected_results/regressor_results_reproduction.py ``` """Functions for generating stored...
3,112
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## Expose `color_scheme` on TabsTrigger Allow the user to customize the "active" underline color of each tab trigger. ```python import reflex as rx def index(): return rx.tabs.root( rx.tabs.list( rx.tabs.t...
1,145
null
fractal-analytics-platform/fractal-server
# Repository Context Name: fractal-analytics-platform/fractal-server Description: # Pull Request ## 1076 use slurm account in slurm runner ## Checklist before merging - [x] I added an appropriate entry to `CHANGELOG.md` - [x] I merged `main` into the current branch. # Relevant Files Found ## fractal_server/ap...
35,762
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## [liburing] Adds liburing package Adds the liburing package. # Relevant Files Found # Edits This pull request adds a new package for `liburing`, a library that simplifies the use of Linux's io_uring interface for asynchronous I/O operations. ...
1,162
null
nilearn/nilearn
# Repository Context Name: nilearn/nilearn Description: # Pull Request ## Fixes issue #1161 Fixes issue #1161. # Relevant Files Found ## nilearn/image/image.py ``` """ Preprocessing functions for images. See also nilearn.signal. """ # Authors: Philippe Gervais, Alexandre Abraham # License: simplified BSD impo...
3,871
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## fix(spotlight): Use the spotlight_url passed into the SDK when loading Spotlight When we inject spotlight, we don't set the correct sidecar URL. This is an issue when a user defines a custom sidecar URL where we are able to load Spotl...
78
null
colomemaria/epiScanpy
# Repository Context Name: colomemaria/epiScanpy Description: # Pull Request ## Fixing the design fault of bld_mtx_bed fixing bld_mtx_bed to build count matrices on all feature spaces loaded # Relevant Files Found ## episcanpy/api/ct.py ``` from ..count_matrix._features import load_features, make_windows, size_f...
430
null
deep-learning-indaba/Baobab
# Repository Context Name: deep-learning-indaba/Baobab Description: # Pull Request ## Created the registration-volunteer role Added in the registration volunteer role Fixes #430 # Relevant Files Found ## api/app/attendance/api.py ``` from flask import g import flask_restful as restful from flask_restful impo...
174
null
nbQA-dev/nbQA
# Repository Context Name: nbQA-dev/nbQA Description: # Pull Request ## DEP update black # Relevant Files Found ## nbqa/__main__.py ``` """Run third-party tool (e.g. :code:`mypy`) against notebook or directory.""" import argparse import configparser import os import re import shutil import subprocess import sy...
476
null
sdatkinson/neural-amp-modeler
# Repository Context Name: sdatkinson/neural-amp-modeler Description: # Pull Request ## [FEATURE] Allow unequal-length input and output end-trim both to the shorter of the two. In the standardized trainers, allow for an output that's up to 1 second longer than the input. Resolves #475 # Relevant Files Foun...
4,711
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Trivial clarification for 'dead' function documentation I want to clarify the documentation for this method as it was not immediately clear what dead really meant. # Relevant Files Found ## salt/states/service.py ``` ''' Starting or restar...
5,731
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Temporarily pin fsspec Fix #5730. # Relevant Files Found ## setup.py ``` # Lint as: python3 """ HuggingFace/Datasets is an open library of datasets. Note: VERSION needs to be formatted following the MAJOR.MINOR.PATCH convention ...
989
null
dry-python/returns
# Repository Context Name: dry-python/returns Description: # Pull Request ## Enables Pattern Matching support for `Maybe` container # Enables Pattern Matching support for `Maybe` container ## Checklist - [X] I have double checked that there are no unrelated changes in this pull request (old patches, accidenta...
211
null
onepercentclub/onepercentclub-site
# Repository Context Name: onepercentclub/onepercentclub-site Description: # Pull Request ## Drf 2.2 # Relevant Files Found ## apps/bluebottle_drf2/permissions.py ``` from rest_framework import permissions # TODO: Add write permission for 1%CREW / Assistants. class IsAuthorOrReadOnly(permissions.BasePermissio...
420
null
mraniki/tt
# Repository Context Name: mraniki/tt Description: # Pull Request ## ✅ unit test # Relevant Files Found ## src/bot.py ``` """ TalkyTrader 🪙🗿 """ __version__ = "1.8.2" import os import sys import asyncio import socket import uvicorn import ping3 from fastapi import FastAPI import ccxt from dxsp import DexSwa...
174
null
spetlr-org/spetlr
# Repository Context Name: spetlr-org/spetlr Description: # Pull Request ## Simple loader with partition overwrite ## What type of PR is this? (check all applicable) - Feature ### Overview Add new flag to SimpleLoader to dynamically overwrite partitions. ### Does this PR introduce a breaking change? No ...
402
null
virt-s1/os-tests
# Repository Context Name: virt-s1/os-tests Description: # Pull Request ## Add case test_check_cloudinit_log_attributeerror - check if there is AttributeError, TypeError or NameError in log file - this case is useful when backport upstream patch # Relevant Files Found ## os_tests/tests/test_cloud_init.py ``` im...
854
null
buildtesters/buildtest
# Repository Context Name: buildtesters/buildtest Description: # Pull Request ## add 'status' and 'metrics' field in 'executors' property # Relevant Files Found ## buildtest/buildsystem/base.py ``` """ BuilderBase class is an abstract class that defines common functions for any types of builders. Each type sche...
3,959
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Audit when services are suspended or archived https://www.pivotaltracker.com/story/show/178770416 Please see the commit messages for more details. # Relevant Files Found ## app/event_handlers.py ``` from flask import request ...
136
null
ajdawson/windspharm
# Repository Context Name: ajdawson/windspharm Description: # Pull Request ## DOC: update external links As for https://github.com/ajdawson/eofs/pull/160 Update Cartopy, Iris, Xarray and Conda links to new locations. Update `http` to `https`. # Relevant Files Found ## examples/iris/rws_example.py ``` """Comp...
10,787
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## use config rope_theta ## Description use config rope_theta in llama # Relevant Files Found ## python/llm/src/ipex_llm/transformers/models/llama.py ``` # # Copyright 2016 The BigDL Authors. # # Licensed under the Apache License, Version 2.0...
5,833
null
voxel51/fiftyone
# Repository Context Name: voxel51/fiftyone Description: # Pull Request ## various fixes and enhancements for scenario analysis in ME panel ## What changes are proposed in this pull request? (Please fill in changes proposed in this fix) ## How is this patch tested? If it is not, please explain why. (Detail...
585
null
sphinx-contrib/confluencebuilder
# Repository Context Name: sphinx-contrib/confluencebuilder Description: # Pull Request ## tests-validation: span navigation across all validation pages Configure the validation page generation to build navigational links between each validation page's documentation set. # Relevant Files Found ## sphinxcontrib/co...
764
null
redhat-performance/cloud-governance
# Repository Context Name: redhat-performance/cloud-governance Description: # Pull Request ## Skip the termination of ec2_stop instances ## Type of change Note: Fill **x** in [] - [ ] bug - [ ] enhancement - [ ] documentation - [x] dependencies ## Description <!--- Describe your changes below --> ## F...
115
null
pierrepo/PBxplore
# Repository Context Name: pierrepo/PBxplore Description: # Pull Request ## [Proposal] Optimize PBassign when reading xtc trajectory Hi, I continue my quest of optimize PBxplore. In this PR, I focused mainly on the reading of xtc trajectory through MDAnalysis and I was able to gain ~15% speed-up. First, I introdu...
2,872
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## Release azure-cli 2.0.3 # Relevant Files Found ## src/azure-cli/azure/cli/__init__.py ``` # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights res...
2,452
null
LAION-AI/Open-Assistant
# Repository Context Name: LAION-AI/Open-Assistant Description: # Pull Request ## Add oa leet10k dataset for SFT training - add current llama-30 SFT training configuration - print eval dataset sizes - remove some verbose prints during startup # Relevant Files Found ## model/model_training/custom_datasets/instru...
113
null
stephenhky/PyShortTextCategorization
# Repository Context Name: stephenhky/PyShortTextCategorization Description: # Pull Request ## Handling Python 3.6 dependency # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # # shorttext documentation build configuration file, created by # sphinx-quickstart on Tue Nov 15 15:25:44 2016. # # T...
20
null
bluesky/scanspec
# Repository Context Name: bluesky/scanspec Description: # Pull Request ## Smallest step - Adds 'smallest step per axis' and 'absolute smallest step' parameters to the get_points query - Absolute smallest step is handled as a resolver - Removes optional types caused by dict.get commands # Relevant Files Found ...
1,151
null
celery/kombu
# Repository Context Name: celery/kombu Description: # Pull Request ## #1149 Enabled ssl certificate verification against ca certificates when amqps is used for pyamqp transport # Relevant Files Found ## kombu/transport/pyamqp.py ``` """Pure-Python amqp transport.""" from __future__ import absolute_import, unic...
19
null
voila-dashboards/tljh-voila-gallery
# Repository Context Name: voila-dashboards/tljh-voila-gallery Description: # Pull Request ## Update to the latest voila Using the latest version of `voila` when building the docker images. # Relevant Files Found ## tljh-voila-gallery/tljh_voila_gallery/build_images.py ``` import os from pathlib import Path imp...
98
null
PyWavelets/pywt
# Repository Context Name: PyWavelets/pywt Description: # Pull Request ## fix downcoef detail coefficients for level > 1 This addresses issue #97 and adds an additional set of tests. # Relevant Files Found ## pywt/src/_pywt.pyx ``` # Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/> # See COPYING for ...
118,663
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove legacy list event calendar service <!-- 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 ...
19,118
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## Optimize insert from delta file. <!-- Merging Requirements: - Please give your PR a title that is release-note friendly - In order to be merged, you must add the most appropriate category Label (Added, Changed, Fixed) to your P...
3
null
Ctoic/Intermediate-Python
# Repository Context Name: Ctoic/Intermediate-Python Description: # Pull Request ## Remove unused imports An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed. # Relevant Files Found ## Matplot-Code/rand.py ``` import matplotlib.pyplot as plt ...
3,515
null
pypa/setuptools
# Repository Context Name: pypa/setuptools Description: # Pull Request ## Prevent optional extensions from crashing editable builds <!-- First time contributors: Take a moment to review https://setuptools.pypa.io/en/latest/development/developer-guide.html! --> <!-- Remove sections if not applicable --> ## Summa...
3,353
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## Use twine environment variables if set The reflex publish command utilizes twine under the covers to publish to PyPI. However, reflex will effectively ignore twine environment variables and expect token or username/password to be passed via...
1
null
rday/py-intervalsicu
# Repository Context Name: rday/py-intervalsicu Description: # Pull Request ## Docs Updates for documentation # Relevant Files Found ## src/intervalsicu/api/intervals.py ``` import requests import datetime from .error import CredentialError, ClientError from .workout import Workout, Folder from .activity import...
1,040
null
ReliaQualAssociates/ramstk
# Repository Context Name: ReliaQualAssociates/ramstk Description: # Pull Request ## refactor: refactor the plot widget class ## Does this PR introduce a breaking change? - [ ] Yes - [X] No <!-- If yes, describe the impact and migration path below. --> ## Describe the purpose of this pull request. To refac...
1,735
null
mars-project/mars
# Repository Context Name: mars-project/mars Description: # Pull Request ## Add preliminary statsmodels support ## What do these changes do? Add distributed model for statsmodels library. As statsmodels does not support model analysis for `RegularizedResults` generated from `DistributedModel`, it is not implemen...
142,138
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Abort if a flow is removed during a step <!-- 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 pictur...
110,909
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix cloud test RuntimeWarning ## Proposed change Fix test `RuntimeWarning`. `prefs.async_update` is a coroutine and as such should be awaited. ```py tests/components/cloud/test_http_api.py::test_enabling_remote_remote_activation_not_al...
19
null
jwodder/outgoing
# Repository Context Name: jwodder/outgoing Description: # Pull Request ## Add support for Python 3.13 # Relevant Files Found ## src/outgoing/__init__.py ``` """ Common interface for multiple e-mail methods ``outgoing`` provides a common interface to multiple different e-mail sending methods (SMTP, sendmail, m...
604
null
PyCQA/isort
# Repository Context Name: PyCQA/isort Description: # Pull Request ## In iter_source_code() include Python scripts without an extension A file starting with the line: ``` #!/usr/bin/env python ``` Or ``` #!/usr/bin/python ``` And other variations, are Python scripts and frequently do not have a ...
414
null
reata/sqllineage
# Repository Context Name: reata/sqllineage Description: # Pull Request ## refactor: reduce sqlparse only test cases Closes #347 Closes #348 Closes #408 # Relevant Files Found ## setup.py ``` import os import platform import shlex import shutil import subprocess from setuptools import find_packages, setup ...
116
null
truckersmp-cli/truckersmp-cli
# Repository Context Name: truckersmp-cli/truckersmp-cli Description: # Pull Request ## Support Discord rich presence via wine-discord-ipc-bridge Closes #112 # Relevant Files Found ## truckersmp_cli/args.py ``` """ Arguments handler for truckersmp-cli main script. Licensed under MIT. """ import argparse import...
28
null
i3thuan5/SuiSiann-HunLian
# Repository Context Name: i3thuan5/SuiSiann-HunLian Description: # Pull Request ## gpu Unknown error - Kā參數khioh去`.env`,較好管 - 若是bô `nvidia-smi 失敗`,就設做`unhealth`,[willfarrell/autoheal](https://hub.docker.com/r/willfarrell/autoheal)會kā重開。 # Relevant Files Found ## fatchord-WaveRNN/hokbu-khuanking/gen_tacotron.p...
162
null
ksamuk/pixy
# Repository Context Name: ksamuk/pixy Description: # Pull Request ## Experimental fix for ploidy issues - scikit-allel does not actually determine ploidy automatically - I have implemented a fix that checks the first genotype for ploidy and forces scikit-allel to use that ploidy - I also had to add logic for the...
575
null
ucfopen/canvasapi
# Repository Context Name: ucfopen/canvasapi Description: # Pull Request ## Updating documentation to include references to AssignmentOverride an… …d to display functionality of same. # Proposed Changes * This adds a reference to the autoclass for Assignments to pull in the AssignmentOverride details * Also ...
6
null
gopuman/ADM
# Repository Context Name: gopuman/ADM Description: # Pull Request ## added summary metrics for all summaries # Relevant Files Found # Edits This pull request adds evaluation metrics for summary comparisons using the ROUGE scoring system. It processes summary files numbered 0 to 9, reading each file to extrac...
38,636
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Standardize Vizio update service schema ## Proposed change This is a follow up to comments @MartinHjelmare made on #36739. `vol.Or` was updated to `vol.Any`, the data transformations that were being performed in the service function are ...
2,020
null
facebookresearch/habitat-lab
# Repository Context Name: facebookresearch/habitat-lab Description: # Pull Request ## HITL - Fix choppy continuous remote input. ## Motivation and Context This improves continuous inputs (scrolling, dragging) coming from remote clients. | Before | After | | --- | --- | | <video src="https://github.com/user...
200
null
box/box-python-sdk-gen
# Repository Context Name: box/box-python-sdk-gen Description: # Pull Request ## docs: Add note about conflicting segments `(box/box-openapi#433)` # Relevant Files Found ## box_sdk_gen/managers/sign_requests.py ``` from enum import Enum from typing import Optional from typing import Dict from box_sdk_gen.int...
1,133
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## Fix #1132 -- don’t CWD to dir-with-conf.py if not needed This is #1132. # Relevant Files Found ## nikola/__main__.py ``` # -*- coding: utf-8 -*- # Copyright © 2012-2014 Roberto Alsina and others. # Permission is hereby granted, free of...
331
null
cihai/unihan-db
# Repository Context Name: cihai/unihan-db Description: # Pull Request ## Toughen rough linting # Changes ## ruff linting ### flake8-commas (COM) - https://docs.astral.sh/ruff/rules/#flake8-commas-com - https://pypi.org/project/flake8-commas/ ### flake8-builtins (A) - https://docs.astral.sh/ruff/rul...
24
null
ManimCommunity/ManimPango
# Repository Context Name: ManimCommunity/ManimPango Description: # Pull Request ## Add unicode support to MarkupUtils.validate It was broken in previous commits... Also, passing `-1` seems to be better because finding length for encoded characters is depreciated in python, in Linux and macOS. /cc @PhilippImhof ...
289
null
BBN-Q/Auspex
# Repository Context Name: BBN-Q/Auspex Description: # Pull Request ## Fix/hw avg per channel or per instrument HW averaging, fixes SW pipeline averager automatically for user # Relevant Files Found ## src/auspex/exp_factory.py ``` # Copyright 2016 Raytheon BBN Technologies # # Licensed under the Apache License,...
209
null
E3SM-Project/zppy
# Repository Context Name: E3SM-Project/zppy Description: # Pull Request ## Shorten tests Shorten tests -- specifically shorten the amount of time required to run `zppy` on `test_complete_run.cfg` before actually running `test_complete_run.py`. Resolves #128. # Relevant Files Found ## tests/integration/test_compl...
5
null
RolandoAndrade/general-simulation-framework
# Repository Context Name: RolandoAndrade/general-simulation-framework Description: # Pull Request ## Refactor unnecessary `else` / `elif` when `if` block has a `raise` statement # Relevant Files Found ## src/gsf/core/entity/core/entity.py ``` from __future__ import annotations from abc import abstractmethod ...
405
null
BBN-Q/Auspex
# Repository Context Name: BBN-Q/Auspex Description: # Pull Request ## APS3 + SA drivers APS3 and Tektronix RSA3308A SA drivers # Relevant Files Found ## src/auspex/instruments/X6.py ``` # Copyright 2016 Raytheon BBN Technologies # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not u...
2,586
null
snowflakedb/snowflake-cli
# Repository Context Name: snowflakedb/snowflake-cli Description: # Pull Request ## SNOW-2280069: resolve ctx.var in JINJA templating ### Pre-review checklist * [x] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [x] I've added or updated automate...
826
null
awst-austria/qa4sm
# Repository Context Name: awst-austria/qa4sm Description: # Pull Request ## Ismn on map and geojson # Relevant Files Found ## validator/validation/globals.py ``` from django.conf import settings from datetime import datetime import pandas as pd import numpy as np from validator.models import ValidationRun OUT...
111
null
hypothesis/checkmate
# Repository Context Name: hypothesis/checkmate Description: # Pull Request ## Add AllowRule.tags DB migration # Relevant Files Found # Edits This pull request adds a `tags` column to the `allow_rule` database table to support tagging of allow rules. The migration introduces an array of strings field, stored ...
18
null
valohai/valohai-cli
# Repository Context Name: valohai/valohai-cli Description: # Pull Request ## Fix environment select on execution run # Relevant Files Found ## tests/commands/execution/test_run.py ``` import json import pytest import requests_mock from tests.fixture_data import CONFIG_YAML, EXECUTION_DATA, PROJECT_DATA from ...
70
null
adafruit/Adafruit_CircuitPython_ESP32SPI
# Repository Context Name: adafruit/Adafruit_CircuitPython_ESP32SPI Description: # Pull Request ## Modify esp32 socket.write to reflect socket core module api Switching `socket.write` to `socket.send` to match the [CircuitPython Socket API](https://circuitpython.readthedocs.io/en/latest/shared-bindings/socket/__ini...
110
null
hypothesis/checkmate
# Repository Context Name: hypothesis/checkmate Description: # Pull Request ## Add tags column to AllowRule model Depends on https://github.com/hypothesis/checkmate/pull/111 # Relevant Files Found ## checkmate/models/db/allow_rule.py ``` """Model for our own allow rules.""" import sqlalchemy as sa from checkma...
141
null
tobami/littlechef
# Repository Context Name: tobami/littlechef Description: # Pull Request ## Add parallel Fabric support This adds a `--parallel` option to fix that allows nodes to be configured in parallel. Required a bit of shifting around in how the node data bags are built and accessed as well as using Fabric's `execute` functi...
103
null
kevlar-dev/kevlar
# Repository Context Name: kevlar-dev/kevlar Description: # Pull Request ## Handle contaminants and reference the same way using a unified "mask" interface Our working definition for an "interesting" k-mer is one that is high abundance in the proband and effectively absent from the parents and siblings. In the cont...
24,836
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## vulkan-loader: bump to 1.3.290.0 Adjustment for tests CMakeLists ### Summary Changes to recipe: **vulkan-loader/1.3.290.0** #### Motivation Current top version `1.3.268.0` doesn't build when using `clang` on Windows an...
10
null
closeio/socketshark
# Repository Context Name: closeio/socketshark Description: # Pull Request ## Fix race condition when the receiver sends a message to a closed WebSocket If a client had high latency (ping timeout), and a service pushed out a message right after the ping timeout but before the socket fully closed, socketshark would ...
86
null
unitedstates/inspectors-general
# Repository Context Name: unitedstates/inspectors-general Description: # Pull Request ## Replace "%s/%s" with os.path.join() This is a small change, but it's more "Pythonic," and it results in using the appropriate path separator for the OS. # Relevant Files Found ## inspectors/dod.py ``` #!/usr/bin/env python...
46
null
huggingface/controlnet_aux
# Repository Context Name: huggingface/controlnet_aux Description: # Pull Request ## Allow package to be usable without mediapipe Allow controlnet_aux to be usable without mediapipe being installed. # Relevant Files Found ## src/controlnet_aux/mediapipe_face/mediapipe_face_common.py ``` from typing import Mappin...
1,098
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Refactoring. # Relevant Files Found ## price_grabber/price.py ``` import time from magic import rotation from shared import configuration, database def info(card, force=False): if not force: r = info_ca...
9
null
coltonbh/qcio
# Repository Context Name: coltonbh/qcio Description: # Pull Request ## Feature program args dual program args # Relevant Files Found ## qcio/__init__.py ``` # https://github.com/python-poetry/poetry/pull/2366#issuecomment-652418094 from importlib import metadata from .models import * # noqa: F403 __version_...
1,266
null
openghg/openghg
# Repository Context Name: openghg/openghg Description: # Pull Request ## Removing measurement_type from parse functions which don't use this. * **Summary of changes** (Bug fix, feature, docs update, ...) This PR removes the `measurement_type` parameter from the `parse_*` functions where this is included but cur...
2,011
null
mongodb/mongo-python-driver
# Repository Context Name: mongodb/mongo-python-driver Description: # Pull Request ## PYTHON-4980 Ignore network error on killAllSessions PYTHON-4980 Ignore network error on killAllSessions # Relevant Files Found ## test/asynchronous/unified_format.py ``` # Copyright 2020-present MongoDB, Inc. # # Licensed under...
23
null
RUCAIBox/TextBox
# Repository Context Name: RUCAIBox/TextBox Description: # Pull Request ## FEA: finish generation of rnnencdec and bart # Relevant Files Found ## textbox/data/dataloader/abstract_dataloader.py ``` # @Time : 2020/11/4 # @Author : Gaole He # @email : hegaole@ruc.edu.cn """ textbox.data.dataloader.abstract_dat...
1,764
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## Update quadratic equations solver Use Python's complex number module cmath for the calculation of the roots This also now fully computes the roots. Previous implementation did not handle the final division with complex roots: ex: ...
1,874
null
falconry/falcon
# Repository Context Name: falconry/falcon Description: # Pull Request ## docs(routing): updated routing with examples of suffixed responders # Summary of Changes Updated the routing page of the docs to include example usage of suffixed responders. Shows how suffixed responders can add flexibility to how Falcon ...
48
null
OnroerendErfgoed/crabpy
# Repository Context Name: OnroerendErfgoed/crabpy Description: # Pull Request ## 46 street # Relevant Files Found ## crabpy/gateway/crab.py ``` # -*- coding: utf-8 -*- ''' This module contains an opionated gateway for the crab webservice. .. versionadded:: 0.3.0 ''' from __future__ import unicode_literals im...
86
null
google-marketing-solutions/Tightlock
# Repository Context Name: google-marketing-solutions/Tightlock Description: # Pull Request ## Fix bigquery validation error when providing empty or invalid credentials This should fix validation errors when editing bigquery data source # Relevant Files Found ## dags/sources/bigquery.py ``` """ Copyright 2023 G...
25
null
rakuri255/UltraSinger
# Repository Context Name: rakuri255/UltraSinger Description: # Pull Request ## - No linebreak before file end ' E' # Relevant Files Found ## moduls/Ultrastar/ultrastar_writer.py ``` from moduls.Ultrastar.ultrastar_converter import real_bpm_to_ultrastar_bpm, second_to_beat from moduls.Log import PRINT_ULTRASTAR...
2,477
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Fix numpy integer table access in py 3.x This fixes what I think is a bug in how `Table.__getitem__` works. In py 2.x, the following works fine: ``` t = Table(...) idxs = np.random.randint(len(t), size=2) t[idxs[0]] ``` But the exact same ...
1,456
null
quantumlib/Qualtran
# Repository Context Name: quantumlib/Qualtran Description: # Pull Request ## Default `Bloq.get_ctrl_system`: Use `And` ladder to reduce multiple controls to single control use `ControlledViaAnd` for any non-trivial control spec, to reduce to an `And` ladder and a singly controlled bloq. This could resolve #1452...
2,748
null
fonttools/fontbakery
# Repository Context Name: fonttools/fontbakery Description: # Pull Request ## Added rationale to license_url check and improved working of log messages. (issue #2666) # Relevant Files Found ## Lib/fontbakery/profiles/googlefonts.py ``` import os from fontbakery.profiles.universal import UNIVERSAL_PROFILE_CHECK...
12
null
togethercomputer/RedPajama-Data
# Repository Context Name: togethercomputer/RedPajama-Data Description: # Pull Request ## Wikipedia added dir to wikipedia readme and removed a redundant pickle import # Relevant Files Found ## data_prep/book/download.py ``` from datasets import load_dataset import pickle book_dataset = load_dataset("the_pile_b...
2,684
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Fix advanced checkin Now properly checks students in, allows for updating a student's checkin, redirects to search for another user after each checkin, and shows a message to alert the admin that the checkin was successful. ...
866
null
run-x/opta
# Repository Context Name: run-x/opta Description: # Pull Request ## Small fix for azure # Description # Safety checklist * [ ] This change is backwards compatible and safe to apply by existing users * [ ] This change will NOT lead to data loss * [ ] This change will NOT lead to downtime who already has an ...
20
null
elephant-track/elephant-server
# Repository Context Name: elephant-track/elephant-server Description: # Pull Request ## ELEPHANT server v0.4.3 -> v0.4.4 # ELEPHANT server v0.4.4 ## Updates - Fix an issue in pad - when n_keep_axials==4, slicing in removing pad gave an error # Relevant Files Found ## elephant-core/elephant/version.py `...
335
null
apache/cassandra-ccm
# Repository Context Name: apache/cassandra-ccm Description: # Pull Request ## modified functions Added a couple of utilities to node, will update later with some comments as to how they work. # Relevant Files Found ## ccmlib/node.py ``` # ccm node from __future__ import with_statement from six import print_, ...
18,419
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Add refund reasons to sample DB I want to merge this change because it adds initial support for the Refund Reason feature in the sample database. It ensures that new projects or clients have a working example of refund reasons out-of-the-box. ...