pr_id
int64
repo_id
null
repo_name
string
text
string
69
null
ur-whitelab/hoomd-tf
# Repository Context Name: ur-whitelab/hoomd-tf Description: # Pull Request ## Added reverse mol index to convert mol_nlist to in molecule indices This makes it possible to convert from an atom index to a molecule index, using a new graphbuilder attributed `rev_mol_index`. # Relevant Files Found ## htf/__init__....
76,873
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add periodic system stats to hardware integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the b...
1,278
null
Increase/increase-python
# Repository Context Name: Increase/increase-python Description: # Pull Request ## release: 0.402.0 Automated Release PR --- ## 0.402.0 (2025-11-26) Full Changelog: [v0.401.0...v0.402.0](https://github.com/Increase/increase-python/compare/v0.401.0...v0.402.0) ### Features * **api:** api update ([2b9c5ca](https...
118,195
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Standardize LLM instructions prompt <!-- 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...
4,968
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-XXX] Fix race condition in CI test After https://github.com/apache/airflow/pull/4808 is merged, we seem to hit a race condition in one of the test. I think in unit test mode we disable the sleeep in https://github.com/apache/airflow/p...
718
null
lumicks/pylake
# Repository Context Name: lumicks/pylake Description: # Pull Request ## touchdown: fix brittle test **Why this PR?** This test is brittle. In some cases, it ends up with no datapoints due to being right on the edge when masking. Better to have specific tests for both cases (and gracefully handle the no-data ca...
302
null
RedHatInsights/ros-backend
# Repository Context Name: RedHatInsights/ros-backend Description: # Pull Request ## Refs #RHINENG-103 - remove REQUESTS_CA_BUNDLE env ## PR Title :boom: Please title this PR with a summary of the change, along with the JIRA card number. Suggested formats: 1. Fixes/Refs #RHIROS-XXX - Title 2. RHIROS-XXX ...
1,325
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Update image (BEI) <!-- What does this PR add, remove, and/or change? --> ## :rocket: What Docker image version bump Please approve and press the merge button directly. # Relevant Files Found ## truss/base/constants.py ``` ...
881
null
thingsboard/thingsboard-gateway
# Repository Context Name: thingsboard/thingsboard-gateway Description: # Pull Request ## Changed certificate generation algorithm # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- # Copyright 2019. ThingsBoard # # Licensed under the Apache License, Version 2.0 (the "License"); # you m...
2
null
Optibus/playback
# Repository Context Name: Optibus/playback Description: # Pull Request ## Build pypi # Relevant Files Found ## setup.py ``` import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="playback-studio", version="0.0.1", author="Optibus", author...
6
null
fredo838/sparp
# Repository Context Name: fredo838/sparp Description: # Pull Request ## Don't skip content-type header by default This PR removes the default keyword argument `skip_auto_headers=["Content-Type"]` from the session initialisation. If `sparp` users really want to skip the header generation they can always pass it vi...
97
null
Crinibus/scraper
# Repository Context Name: Crinibus/scraper Description: # Pull Request ## Add dictionary with all the domains #93 - Split up if statement into two lines when check for if any optional arguments is true (add_product.py) - Add comment to first if-statement in function "check_arguments" (add_product.py) # Relevant ...
79,839
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add device trigger for Lidl Silvercrest switch to deCONZ <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your...
603
null
gdsfactory/kfactory
# Repository Context Name: gdsfactory/kfactory Description: # Pull Request ## Fix clear kcells ## Summary by Sourcery Bug Fixes: - Fixed an issue where clearing kcells would raise an error if the cells were locked. # Relevant Files Found ## src/kfactory/layout.py ``` from __future__ import annotations import f...
24,334
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Model] Remove unnecessary CUDA sync of Qwen2VL image and video preprocess This PR removes unnecessary CUDA sync in `_process_image_input` and `_process_video_input` of `vllm/model_executor/models/qwen2_vl.py` by utilizing `grid_thw_list`. ...
1
null
kabrapratik28/DeepNews
# Repository Context Name: kabrapratik28/DeepNews Description: # Pull Request ## Annotated # Relevant Files Found ## word2vec/preprocess.py ``` #!/usr/bin/env python2 # -*- coding: utf-8 -*- import os import re import codecs import time import xml.etree.ElementTree as ET class Preprocess_Text(object): def ...
2,061
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## DEV-7070: SF133 Loader, Single Character DEFCs **High level description:** Update the GTAS SF133 loader to only store single character DEFCs (by extracting only the last character if more are provided) **T...
162
null
MarshalX/atproto
# Repository Context Name: MarshalX/atproto Description: # Pull Request ## Make codegen deterministic I checked out the repo and, without changes, ran `atproto gen all` and unexpectedly ended up with a bunch of modified files. It looks like it's mostly just large chunks being moved around inside `atproto/xrpc_clien...
100,307
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve UserDict in device and entity registries <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the bi...
5,572
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## fix(general): fix print to encode in windows **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]: # " # PR Title Be aware that we use the title to creat...
1,511
null
nltk/nltk
# Repository Context Name: nltk/nltk Description: # Pull Request ## Fixed a PATH separator in stanford_segmenter.py Just improved my own commit submitted previously (on 03 Aug 2016). # Relevant Files Found ## nltk/tokenize/stanford_segmenter.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- # Natural Language...
12,215
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Support `Var` in circuit-substitution methods <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add a release note f...
22
null
SpikeInterface/probeinterface
# Repository Context Name: SpikeInterface/probeinterface Description: # Pull Request ## Download probe from gnode. # Relevant Files Found ## probeinterface/__init__.py ``` from .version import version as __version__ from .probe import Probe from .probegroup import ProbeGroup from .io import ( write_probein...
172
null
JefferyHcool/BiliNote
# Repository Context Name: JefferyHcool/BiliNote Description: # Pull Request ## fix: 修复多个前后端错误与警告 ## 消除警告 1. Each child in a list should have a unique 'key' prop. 2. Invalid layout total size: 18%, 16%, 55%. 3. A component is changing an uncontrolled input to be controlled. 4. Checkbox is changing from uncontro...
256
null
mlrun/storey
# Repository Context Name: mlrun/storey Description: # Pull Request ## ML-777: Import timestamp field from Event (for nuclio support). # Relevant Files Found ## storey/sources.py ``` import asyncio import copy import csv import math import queue import threading import uuid import warnings from datetime import ...
468
null
bytedance/deer-flow
# Repository Context Name: bytedance/deer-flow Description: # Pull Request ## fix: Add streamable MCP server support Add streamable MCP server support # Relevant Files Found ## src/server/mcp_utils.py ``` # Copyright (c) 2025 Bytedance Ltd. and/or its affiliates # SPDX-License-Identifier: MIT import logging fro...
5
null
BloodAxe/pytorch-toolbelt
# Repository Context Name: BloodAxe/pytorch-toolbelt Description: # Pull Request ## Feature/mobilenetv3 Add MobileNetV3 encoder # Relevant Files Found ## pytorch_toolbelt/__init__.py ``` from __future__ import absolute_import __version__ = '0.0.6' ``` ## pytorch_toolbelt/modules/encoders.py ``` """Wrappers f...
79,778
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Revert "Improve device_automation trigger validation" Reverts home-assistant/core#75044 This PR breaks automation validation: https://github.com/home-assistant/core/issues/79578, and prevents the `automation` integration from loading i...
586
null
astronomer/dag-factory
# Repository Context Name: astronomer/dag-factory Description: # Pull Request ## Remove `sla_miss_callback` from dag_kwargs for Airflow >= 3.1.0 I was notified of the following issue. This PR aims to fix that: > This might be expected, but I wanted to check if you're aware of it. I tried dag-factory 1.0.0 with t...
97
null
ToFuProject/tofu
# Repository Context Name: ToFuProject/tofu Description: # Pull Request ## Vignetting ## Vignetting - Added functions to compute the 3d bounding box of a polygon in 3d space - Added functions for the triangulation of a polygon by earclipping - Added function that tests if intersection between ray and triangle ...
472
null
4DNucleome/PartSeg
# Repository Context Name: 4DNucleome/PartSeg Description: # Pull Request ## fix: change additive to transcluent in rendeerin ROI and Mask # Relevant Files Found ## package/PartSeg/common_gui/napari_image_view.py ``` import itertools import logging from contextlib import suppress from dataclasses import datacla...
110,373
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Migrate ps4 to use async_update_entry to alter config entries ## 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 ...
1
null
willGuimont/torch_waymo
# Repository Context Name: willGuimont/torch_waymo Description: # Pull Request ## Format with Black; Remove global variables * Format convert_waymo.py * Format pyproject.toml * Configure black for 120 chars / line * Remove global variables in convert_waymo.py # Relevant Files Found ## src/torch_waymo/convert_w...
88,292
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix dangling task for crownstone <!-- 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 ...
77,078
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add default polling for landis gyr heat meter <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the b...
284
null
m-bain/whisperX
# Repository Context Name: m-bain/whisperX Description: # Pull Request ## Added download path parameter. The `faster_whisper.WhisperModel` also takes `download_root` as one of the optional parameters. I just added the same to `whisperx.load_model`. # Relevant Files Found ## whisperx/asr.py ``` import os import w...
27
null
mongodb/snooty-parser
# Repository Context Name: mongodb/snooty-parser Description: # Pull Request ## DOCSP-6832: intersphinx: Fix date formatting # Relevant Files Found ## snooty/intersphinx.py ``` """Intersphinx inventories allow different Sphinx projects to refer to targets defined in other projects, and export their targets t...
5,457
null
jina-ai/serve
# Repository Context Name: jina-ai/serve Description: # Pull Request ## feat: add FastAPIBaseGateway Create a FastAPIBaseGateway where the user just needs to implement a fast API app. All the rest (setting up, running and shutting down the server) is automatically handled Also make sure the HTTPGateway inherits...
22,727
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Exception handling for k8s API instability in `dagster-k8s` while watching pod logs ## Summary & Motivation First it solving issue https://github.com/dagster-io/dagster/issues/10736 this is bothering a specially when you run multiple of ...
77,905
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Show progress for zwave_js.update entity ## Proposed change We can know the progress of the install and show a better progress indicator ## Type of change <!-- What type of change does your PR introduce to Home Assistant? NOT...
5,562
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Fix `test_ucx_unreachable` on UCX < 1.12 The `test_ucx_unreachable` issue for UCX >= 1.12 was fixed by https://github.com/dask/distributed/pull/5560, but in UCX 1.11 we need a different check which is addressed here. # Relevant Files Found ...
31
null
smartystreets/smartystreets-python-sdk
# Repository Context Name: smartystreets/smartystreets-python-sdk Description: # Pull Request ## Fix us_autocomplete_pro package Fixes 4.8.0 release, issue #30 # Relevant Files Found ## setup.py ``` from smartystreets_python_sdk_version import __version__ import os from distutils.core import setup if hasattr(...
13
null
osfclient/osfclient
# Repository Context Name: osfclient/osfclient Description: # Pull Request ## [MRG] Test fetch cli Test the `osf fetch` command line. Waiting for #11 # Relevant Files Found ## osfclient/tests/mocks.py ``` from unittest.mock import MagicMock, PropertyMock # When using a PropertyMock store it as an attribute #...
91
null
DiamondLightSource/PuckBarcodeReader
# Repository Context Name: DiamondLightSource/PuckBarcodeReader Description: # Pull Request ## Preparation for release 1.8.0 Solves ticket ------------- Description of work ------------------- Preparation for release 1.8.0. Switched form pipenv to pip and requirements. Froze some of the dependencies on olde...
518
null
tytusdb/tytusdb
# Repository Context Name: tytusdb/tytusdb Description: # Pull Request ## [G28]TypesColumns # Relevant Files Found ## parser/team28/models/instructions/DDL/column_inst.py ``` from models.instructions.shared import Instruction class CreateCol(Instruction): def __init__(self, column_name, type_column, prop...
5
null
TontonTremblay/mvs_objaverse
# Repository Context Name: TontonTremblay/mvs_objaverse Description: # Pull Request ## fix: Update render_blender.py # Relevant Files Found ## rendering/render_blender.py ``` import argparse, sys, os, math, re import bpy from mathutils import Vector, Matrix import mathutils import numpy as np import json impor...
47,089
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Further simplify asset selection We can save one more round trip to the database by a subquery to the dag table. I also used `has()` and `any()` to replace `select(1)` calls. The effect is exactly the same, but the code is automatically shorte...
26
null
AgatheSenellart/MultiVae
# Repository Context Name: AgatheSenellart/MultiVae Description: # Pull Request ## fix some small inconsistencies between labels and dataset in tests - add a check in base dataset to verify labels lenght - fix some small issues in tests - black and isort # Relevant Files Found ## src/multivae/data/datasets/base.p...
19,582
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: slug doctype when building url to report with filters (backport #19581) This is an automatic backport of pull request #19581 done by [Mergify](https://mergify.com). Cherry-pick of 27a26896781e0dcc339c3ffc7e3f8a2f92717cca has failed: ``` On...
153
null
Kludex/starlette
# Repository Context Name: Kludex/starlette Description: # Pull Request ## Support `app.url_path_for` and `request.url_for` * `request.url_for(name, **path_params)` - Fully qualified URL reversing. * `app.url_path_for(name, **path_params)` - Relative URL reversing. # Relevant Files Found ## starlette/application...
2,157
null
elifesciences/elife-bot
# Repository Context Name: elifesciences/elife-bot Description: # Pull Request ## Update crossref.cfg in tests, and assert preprint text-mining resourc… …e XML Re issue https://github.com/elifesciences/issues/issues/9269 # Relevant Files Found ## tests/activity/test_activity_deposit_crossref_posted_content.py ...
257
null
spacetelescope/synphot_refactor
# Repository Context Name: spacetelescope/synphot_refactor Description: # Pull Request ## Initial port of tynt to filter_parameterization subpackage Based on bmorris3/tynt#8 . This would be the foundation for #38 . Co-authored-by: @bmorris3 cc @perrygreenfield **TODO** - [x] Move relevant tests over fr...
199
null
rm-hull/luma.core
# Repository Context Name: rm-hull/luma.core Description: # Pull Request ## tests: fix failure # Relevant Files Found ## tests/helpers.py ``` # -*- coding: utf-8 -*- # Copyright (c) 2017-2020 Richard Hull and contributors # See LICENSE.rst for details. """ Test helpers. """ import platform from pathlib import...
4,609
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Add admin page to view a single letter branding Partner PR for https://github.com/alphagov/notifications-api/pull/3715 Duplicates the 'view email branding' view, but for letter brandings. --- A copy of https://github.co...
36
null
felipeall/transfermarkt-api
# Repository Context Name: felipeall/transfermarkt-api Description: # Pull Request ## Bug/Player Stats Goalkeeper Fix #35 # Relevant Files Found ## app/services/players/stats.py ``` from dataclasses import dataclass, field from datetime import datetime from xml.etree import ElementTree from fastapi import HTTP...
35,312
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Handle resource url according to new standard ## Technical Summary With the merge of [this PR](https://github.com/dimagi/commcare-hq/pull/35048) it's necessary to update the resource URL to remove the resource name as it's not necessary t...
349
null
redis-performance/redisbench-admin
# Repository Context Name: redis-performance/redisbench-admin Description: # Pull Request ## Extended profile data expiration from 7 to 30 days # Relevant Files Found ## redisbench_admin/run/grafana.py ``` # BSD 3-Clause License # # Copyright (c) 2021., Redis Labs Modules # All rights reserved. # import logg...
2
null
Mic92/iana-etc
# Repository Context Name: Mic92/iana-etc Description: # Pull Request ## remove spaces from service files # Relevant Files Found ## update.py ``` #!/usr/bin/env python import os import sys import re import tarfile import hashlib import json from contextlib import contextmanager import t...
1,233
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Port astropy.units.quantity_input into SunPy This prevents 0.6 having a dep on the as-yet unreleased Astropy 1.0. # Relevant Files Found ## sunpy/util/__init__.py ``` """SunPy utility functions""" from __future__ import absolute_import from ...
98,103
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use math.isfinite instead of explicitly checking for both nan and inf <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!...
298
null
litex-hub/linux-on-litex-vexriscv
# Repository Context Name: litex-hub/linux-on-litex-vexriscv Description: # Pull Request ## make.py: Reduce integrated_sram_size for de0nano This reduce integrated_sram_size to 0x800 to fix #295. # Relevant Files Found ## make.py ``` #!/usr/bin/env python3 # # This file is part of Linux-on-LiteX-VexRiscv # # Co...
1,025
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## remove cchq-load-testing submodule prompted by a deprecation warning # Relevant Files Found ## settings.py ``` #!/usr/bin/env python # vim: ai ts=4 sts=4 et sw=4 encoding=utf-8 from collections import defaultdict import sys, os from d...
7,221
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## Fix errors introduced by #6911 Somehow I've missed the failures while merging, totally my fault. # Relevant Files Found ## scripts/release-on-comment.py ``` """ This script is part of the pytest release process which is triggered by co...
165
null
neo-ai/tvm
# Repository Context Name: neo-ai/tvm Description: # Pull Request ## Support for RobustPCA and Binary/Mutli-Class classification # Relevant Files Found ## python/tvm/relay/frontend/sklearn.py ``` # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NO...
16
null
Azure/azure-marketplace-management-extras
# Repository Context Name: Azure/azure-marketplace-management-extras Description: # Pull Request ## Workflows & Refactoring for deployment & Table insertion in Notification endpoint & readme closes #14 #2 #4 workflow tests: https://github.com/Azure/marketplace-management/actions/runs/4731620609 https://github...
2,785
null
holoviz/panel
# Repository Context Name: holoviz/panel Description: # Pull Request ## Do not error if Tabulator styler is undefined # Relevant Files Found ## panel/widgets/tables.py ``` import datetime as dt from types import FunctionType, MethodType import numpy as np import param from bokeh.models import ColumnDataSourc...
1,177
null
pika/pika
# Repository Context Name: pika/pika Description: # Pull Request ## Make pollers non-reentrant Fixes #1095 Also update async consumer example and docs to link to code rather than copy-paste # Relevant Files Found ## examples/asynchronous_consumer_example.py ``` # -*- coding: utf-8 -*- # pylint: disable=C0111,...
29
null
macports/upt-macports
# Repository Context Name: macports/upt-macports Description: # Pull Request ## Add output function It's not yet totally complete as ruby PR is yet to be merged. # Relevant Files Found ## upt_macports/tests/test_macports_package.py ``` import unittest import upt from upt_macports.upt_macports import MacPortsPack...
58
null
pycondor/pycondor
# Repository Context Name: pycondor/pycondor Description: # Pull Request ## Fix parent child error <!-- Thank you for the pull request! --> #### Reference Issue <!-- Please provide a link to the respective issue on the issue tracker (https://github.com/jrbourbeau/pycondor/issues) if one exists. For example, ...
32
null
periareon/req-compile
# Repository Context Name: periareon/req-compile Description: # Pull Request ## Intentionally pool non-source and non-solution repositories using a P… # Relevant Files Found ## req_compile/cmdline.py ``` # pylint: disable=too-many-lines from __future__ import print_function import argparse import datetime impo...
1,509
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## add cmlist to the sunpy.cm namespace ping @ehsteve # Relevant Files Found ## sunpy/cm/cm.py ``` """ This module provides a set of colormaps specific for solar data. """ from __future__ import absolute_import import numpy as np import matplo...
102,727
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use real devices in switch device action tests <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big ...
15
null
explosion/spacy-huggingface-pipelines
# Repository Context Name: explosion/spacy-huggingface-pipelines Description: # Pull Request ## Further internal renaming to hf # Relevant Files Found ## spacy_huggingface_pipelines/__init__.py ``` from .text_classification import TrfTextPipe from .token_classification import TrfTokenPipe __all__ = [ "Trf...
697
null
flairNLP/fundus
# Repository Context Name: flairNLP/fundus Description: # Pull Request ## Add `BE` # Relevant Files Found ## src/fundus/publishers/__init__.py ``` import re from typing import Set from fundus.publishers.at import AT from fundus.publishers.au import AU from fundus.publishers.base_objects import Publisher, Publi...
62
null
sintel-dev/SigPro
# Repository Context Name: sintel-dev/SigPro Description: # Pull Request ## Add fft frequency transformation Fft frequency transformation when data sampling rate is not at least twice the signal's bandwidth. Previous solution: - Designed for cases where amplitude values include both positive and negative fr...
111
null
kul-group/MAZE-sim
# Repository Context Name: kul-group/MAZE-sim Description: # Pull Request ## modified extra framework # Relevant Files Found ## maze/extra_framework.py ``` from maze.zeotypes import Zeotype, ImperfectZeotype from ase import Atoms from typing import Union, Tuple from collections import defaultdict from ase.neigh...
44
null
CellMigStandOrg/biotracks
# Repository Context Name: CellMigStandOrg/biotracks Description: # Pull Request ## Unify standard names Addresses #42. To test: * check that the Travis build stays green * check that occurrences of old names have been replaced by the corresponding new ones Changes summary: * All of our standard fie...
662
null
google/uncertainty-baselines
# Repository Context Name: google/uncertainty-baselines Description: # Pull Request ## Adding BiT ResNet JFT pipeline to UB. Adding BiT ResNet JFT pipeline to UB. # Relevant Files Found ## uncertainty_baselines/models/__init__.py ``` # coding=utf-8 # Copyright 2021 The Uncertainty Baselines Authors. # # License...
1
null
m5ka/cws2
# Repository Context Name: m5ka/cws2 Description: # Pull Request ## feat: add phono system Add models for Phono System and Phones. Migration for initial IPA Human Phono System data to be loaded. # Relevant Files Found ## cws2/constants.py ``` from django.utils.translation import gettext_lazy as _ class GroupAc...
83,612
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Use DataRate unit and device class in freebox ## 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 re...
18
null
shubhodeep9/pipsearch
# Repository Context Name: shubhodeep9/pipsearch Description: # Pull Request ## Add CLI (fixes #14) This PR creates a command which is used by calling `$ pipsearch [search terms]` (ex. `$ pipsearch praw`, `$ pipsearch reddit api`) on the command line. It returns the first 5 results for the search term (less if ther...
36
null
jiangyi15/tf-pwa
# Repository Context Name: jiangyi15/tf-pwa Description: # Pull Request ## feat: add C parity select C = (-1)^(l+s) # Relevant Files Found ## tf_pwa/amp/split_ls.py ``` import tensorflow as tf from tf_pwa.amp.core import ( HelicityDecay, Particle, get_relative_p2, register_decay, register_pa...
94
null
simonlindholm/decomp-permuter
# Repository Context Name: simonlindholm/decomp-permuter Description: # Pull Request ## Ninja support and new build_system setting # Relevant Files Found ## import.py ``` #!/usr/bin/env python3 # usage: ./import.py path/to/file.c path/to/asm.s [make flags] import sys import os import platform import re import s...
106,842
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Close stale connections in yalexs_ble to ensure setup can proceed ~~needs https://github.com/home-assistant/core/pull/106834~~ ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintaine...
205
null
equinor/webviz-config
# Repository Context Name: equinor/webviz-config Description: # Pull Request ## Webvizstore support unnamed and default arguments Example of bug related to default values in function arguments, related to: #158 # Relevant Files Found ## webviz_config/plugins/_example_portable.py ``` from typing import List imp...
397
null
zhmcclient/python-zhmcclient
# Repository Context Name: zhmcclient/python-zhmcclient Description: # Pull Request ## Fixes #396: CLI: Fixed AttributeError with dict.iteritems() on Python 3. Verified that the problem can be reproduced and that this change fixes the problem, on RHEL 7.3 with Python 3.6 and with the "zhmc partition update" command...
159
null
adammast/RSCBot
# Repository Context Name: adammast/RSCBot Description: # Pull Request ## fixed average team score changed the logic on the average team score # Relevant Files Found ## sixMans/game.py ``` import random import struct from typing import List import uuid import asyncio import operator import discord from itertools...
1,595
null
AcademySoftwareFoundation/rez
# Repository Context Name: AcademySoftwareFoundation/rez Description: # Pull Request ## Fix exception when deprecated settings appear in a user config Fixes #1594. Added tests to cover both settings in custom files and settings from environment variables. These new tests are skipped on Python 2 because I'm tired...
79
null
sagar87/spatialproteomics
# Repository Context Name: sagar87/spatialproteomics Description: # Pull Request ## removed histogram from pl module # Relevant Files Found ## spatialproteomics/pl/plot.py ``` from typing import List, Optional, Union import matplotlib.pyplot as plt import numpy as np import xarray as xr from matplotlib.lines i...
1,631
null
ceph/teuthology
# Repository Context Name: ceph/teuthology Description: # Pull Request ## nuke: don't power-off machines when not rebooting This ensures jobs that time out can still have their logs gathered. Signed-off-by: Josh Durgin <jdurgin@redhat.com> # Relevant Files Found ## teuthology/nuke/__init__.py ``` import argpa...
22,138
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## {CosmosDB} Fix for local variable 'throughput_resource' referenced before assign… …ment Considering the --max-throughput and --throughput are optional parameters you will get the below exception. More Info: https://docs.microsoft.com/e...
549
null
catalyst-cooperative/pudl-archiver
# Repository Context Name: catalyst-cooperative/pudl-archiver Description: # Pull Request ## Add new archiver for EPA eGRID <!-- Resources: * contributing guidelines: https://catalystcoop-pudl.readthedocs.io/en/latest/CONTRIBUTING.html * code of conduct: https://catalystcoop-pudl.readthedocs.io/en/latest/code_of...
111
null
REDxEYE/SourceIO
# Repository Context Name: REDxEYE/SourceIO Description: # Pull Request ## Material Loader : add detail for VertexLitGeneric update blend library with new nodegroups most of the handler is written in the shaderbase so will be a drop-in for other shaders Tested for : any blend mode (and omitted), blend factor (and...
702
null
aws/aws-encryption-sdk-python
# Repository Context Name: aws/aws-encryption-sdk-python Description: # Pull Request ## fix(CI): Fix oracle linting *Issue #, if available:* *Description of changes:* Somehow, the oracle linter stopped working. See CI for a commit that makes no changes to the repo: [link](https://github.com/aws/aws-encryptio...
1,121
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Render notebooks in the docs with nbsphinx Here's a preview: ![image](https://user-images.githubusercontent.com/1217238/65852441-00424800-e30b-11e9-9160-1b039ede3fad.png) # Relevant Files Found ## docs/conf.py ``` # Copyright 2018 Google L...
192
null
ThreatConnect-Inc/tcex
# Repository Context Name: ThreatConnect-Inc/tcex Description: # Pull Request ## Minor fixes to spectool - fixed issues in spectool with AdvancedRequest, KeyValueList - added outputPrefex back to app_spec model to be used with advancedRequest feature. # Relevant Files Found ## tcex/app_config/app_spec_yml.py ``...
99,410
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add remote alias to connection info response <!-- 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 pi...
1,748
null
TsubakiBotPad/pad-cogs
# Repository Context Name: TsubakiBotPad/pad-cogs Description: # Pull Request ## Validrules docstring and username to start message # Relevant Files Found ## padle/help_texts.py ``` HELP_TEXT = """PADle is a Wordle-inspired guessing game, but with some differences! {db} You are not guessing words! Instead, you ...
54
null
Just-Jojo/JojoCogs
# Repository Context Name: Just-Jojo/JojoCogs Description: # Pull Request ## [CmdLogger] V1.0.0 Initial commit ## Type - [ ] Bugfix - [ ] Enhancement - [ ] New Feature - [x] Other ## Description of the changes This cog allows for users to log command usage with the basic logging using the logging module. ...
129,289
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fetch power off state for Home Connect appliances' power switch <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- ...