pr_id
int64
repo_id
null
repo_name
string
text
string
22
null
BostonDSA/actionnetwork-gcal-sync
# Repository Context Name: BostonDSA/actionnetwork-gcal-sync Description: # Pull Request ## Actionnetwork events to airtable. This is live now. Going to push to main. There was some merge conflicts. I kept everything from the airtable branch. # Relevant Files Found ## src/actionnetwork.py ``` import pyactionnet...
265
null
AlibabaPAI/llumnix
# Repository Context Name: AlibabaPAI/llumnix Description: # Pull Request ## [Release] Change the version control method # Relevant Files Found ## llumnix/version.py ``` # Copyright (c) 2024, Alibaba Group; # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in c...
4
null
Stanford-AIMI/radgraph
# Repository Context Name: Stanford-AIMI/radgraph Description: # Pull Request ## Relax dependencies * relaxed dependencies * remove the add_special_tokens argument in get_tokenizer (it raises an error in newer versions of transformers) * added weights_only=True to torch.load to suppress a security warning # Rel...
131
null
aws-samples/bedrock-access-gateway
# Repository Context Name: aws-samples/bedrock-access-gateway Description: # Pull Request ## feat: add support to include application inference profiles as models *New feature support:* Add support for listing application defined inference profiles as models *Description of changes:* As AWS uses system defined ...
155
null
software-mansion/starknet.py
# Repository Context Name: software-mansion/starknet.py Description: # Pull Request ## Use requirements.txt instead of setup.py ### **Please check if the PR fulfills these requirements** - [ ] The formatter, linter, and tests all run without an error - [ ] Tests for the changes have been added (for bug fixes/feat...
1,591
null
jupyter/nbgrader
# Repository Context Name: jupyter/nbgrader Description: # Pull Request ## Backport PR #1590 on branch 0.7.x (Ensure html files aren't copied over from documentation) Backport PR #1590: Ensure html files aren't copied over from documentation # Relevant Files Found ## nbgrader/apps/quickstartapp.py ``` # coding: ...
52
null
SCIInstitute/UncertainSCI
# Repository Context Name: SCIInstitute/UncertainSCI Description: # Pull Request ## Fd1d model - docs update (content + pathing issues) - total_sensitivity + global_sensitivity 0-variance bug fix - 1D KLE for exponential covariance kernel - 1D laplace ODE model with KLE-parameterized diffusion - replace build_p...
25,670
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: fieldname extraction (backport #24411) Re of https://github.com/frappe/frappe/pull/22892 TODO: - [x] Handle edge case where column names are reserved SQL terms <hr>This is an automatic backport of pull request #24411 done by [Mergify](h...
13
null
oreillymedia/audit-python-package
# Repository Context Name: oreillymedia/audit-python-package Description: # Pull Request ## Update dependencies and flesh out docstrings Updated to and tested the latest versions of dependencies, and added more words about the reasons many of the tests exist. # Relevant Files Found ## audit_python_package/tests/...
30
null
VIDA-NYU/tile2net
# Repository Context Name: VIDA-NYU/tile2net Description: # Pull Request ## resolve interactive inference stalling When run in interactive mode, inference would stall because `sys.stdin.isatty()` returns True however no input is actually ever piped to the subprocess. The solution is to add another commandline argum...
164
null
TencentBlueKing/bk-user
# Repository Context Name: TencentBlueKing/bk-user Description: # Pull Request ## fix: 修复当部门名存在 . 时 Api 查找 404 问题 #147 Closes #147 # Relevant Files Found ## src/api/bkuser_core/departments/urls.py ``` # -*- coding: utf-8 -*- """ TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-用户管理...
406
null
emdgroup/baybe
# Repository Context Name: emdgroup/baybe Description: # Pull Request ## Refactor target transform interface Fixes the `Target.transform` interface (compare also #289 and #398): * Makes the input argument positional-only * Changes the assumed types from `pd.DataFrame` to `pd.Series` # Relevant Files Found ## ba...
8
null
maxmahlke/rocks
# Repository Context Name: maxmahlke/rocks Description: # Pull Request ## Makes lru_cache call compatible with Python 3.7 Closes #7 # Relevant Files Found ## rocks/utils.py ``` #!/usr/bin/env python """Utility functions for rocks.""" from bs4 import BeautifulSoup from functools import reduce import json import ...
262
null
bashtage/linearmodels
# Repository Context Name: bashtage/linearmodels Description: # Pull Request ## ENH: Add correlation-based R2 measures Add measures that are similar to Stata Add definition of R2 measures closes #157 # Relevant Files Found ## doc/source/conf.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # linearmod...
144
null
open-s4c/benchkit
# Repository Context Name: open-s4c/benchkit Description: # Pull Request ## example/tilt: factor out simple test benchmark # Relevant Files Found ## examples/tilt/campaign_tilt.py ``` #!/usr/bin/env python3 # Copyright (C) 2024 Vrije Universiteit Brussel. All rights reserved. # SPDX-License-Identifier: MIT """ ...
789
null
amun-ai/hypha
# Repository Context Name: amun-ai/hypha Description: # Pull Request ## Conda jupyter kernel # Relevant Files Found ## hypha/apps.py ``` import httpx import json import logging import os import sys import multihash import asyncio import logging import yaml import sys import time from pathlib import Path import ...
775
null
iree-org/iree-turbine
# Repository Context Name: iree-org/iree-turbine Description: # Pull Request ## [Wave] Add mlir style printing This PR adds the ability to print fx.graphs in a manner similar to mlir graphs, with the caveat that not all the information about the fx.nodes is printed yet. # Relevant Files Found ## iree/turbine/ker...
27,025
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Better try and error handling for prep_jid Implement upper bounds for retries on FS errors when writing job files to cache. Raise exceptions up to clients and daemons for logging and user notification. Handle exception outlined in #25581. ...
45
null
gabriele-ferrero/TRIOMA
# Repository Context Name: gabriele-ferrero/TRIOMA Description: # Pull Request ## Add test mixed regime and fullymixed regimes # Relevant Files Found ## test/test_component_tools.py ``` import unittest import sys import os sys.path.append(os.path.abspath(".")) from operator import ge import unittest fro...
479
null
piskvorky/smart_open
# Repository Context Name: piskvorky/smart_open Description: # Pull Request ## Add Appveyor build Just add windows builds by @mpenkov request - Fix #161 # Relevant Files Found ## smart_open/tests/test_s3.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2019 Radim Rehurek <me@radimrehurek.com> # # This code i...
107
null
nusdbsystem/singa-auto
# Repository Context Name: nusdbsystem/singa-auto Description: # Pull Request ## Fix the postgres max connection issues Max connections in Postgres is 100 by default Previously, we init the sqlalchemy engine by default, which will create a poll. Under such situation, session.close() will not close the connectio...
48
null
encode/httpcore
# Repository Context Name: encode/httpcore Description: # Pull Request ## Use mitmproxy as a fixture for proxy tests Towards #42 In [socksio](https://github.com/sethmlarson/socksio/) we use [Dante](https://www.inet.no/dante/) to spin up SOCKS 4 and 5 proxies for acceptance tests in Docker but I tend to use [mit...
344
null
netskopeoss/ta_cloud_exchange_plugins
# Repository Context Name: netskopeoss/ta_cloud_exchange_plugins Description: # Pull Request ## EDM Netskope EDM Forwarder/Receiver v.1.0.0: Initial release. # 1.0.0 ## Added - Initial release. # Relevant Files Found # Edits This pull request introduces the initial release of the Netskope EDM Forwarder/Recei...
16,311
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware. This PR implements [Heal The Breach (HTB)](https://ieeexplore.ieee.org/document/9754554) for GZipMiddleware. See [ticket #34170 in Trac](https://code.djangoproject.com/tick...
1,642
null
Lightning-AI/lightning-thunder
# Repository Context Name: Lightning-AI/lightning-thunder Description: # Pull Request ## Add singularity function for maximum and minimum Flakiness has recently been observed in maximum. The provided logs do not give a clear indication of the cause of the failure. However, the test for `maximum` can be induced to...
4
null
twidi/mixt
# Repository Context Name: twidi/mixt Description: # Pull Request ## Classes in `html` are now capitalized But we still expect tags used in "mixt" encoding to be lowercased # Relevant Files Found ## src/mixt/pyxl/codec/parser.py ``` #!/usr/bin/env python import tokenize from .. import html from .html_tokenizer ...
7,922
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [TVMC] add the support of the cross compiler options Add the possibility to provide the cross compiler options when using the tvmc compile functionality. With some cross compiler toolchains --sysroot option (at least) need to be defined. @lea...
58
null
Koed00/django-q
# Repository Context Name: Koed00/django-q Description: # Pull Request ## Adds Amazon SQS broker also - updates future to 0.15.1 - tests for duplicate acknowledgements - handles IronMQ HttpErrors # Relevant Files Found ## django_q/brokers/__init__.py ``` from django_q.conf import Conf from django.core.cache im...
25,526
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## feat: debug stuck process by sending SIGUSR1 (backport #25502) Usage: `kill -SIGUSR1 <PID>` PID - PID of gunicorn **worker**, RQ work horse or scheduler. Output in stderr (note that faulthandler prints stack traces in reverse order) ``` Cu...
33
null
Kronmar-Bafu/lindas-pylindas
# Repository Context Name: Kronmar-Bafu/lindas-pylindas Description: # Pull Request ## Feature/concept tables # Relevant Files Found ## pylindas/pycube/cube.py ``` import re from urllib.parse import quote from rdflib import BNode, Graph, Literal, RDF, URIRef, XSD from rdflib.collection import Collection from da...
15,731
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #33733 -- Preserved wrapper assignment for manager methods. # Relevant Files Found ## django/db/models/manager.py ``` import copy import inspect from importlib import import_module from django.db import router from django.db.models.q...
3,756
null
fonttools/fonttools
# Repository Context Name: fonttools/fonttools Description: # Pull Request ## [unicodedata] Fix bug in buildUCD.py The method that was being used to read the header from the input was inadvertently dropping the first non-header line on the floor; although this happens to be okay in some cases (where there is an emp...
7,752
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## The RotatedSunFrame class now accepts an astropy.time.TimeDelta object for the duration parameter. ## PR Description Fixes #6200 # Relevant Files Found ## sunpy/coordinates/metaframes.py ``` """ Coordinate frames that are defined relative ...
2
null
CodedLadiesInnovateTech/python-challenge-solutions
# Repository Context Name: CodedLadiesInnovateTech/python-challenge-solutions Description: # Pull Request ## second day assessment please check for me # Relevant Files Found # Edits This pull request submits solutions to multiple Python basic exercises as part of a second-day assessment. It adds scripts that p...
32
null
DLR-RM/rl-baselines3-zoo
# Repository Context Name: DLR-RM/rl-baselines3-zoo Description: # Pull Request ## Fix replay buffer save + add test <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> closes #31 ## Motivation and Context <!--- Why is this chan...
31,658
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## API: allow step!=1 slice with IntervalIndex - [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry See discussion https://gi...
2,553
null
tenstorrent/tt-forge-fe
# Repository Context Name: tenstorrent/tt-forge-fe Description: # Pull Request ## Implemented broadcast op. This change is part of ops migration from python to c++. For details check out: https://github.com/tenstorrent/tt-forge-fe/issues/2378 # Relevant Files Found ## forge/forge/op/eval/forge/quantize.py ```...
3,529
null
geldata/gel
# Repository Context Name: geldata/gel Description: # Pull Request ## Disable rebasing scalar types Currently doing this can allow pg and edgedb to disagree about a column's type! # Relevant Files Found ## edb/schema/objects.py ``` # # This source file is part of the EdgeDB open source project. # # Copyright 200...
26,054
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Rename `DatasetEventManager` to `DatasetManager` This manager class will end up dealing with more than just dataset events over time, so rename it to be more general. # Relevant Files Found ## airflow/datasets/manager.py ``` # # Licensed t...
48
null
nomad-coe/atomistic-parsers
# Repository Context Name: nomad-coe/atomistic-parsers Description: # Pull Request ## fixed units for time in calculation. Checked time for pruned traj fil… …es, ok! Just a tiny fix. units were accidentally removed when making time map between system and calculation. # Relevant Files Found ## atomisticparsers/...
54
null
geometric-intelligence/pirounet
# Repository Context Name: geometric-intelligence/pirounet Description: # Pull Request ## updated one move # Relevant Files Found ## move/evaluate/generate_f.py ``` import logging import os import random import time import default_config os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID" os.environ["CUDA_VISIBLE_...
10,496
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Reload modules when a ports state installs packages (2014.1 branch) Since ports states modify the package database, the pkg database should be reloaded when a port is installed. # Relevant Files Found ## salt/state.py ``` # -*- coding: utf...
1,358
null
rapid7/insightconnect-plugins
# Repository Context Name: rapid7/insightconnect-plugins Description: # Pull Request ## Insight IDR - 10421 - Enabled could_ready flag, fix issue with NoneType object in advanced query on log action ## Proposed Changes ### Description Describe the proposed changes: - Cloud_ready flag set to true - Fix...
167
null
PythonistaGuild/TwitchIO
# Repository Context Name: PythonistaGuild/TwitchIO Description: # Pull Request ## Fix for channel point rewards in pubsub * **Please check if the PR fulfills these requirements** - [x] Tests have been conducted on the PR - [ ] Docs have been added / updated * **What kind of change does this PR introduce?** ...
99
null
GoogleCloudPlatform/opentelemetry-operations-python
# Repository Context Name: GoogleCloudPlatform/opentelemetry-operations-python Description: # Pull Request ## Update example codes, the "create_metric" no longer exists. Update example codes, the "create_metric" no longer exists in the latest version. # Relevant Files Found ## docs/examples/cloud_monitoring/basic...
877
null
learningequality/studio
# Repository Context Name: learningequality/studio Description: # Pull Request ## Save improvements ## Description This PR improves save behavior with the following changes: 1. Reduce get_channel() call to only running a single query instead of 5 2. Ensures ContentNode.save will only call get_channel() one t...
402
null
onecodex/onecodex
# Repository Context Name: onecodex/onecodex Description: # Pull Request ## remove abundances method Since the `abundances` method doesn't return actual abundances data, we should remove so that it's not confusing. Before: ![image](https://user-images.githubusercontent.com/7769529/135177368-d57a6941-f302-4e5a-8...
12
null
Vaskivskyi/asusrouter
# Repository Context Name: Vaskivskyi/asusrouter Description: # Pull Request ## Fix negative and above 100% usage # Relevant Files Found ## asusrouter/util/calculators.py ``` """Calculators module for AsusRouter""" from __future__ import annotations from asusrouter.const import( CONST_PERCENTS, CONST_...
12
null
saleguas/context_menu
# Repository Context Name: saleguas/context_menu Description: # Pull Request ## Fix typo, which added an extra " to file command ### Changes - Changed `full_command` to fstring - Removed trailing `"` from full command # Relevant Files Found ## context_menu/windows_menus.py ``` # all imports --------------- i...
3,219
null
bcgov/wps
# Repository Context Name: bcgov/wps Description: # Pull Request ## Subtract dates not datetimes The bug manifested because of the time change. When subtracting datetime objects to get a timedelta, you get an extra day if your dates span a time change. Switching to subtracting dates avoids this problem. # Test Link...
6,542
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## Fixed WebsiteGenerator overriding Document's clear_cache ### Problem: The class WebsiteGenerator was overriding the class Document's clear_cache function which was preventing doc.clear_cache() from actually clearing the document cache. For ...
3,446
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Add optuna and remove theano for doctest requirement (note: currently this configuration is not used by CIs) Theano is not needed in CuPy (maybe it was inherited from Chainer). # Relevant Files Found ## setup.py ``` #!/usr/bin/env python impor...
216
null
NVIDIA-NeMo/Skills
# Repository Context Name: NVIDIA-NeMo/Skills Description: # Pull Request ## Add permission check for summarize results # Relevant Files Found ## nemo_skills/pipeline/summarize_results.py ``` # Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the ...
40
null
mangdangroboticsclub/mini_pupper_ros
# Repository Context Name: mangdangroboticsclub/mini_pupper_ros Description: # Pull Request ## Cleanup packages and update README This pull request cleans up the repo and updates the readme to make it clear how to use the current ROS package. No new function or repo will be added in this pull request. # Relevant ...
27
null
yasserror/lyricurator
# Repository Context Name: yasserror/lyricurator Description: # Pull Request ## Added the hotsongs CLI argument # Relevant Files Found ## console_args.py ``` import argparse def _parse_arguments(): parser = argparse.ArgumentParser() group = parser.add_mutually_exclusive_group(required=True) group....
1,548
null
uw-it-aca/myuw
# Repository Context Name: uw-it-aca/myuw Description: # Pull Request ## Qa # Relevant Files Found ## docker/settings.py ``` from .base_settings import * ALLOWED_HOSTS = ['*'] INSTALLED_APPS += [ 'compressor', 'rc_django', 'templatetag_handlebars', 'myuw', 'userservice', 'django_clien...
6
null
markuta/authy-backup
# Repository Context Name: markuta/authy-backup Description: # Pull Request ## Fetch best account name, issuer where available For some accounts, originalName and name coexist; for some, only name exists, and for some, only originalName exists. When both are available, I usually see that one contains the issuer and...
43,049
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [serve] separate metrics code in router out into a metrics manager [serve] separate metrics code in router out into a metrics manager Move all metrics-related code in `Router` into a `RouterMetricsManager`. Signed-off-by: Cindy Zhang <cind...
8,291
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Fix aggregator stub's `assert_histogram_bucket` method ### Motivation Tags needed to be pre-sorted # Relevant Files Found ## datadog_checks_base/datadog_checks/base/stubs/aggregator.py ``` # (C) Datadog, Inc. 2018-present # Al...
5
null
multimodal/multimodal
# Repository Context Name: multimodal/multimodal Description: # Pull Request ## bump version 0.0.2 # Relevant Files Found ## multimodal/features/features.py ``` import os import numpy as np from multimodal.features import COCOBottomUpFeatures def get_features(name, split, dir_data): if dir_data is None: ...
1,819
null
NVIDIA/NVFlare
# Repository Context Name: NVIDIA/NVFlare Description: # Pull Request ## Refactor pipe and rename pipe monitor ### Description - Add a "Mode" to Pipe `__init__` - Rename `PipeMonitor` to `PipeHandler` ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> ...
1
null
erikkastelec/PDFScraper
# Repository Context Name: erikkastelec/PDFScraper Description: # Pull Request ## Bump cryptography from 3.1 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/master/CHANGEL...
169
null
grimme-lab/dxtb
# Repository Context Name: grimme-lab/dxtb Description: # Pull Request ## Bump version to 0.1.0 # Relevant Files Found ## src/dxtb/__version__.py ``` # This file is part of dxtb. # # SPDX-Identifier: Apache-2.0 # Copyright (C) 2024 Grimme Group # # Licensed under the Apache License, Version 2.0 (the "License");...
6
null
kivy-garden/garden.matplotlib
# Repository Context Name: kivy-garden/garden.matplotlib Description: # Pull Request ## example modified for a safer way to add widgets to a kivy app. # Relevant Files Found ## examples/test_backend.py ``` from matplotlib.figure import Figure from numpy import arange, sin, pi from kivy.app import App import nu...
154
null
XanaduAI/thewalrus
# Repository Context Name: XanaduAI/thewalrus Description: # Pull Request ## Autonne-Takagi decomposition Adds the ability to perform the Autonne-Takagi decomposition of a complex-symmetric matrix. # Relevant Files Found ## thewalrus/symplectic.py ``` # Copyright 2019 Xanadu Quantum Technologies Inc. # Licensed...
39
null
nyggus/rounder
# Repository Context Name: nyggus/rounder Description: # Pull Request ## 36 add pyprojecttoml file This PR comes with the following changes: - move from the `setuptools` build to the modern `build` build; this means moving from `setup.py` to `pyproject.toml` - failing tests in `README.md` are fixed - `doctest` i...
173
null
dice-group/owlapy
# Repository Context Name: dice-group/owlapy Description: # Pull Request ## Increased code coverage Unit tests added to increase coverage in the following scripts #170 : - `converter.py` - `owl_hierarchy.py` - `util_owl_static_funcs.py` - `utils.py` # Relevant Files Found ## tests/test_ontology.py ``` import...
156
null
kpfleming/ansible-powerdns-auth
# Repository Context Name: kpfleming/ansible-powerdns-auth Description: # Pull Request ## Switch to Ruff for formatting. Enable most tests in Ruff. # Relevant Files Found ## src/plugins/modules/tsigkey.py ``` #!/usr/bin/python # SPDX-FileCopyrightText: 2021 Kevin P. Fleming <kevin@km6g.us> # SPDX-License-Identi...
12
null
RadonPy/RadonPy
# Repository Context Name: RadonPy/RadonPy Description: # Pull Request ## Bug/fix undefined variables I found that there were undefined variables. If they could be resolved immediately, I resolved them; otherwise, I added a `FIXME` comment. I also removed import lines if a module was not accessed. # Relevant Fil...
46
null
RedHatInsights/tangerine-backend
# Repository Context Name: RedHatInsights/tangerine-backend Description: # Pull Request ## Adjust prompt and chunking * Use RecursiveCharacterTextSplitter with our own md separators because langchain's MarkdownTextSplitter and MarkdownHeaderTextSplitter do not give best results * Detect small chunks, remove them, ...
13
null
charliebudd/torch-content-area
# Repository Context Name: charliebudd/torch-content-area Description: # Pull Request ## Fixing mask drawing # Relevant Files Found ## testing/investigation.py ``` import numpy as np from torchcontentarea import ContentAreaInference from utils import TestDataset, perimeter_distance_score import matplotlib.pyplo...
5,191
null
argilla-io/argilla
# Repository Context Name: argilla-io/argilla Description: # Pull Request ## Revert "improvement: add some SQLite pragma statement settings to improve performance" Reverts argilla-io/argilla#5150 # Relevant Files Found ## argilla-server/src/argilla_server/database.py ``` # Copyright 2021-present, the Recognai S...
10,037
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Adds Nginx status module http://wiki.nginx.org/HttpStubStatusModule # Relevant Files Found ## salt/modules/nginx.py ``` # -*- coding: utf-8 -*- ''' Support for nginx ''' # Import salt libs import salt.utils import salt.utils.decorators as...
360
null
RedHatProductSecurity/osidb
# Repository Context Name: RedHatProductSecurity/osidb Description: # Pull Request ## Improve EPSS collector memory usage # Relevant Files Found ## apps/exploits/tests/test_api.py ``` import json import pytest from apps.exploits.helpers import store_or_update_exploits from osidb.models import Affect, Tracker ...
37
null
icebound777/PMR-SeedGenerator
# Repository Context Name: icebound777/PMR-SeedGenerator Description: # Pull Request ## Merge dev into main # Relevant Files Found ## maps/graph_edges/base_graph/edges_dro.py ``` """This file represents all edges of the world graph that have origin-nodes in the DRO (Dry Dry Outpost) area.""" edges_dro = [ #...
202
null
data-dot-all/dataall
# Repository Context Name: data-dot-all/dataall Description: # Pull Request ## Sync with main ### Bugfix - Sync Bugfixes from main By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found ## backend/dataall/tasks/data_shari...
1,566
null
ohcnetwork/care
# Repository Context Name: ohcnetwork/care Description: # Pull Request ## Adds `type` filter to Medibase search ## Proposed Changes - Adds `type` filter to Medibase search ### Associated Issue - Required by: coronasafe/care_fe#6186 ## Merge Checklist - [ ] Tests added/fixed - [ ] Update docs in `/do...
6
null
tell-k/django-modelsdoc
# Repository Context Name: tell-k/django-modelsdoc Description: # Pull Request ## Set section length dynamically Hi tell-k In the case of long model verbose, syntax error of reStructuredText will result. I set the section length dynamically. However, I used wcwidth for this fix, but if you do not want to r...
30
null
y-sunflower/pyfonts
# Repository Context Name: y-sunflower/pyfonts Description: # Pull Request ## type hint + cache for google font # Relevant Files Found ## pyfonts/__init__.py ``` from .main import load_font, set_default_font from .google import load_google_font from .cache import clear_pyfonts_cache from .preview_font import pr...
941
null
mosaicml/composer
# Repository Context Name: mosaicml/composer Description: # Pull Request ## Unify algorithm settings in our test suite Several parts of our test suite need to test the algorithm within a trainer context: * `test_algorithm_resumption` * `test_trainer`: `TestTrainerAssets` * individual algorithm tests Currently...
1,089
null
novasamatech/nova-utils
# Repository Context Name: novasamatech/nova-utils Description: # Pull Request ## Temporary removed xcm destinations from/to Kintsugi network # Relevant Files Found ## scripts/print_xcm_changes.py ``` #!/usr/bin/python """ This script compare transfers.json from endpoint and local file, then print changes. """ ...
410
null
hngprojects/aivideo_be
# Repository Context Name: hngprojects/aivideo_be Description: # Pull Request ## feat: updated the pdf download endpoint to take optional args <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This pull request introduces a new endpo...
113
null
John-P/wsic
# Repository Context Name: John-P/wsic Description: # Pull Request ## 🚸 Add Better Validation To TIFF Write Arguments - [x] Check that tile size is a multiple of 16 (part of TIFF 6.0 spec, see TileWidth and TileHeight tags). - [x] Check that resolution arguments are sensible (should be very large values > 5,000 f...
491
null
birdnet-team/BirdNET-Analyzer
# Repository Context Name: birdnet-team/BirdNET-Analyzer Description: # Pull Request ## added some validation to the gui and fixed folder selection issues for training cache # Relevant Files Found ## birdnet_analyzer/gui/multi_file.py ``` import gradio as gr import birdnet_analyzer.localization as loc import b...
3,736
null
allegro/ralph
# Repository Context Name: allegro/ralph Description: # Pull Request ## Add additional transitions history filter fields # Relevant Files Found ## src/ralph/lib/transitions/api/views.py ``` # -*- coding: utf-8 -*- import itertools from django import forms from django.core.exceptions import ObjectDoesNotExist f...
694
null
intake/intake
# Repository Context Name: intake/intake Description: # Pull Request ## Deprecate "text" argument in YAMLFileCatalog Per conversation in #692, this deprecates the "text" argument in YAMLFileCatalog. This argument will be removed after one release cycle. # Relevant Files Found ## intake/catalog/local.py ``` #-...
70
null
ConvLab/ConvLab-3
# Repository Context Name: ConvLab/ConvLab-3 Description: # Pull Request ## update TemplateNLG to accept flatten dialog acts in unified format # Relevant Files Found ## convlab/nlg/template/multiwoz/nlg.py ``` import json import random import os from pprint import pprint import collections import logging impor...
72
null
PaddleHQ/paddle-python-sdk
# Repository Context Name: PaddleHQ/paddle-python-sdk Description: # Pull Request ## feat: Add support for notification settings traffic source ### Added - Added `traffic_source` property to `paddle_billing.Entities.NotificationSetting` entity # Relevant Files Found ## paddle_billing/Entities/NotificationSetting...
2,069
null
valory-xyz/open-autonomy
# Repository Context Name: valory-xyz/open-autonomy Description: # Pull Request ## Open file using `utf-8` encoding to avoid decoding issues on windows ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. ## Fixes If it ...
483
null
livepeer/ai-runner
# Repository Context Name: livepeer/ai-runner Description: # Pull Request ## live/streamer: Avoid IDLE state in the beginning of stream Currently the runner will return IDLE on the healthcheck when a stream is starting and hasn't processed any input frames yet. Gotta give it some graceful startup time. This fixes i...
37
null
CybercentreCanada/assemblyline-v4-service
# Repository Context Name: CybercentreCanada/assemblyline-v4-service Description: # Pull Request ## Ignoring PID mismatch rather than raising exception # Relevant Files Found ## assemblyline_v4_service/common/dynamic_service_helper.py ``` from typing import List from re import compile from assemblyline_v4_servi...
5,596
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## Backdrop : Improve ordering of nested backdrops We now automatically draw larger backdrops behind smaller ones, so that nested backdrops "just work". An additional `depth` plug allows the user to override this in rare cases where they want a ...
78
null
lincc-frameworks/nested-pandas
# Repository Context Name: lincc-frameworks/nested-pandas Description: # Pull Request ## Multiindex support for pack_df This PR brings support of pandas multiindex, and hopefully, for other different index types <!-- Thank you for your contribution to the repo :) Pull Request (PR) Instructions: Provide a g...
146
null
google/vizier
# Repository Context Name: google/vizier Description: # Pull Request ## Move GridSearch to be a designer. Move GridSearch to be a designer. # Relevant Files Found ## vizier/_src/algorithms/policies/grid_search_policy.py ``` """Grid Search Pythia Policy which searches over a discretized grid of Trial parameter v...
212
null
aws-deadline/deadline-cloud-for-keyshot
# Repository Context Name: aws-deadline/deadline-cloud-for-keyshot Description: # Pull Request ## fix: turn off viewport rendering to reduce CPU usage Fixes: https://github.com/aws-deadline/deadline-cloud-for-keyshot/issues/117 ### What was the problem/requirement? (What/Why) KeyShot initiates viewport renderin...
725
null
lenskit/lkpy
# Repository Context Name: lenskit/lkpy Description: # Pull Request ## Add ndarray dep and use it for sampling This adds `ndarray` and `numpy` as additional Rust interfaces to Python, and uses them to implement the negative sampling API. When practical, these are slightly faster than Arrow, and are simpler to co...
435
null
googleapis/python-datastore
# Repository Context Name: googleapis/python-datastore Description: # Pull Request ## chore(main): release 2.15.2 :robot: I have created a release *beep* *boop* --- ## [2.15.2](https://github.com/googleapis/python-datastore/compare/v2.15.1...v2.15.2) (2023-05-04) ### Documentation * Minor comment update for En...
74
null
nebari-dev/nebari
# Repository Context Name: nebari-dev/nebari Description: # Pull Request ## Qhub init Fixes https://github.com/Quansight/qhub/issues/73 # Relevant Files Found ## qhub/cli/__init__.py ``` import argparse import logging import sys from os import path from qhub.cli.deploy import create_deploy_subcommand from qhub....
22
null
syncsoftco/tickr
# Repository Context Name: syncsoftco/tickr Description: # Pull Request ## Remove debugging print statements from `test_tickr_client.py` This PR cleans up the `test_tickr_client.py` file by removing two `print` statements that were likely used for debugging purposes. These print statements outputted the mocked cand...
369
null
gbouras13/pharokka
# Repository Context Name: gbouras13/pharokka Description: # Pull Request ## v1.7.4 with `--trna_scan_model` # Relevant Files Found ## bin/input_commands.py ``` import argparse import os import shutil import subprocess as sp from argparse import RawTextHelpFormatter import pyrodigal import pyrodigal_gv from Bi...