pr_id
int64
repo_id
null
repo_name
string
text
string
2,144
null
ansys/pyansys-geometry
# Repository Context Name: ansys/pyansys-geometry Description: # Pull Request ## fix: make import component named selections optional ## Description When inserting a file, now specify if you want named selection to be imported, defaults True. ## Issue linked ## Checklist - [x] I have tested my changes loc...
56
null
selwin/python-user-agents
# Repository Context Name: selwin/python-user-agents Description: # Pull Request ## Convert README to reStructuredText PyPI renders reStructuredText for display but displays other text formates (including Markdown) as raw text. Conversion was performed automatically by pandoc: ``` pandoc --from=markdown --to=rst -...
52
null
jseutter/ofxparse
# Repository Context Name: jseutter/ofxparse Description: # Pull Request ## Python version fixes and test support I've been consuming ofxparse for my own personal financial management for a short while now, and very much appreciate it. Recently, I've switched to Python 3, and I'd like to continue to use ofxparse. D...
83
null
Lawouach/WebSocket-for-Python
# Repository Context Name: Lawouach/WebSocket-for-Python Description: # Pull Request ## select.select() on Windows does not allow empty rlist. ...be empty. I added a simple check for this case and return the corresponding empty results list to the caller. See Python docs for details: http://docs.python.org/2/lib...
19
null
AndrewAltimit/template-repo
# Repository Context Name: AndrewAltimit/template-repo Description: # Pull Request ## feat: add AI agents for automated issue and PR management # feat: add AI agents for automated issue and PR management ## 🚀 Summary This PR introduces two powerful AI agents that automate GitHub issue processing and PR review ha...
186
null
SCECcode/pycsep
# Repository Context Name: SCECcode/pycsep Description: # Pull Request ## quadtree csv reader # pyCSEP Pull Request Checklist Please check out the [contributing guidelines](https://github.com/SCECcode/pycsep/blob/master/CONTRIBUTING.md) for some tips on making pull requests to pyCSEP. Fixes issue #(*please...
359
null
vantage6/vantage6
# Repository Context Name: vantage6/vantage6 Description: # Pull Request ## Feature/add citations # Relevant Files Found ## vantage6-client/vantage6/client/__init__.py ``` """ vantage6 clients This module is contains a base client. From this base client the container client (client used by master algorithms) a...
865
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Skip unimplemented autoscaler resources This makes it safe to put configs in place for autoscaling groups before we have the code to scale them. # Relevant Files Found ## paasta_tools/autoscaling/autoscaling_cluster_lib.py ``` #!/usr/bin/env ...
2,127
null
netket/netket
# Repository Context Name: netket/netket Description: # Pull Request ## Fix constraint validation bug in SumConstrainedHilbertIndex ## Summary Fixes a bug where `all_states()` returned invalid states that failed constraint checks in edge cases with single valid configurations. ## Problem The issue occurred in `Sum...
72
null
lawsie/guizero
# Repository Context Name: lawsie/guizero Description: # Pull Request ## Update Picture.py (testing) * Catch only `tk.TclError` instead of all exceptions; * The `master` argument is required for testing. See [this StackOverflow question](https://stackoverflow.com/questions/23224574/tkinter-create-image-function-er...
11
null
PaddlePaddle/paddle_upgrade_tool
# Repository Context Name: PaddlePaddle/paddle_upgrade_tool Description: # Pull Request ## add args prefix add args prefix # Relevant Files Found ## paddle1to2/refactor.py ``` from bowler import Query from bowler.helpers import power_parts, quoted_parts, dotted_parts from bowler.types import LN, Capture, Filenam...
314
null
googleapis/doc-pipeline
# Repository Context Name: googleapis/doc-pipeline Description: # Pull Request ## chore(deps): update dependency google-cloud-storage to <2.6.1 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | P...
2
null
JohnDMcMaster/libxgecu
# Repository Context Name: JohnDMcMaster/libxgecu Description: # Pull Request ## Fix missed variable refactor fn arg was renamed to fn_out but not all usages were updated, caused error where output would not be saved to file # Relevant Files Found ## t48/version.py ``` #!/usr/bin/env python3 from xgecu import t...
10
null
OctagonAI/kalshi-deep-trading-bot
# Repository Context Name: OctagonAI/kalshi-deep-trading-bot Description: # Pull Request ## Add Gpt 5 support <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Structured, schema-validated outputs for probability extraction and market anal...
9,284
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## chore(sdk): bump version to 0.19.5.dev1 This PR bumps the version to the next dev version after the release of 0.19.4. # Relevant Files Found ## wandb/__init__.py ``` """Use wandb to track machine learning work. Train and fine-tune models, ma...
411
null
mongodb/mongo-python-driver
# Repository Context Name: mongodb/mongo-python-driver Description: # Pull Request ## PYTHON-1671 Add ClientSession.with_transaction API Jira: https://jira.mongodb.org/browse/PYTHON-1671 # Relevant Files Found ## pymongo/client_session.py ``` # Copyright 2017 MongoDB, Inc. # # Licensed under the Apache License, ...
1,431
null
coiled/benchmarks
# Repository Context Name: coiled/benchmarks Description: # Pull Request ## enable COW for tpch See https://github.com/coiled/benchmarks/issues/1430 in case we don't go through with https://github.com/dask-contrib/dask-expr/issues/918 for whatever reason # Relevant Files Found ## tests/tpch/conftest.py ``` impor...
127
null
gantsign/ansible-role-maven
# Repository Context Name: gantsign/ansible-role-maven Description: # Pull Request ## Updated to Maven to version 3.6.3 `3.6.3` is now the default version installed. # Relevant Files Found ## molecule/default/tests/test_role.py ``` import pytest import os import testinfra.utils.ansible_runner testinfra_hosts =...
1,528
null
python-discord/bot
# Repository Context Name: python-discord/bot Description: # Pull Request ## Allow eval almost everywhere ## Description Adds a check to blacklist a command only in a specific context, with an option for a role override. The check is applied to the eval command to blacklist it only from python-general. ## Quest...
96
null
conductor-is/quickbooks-desktop-python
# Repository Context Name: conductor-is/quickbooks-desktop-python Description: # Pull Request ## feat(api): api update # Relevant Files Found ## src/conductor/resources/qbd/__init__.py ``` # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from .qbd import ( QbdResource, ...
1,657
null
vantage6/vantage6
# Repository Context Name: vantage6/vantage6 Description: # Pull Request ## Change/final changes 4.9 # Relevant Files Found ## vantage6-algorithm-store/vantage6/algorithm/store/resource/algorithm.py ``` import logging import datetime from http import HTTPStatus from threading import Thread from flask import g,...
2,196
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## Fix JSON schema error when using tools with anyOf instead of type ## Description - **Summary of changes**: handle case where properties of the input schema of a tool doesn't have `type` but uses `anyOf` - **Motivation and context**: Using A...
17
null
stanfordnlp/cocoa
# Repository Context Name: stanfordnlp/cocoa Description: # Pull Request ## Randomly select a subset of attributes for each scenario @hhexiy @percyliang @mihail911 He, this code still doesn't work - I get a IndexError: list index out of range on line 68 of generate_scenarios.py, and I'm not sure why that is.. # ...
226
null
gantsign/ansible-role-visual-studio-code
# Repository Context Name: gantsign/ansible-role-visual-studio-code Description: # Pull Request ## Added support for managing keybindings.json # Relevant Files Found ## molecule/code-only/tests/test_settings.py ``` def test_settings(host): settings_file = host.file('/home/test_usr/.config/Code/User/settings...
73
null
DemocracyClub/EveryElection
# Repository Context Name: DemocracyClub/EveryElection Description: # Pull Request ## Allow a 'client' EE to sync Elections app models from a 'server' EE Having chewed over all sorts of complicated approaches to this I think the correct solution at this stage is to go with a really simple/dumb solution.. basically ...
207
null
model-checking/cbmc-starter-kit
# Repository Context Name: model-checking/cbmc-starter-kit Description: # Pull Request ## Fix off-by-one error in proof summary count *Description of changes:* We were claiming one more successful proof than we actually had for successful execution of "print_tool_versions" was also counted as a proof. By subm...
45
null
xcist/main
# Repository Context Name: xcist/main Description: # Pull Request ## Gui ## Pull request header ### Pull request description - [ ] Updated version in setup.py and catsim/__init__.py # Relevant Files Found # Edits This pull request adds an initial graphical user interface (GUI) to the XCIST simulati...
76
null
imDarshanGK/TrendTags
# Repository Context Name: imDarshanGK/TrendTags Description: # Pull Request ## Fix tag overwriting in loop - Refactor tag processing into new module - Add docstring - Fix variable redefinition inside of the loop - Add associated unit tests Closes #67 # Relevant Files Found ## app.py ``` import logging im...
44
null
wdr-data/wdr-okr
# Repository Context Name: wdr-data/wdr-okr Description: # Pull Request ## 📝 Add sphinx-based documentation This pull request adds Sphinx to automatically build the documentation. This includes a custom extension to document the database. To build the docs, run ``pipenv run docs``. # Relevant Files Found ## docs...
3,961
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## Enable async agent knowledge search ## Summary Describe key changes, mention related issues or motivation for the changes. (If applicable, issue number: #\_\_\_\_) ## Type of change - [ ] Bug fix - [ ] New feature - [ ] Breaking c...
429
null
mintapi/mintapi
# Repository Context Name: mintapi/mintapi Description: # Pull Request ## 🔨 - Update Transactions Endpoint This PR addresses the outdated Transactions endpoint with the switch to the new Mint UI. For v1 of this update, we are going to keep the formatting as is returned from the API, except we are popping out the...
27
null
explosion/curated-transformers
# Repository Context Name: explosion/curated-transformers Description: # Pull Request ## Add basic CI configuration This adds a basic CI configuration for until we move this to explosion and setup Azure Devops. # Relevant Files Found ## curated_transformers/tests/models/test_transformer_model.py ``` from pathlib...
171
null
dgraph-io/pydgraph
# Repository Context Name: dgraph-io/pydgraph Description: # Pull Request ## fix - Refresh example for v21.03.x This updates examples to support Dgraph v21.03: * updated requirements for pydgraph==21.3.0 * examples/simple/README.md - fixed embedded docker-compose for superflags * examples/tls/docker-compose.ym...
9
null
cpml-au/dctkit
# Repository Context Name: cpml-au/dctkit Description: # Pull Request ## Jax # Relevant Files Found ## src/dctkit/apps/poisson.py ``` import numpy as np from dctkit.dec import cochain as C # @profile def poisson(c, k): """Implements a routine to compute the LHS of the Poisson equation in DEC framework. ...
69
null
ryanhausen/fitsmap
# Repository Context Name: ryanhausen/fitsmap Description: # Pull Request ## Fits image scaling issue 67 This addresses #67 and #68. Matplotlib figures are no longer used to render tiles. Matplotlib colormaps and simple_norm are used to colorize tiles at native scale at max zoom. After max zoom, tiles are built re...
15,545
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Fixes wrong limit for dask for python>3.7 (should be <3.7) <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. ...
91
null
SAP/STARS
# Repository Context Name: SAP/STARS Description: # Pull Request ## Add back button and weights config in dashboard added - back button - set weights button and dialog with API key check # Relevant Files Found ## backend-agent/app/db/models.py ``` from flask_sqlalchemy import SQLAlchemy db = SQLAlchemy() ...
24
null
deepnote/deepnote-toolkit
# Repository Context Name: deepnote/deepnote-toolkit Description: # Pull Request ## chore(ci): Combine code coverage in CI before uploading to codecov <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Consolidated per-run test coverage into a sin...
1,169
null
efeone/beams
# Repository Context Name: efeone/beams Description: # Pull Request ## feat:BOM info section hide through property setters ## Feature description In Stock Entry Doctype need to hide BOM Info section ## Solution description The section hide through property setters through setup ## Output screenshots (option...
98
null
toshiaki1729/stable-diffusion-webui-dataset-tag-editor
# Repository Context Name: toshiaki1729/stable-diffusion-webui-dataset-tag-editor Description: # Pull Request ## fix #97 and a bug: caption file extension not work on save # Relevant Files Found ## scripts/dataset_tag_editor/dte_logic.py ``` from pathlib import Path import re, sys from typing import List, Set, O...
3,437
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Avoid loop= keyword in asyncio coordination primitives cc @jrbourbeau # Relevant Files Found ## distributed/client.py ``` import asyncio import atexit from collections import defaultdict from collections.abc import Iterator from concurre...
405
null
PyLabRobot/pylabrobot
# Repository Context Name: PyLabRobot/pylabrobot Description: # Pull Request ## add Thermo_Nunc_96_well_plate_1300uL_Rb # Relevant Files Found ## pylabrobot/resources/thermo_fisher/plates.py ``` """Thermo Fisher Scientific Inc. (and all its brand) plates""" from pylabrobot.resources.height_volume_functions im...
649
null
curly60e/pyblock
# Repository Context Name: curly60e/pyblock Description: # Pull Request ## PR # Relevant Files Found ## pybitblock/PyBlock.py ``` #Developer: Curly60e #Tester: __B__T__C__ #ℙ𝕪𝔹𝕃𝕆ℂ𝕂 𝕚𝕥𝕤 𝕒 𝔹𝕚𝕥𝕔𝕠𝕚𝕟 𝔻𝕒𝕤𝕙𝕓𝕠𝕒𝕣𝕕 𝕨𝕚𝕥𝕙 ℂ𝕪𝕡𝕙𝕖𝕣𝕡𝕦𝕟𝕜 𝕒𝕖𝕤𝕥𝕙𝕖𝕥𝕚𝕔. import os import os.path import ...
63,139
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Convert Risco sensor states to timestamps <!-- 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 pictu...
34
null
profcomff/services-api
# Repository Context Name: profcomff/services-api Description: # Pull Request ## Issue #33 # Relevant Files Found ## services_backend/routes/models/button.py ``` from pydantic import Field from ...models.database import Type from .base import Base class ButtonCreate(Base): icon: str = Field(description='...
3,036
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Cbc proxy refactor A couple of refactors that were necessary before starting work on https://github.com/alphagov/notifications-api/pull/3035 # Relevant Files Found ## app/__init__.py ``` import time import os import random impor...
977
null
beer-garden/beer-garden
# Repository Context Name: beer-garden/beer-garden Description: # Pull Request ## Wrapping all stomp handler calls in a try This wraps the event handling for the stomp entry point in a try so it doesn't cause problems if there's ever an exception. # Relevant Files Found ## src/app/beer_garden/api/stomp/manager.py...
1,475
null
mlcommons/inference
# Repository Context Name: mlcommons/inference Description: # Pull Request ## Add new models to final report # Relevant Files Found ## tools/submission/generate_final_report.py ``` """Tool to generate the final results speadsheet from the submission checker csv output. The resulting excel files can be imported...
181
null
flypipe/flypipe
# Repository Context Name: flypipe/flypipe Description: # Pull Request ## 177 integrate sparkleframe to run low latency transformations Low-Latency Transformations with Sparkleframe Apache Spark is designed for distributed, large-scale data processing, but it is not optimized for low-latency use cases. There are s...
1,095
null
huggingface/smolagents
# Repository Context Name: huggingface/smolagents Description: # Pull Request ## Improve ApiModel and subclasses instantiation Improve `ApiModel` and subclasses instantiation: - commmon params are set in the parent class - client is created by calling `create_client` # Relevant Files Found ## src/smolagents/mod...
345
null
unit8co/darts
# Repository Context Name: unit8co/darts Description: # Pull Request ## Fix/nbeats gpu cpu <!-- Please mention an issue this pull request addresses. --> Fixes #298 ### Summary The bug was caused by missing torch tensor registrations in `_TrendGenerator` and `_SeasonalityGenerator` blocks. Registering them v...
162
null
tenstorrent/tt-forge-models
# Repository Context Name: tenstorrent/tt-forge-models Description: # Pull Request ## Add support for BEVDepth variants ### Ticket - Fixes https://github.com/tenstorrent/tt-xla/issues/1138 ### Problem description - Add support for **BEVDepth** model remaining variants mentioned [here](https://github.com/Me...
50,105
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove YAML configuration from SolarEdge <!-- 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 b...
21,284
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Network] `az network private-endpoint`: Associate IP configurations and ASGs when creating PE **Description**<!--Mandatory--> <!--Why this PR? What is changed? What is the effect? etc. A high-quality description can accelerate the review pr...
10
null
MLH-Fellowship/pod_1.0.2_kaal
# Repository Context Name: MLH-Fellowship/pod_1.0.2_kaal Description: # Pull Request ## [cli] initalise cli scaffolding - [x] Set up a basic python project using venv to manage dependencies - [x] Initialise all commands and their functions. # Relevant Files Found # Edits This pull request adds initial CLI sca...
183
null
thenewboston-blockchain/Website-API
# Repository Context Name: thenewboston-blockchain/Website-API Description: # Pull Request ## Api updates(app slug,s3 public urls) > prod # Relevant Files Found ## config/settings/base.py ``` import os from datetime import timedelta BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__f...
3
null
orsinium-labs/walnats
# Repository Context Name: orsinium-labs/walnats Description: # Pull Request ## Simplify Tasks Use callbacks to remove a task from Tasks manager. It improves CPU and memory usage. # Relevant Files Found ## tests/test_tasks.py ``` import asyncio import os import pytest from walnats._tasks import Tasks CI = bo...
356
null
RocketPy-Team/RocketPy
# Repository Context Name: RocketPy-Team/RocketPy Description: # Pull Request ## BUG: Parachute lag warning when lag is 0 #2 ## Pull request checklist - [x] Tests for the changes have been added - [x] Docs have been reviewed and added / updated if needed - [x] Lint (`black rocketpy`) has passed locally a...
11,608
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Paraview: Add motionfx variant Paraview@5.6.0 fails to build with intel compilers on certain platforms. Error messages have been traced to the optional MotionFX lib. (see https://discourse.paraview.org/t/error-build-5-6-0-rc1/572) Adding the ...
10
null
anilrajrimal1/dockedup
# Repository Context Name: anilrajrimal1/dockedup Description: # Pull Request ## feat(flags): project reference flags ## Changes - if error occurs due to OS type, throw relevant message - add multiple reference flags for better user experience - fix readme according to changes - fix test cases failing due to im...
437
null
mljar/mljar-supervised
# Repository Context Name: mljar/mljar-supervised Description: # Pull Request ## fixed mae metric bug with lgbm (clean PR) Hi @pplonski , I checked LightGBM docs and used the following code to check: ``` from lightgbm import LGBMRegressor import numpy as np X = np.random.randn(100, 10) y = np.random.randn(1...
31
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## [build-microshift] - Don't skip advisory prep and other job enhancements # Summary - Don't skip advisory prep if build is pinned or PR is not created - do it again (reentrant behavior) - Check if expected builds are pinned - if not ...
62,824
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add unique id to nissanleaf entities <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture ...
234
null
curly60e/pyblock
# Repository Context Name: curly60e/pyblock Description: # Pull Request ## Minor corrections # Relevant Files Found ## PyBlock.py ``` #Developer: Curly60e #PyBLOCK its a clock of the Bitcoin blockchain. import os import os.path import time as t import pickle import psutil import qrcode import random import xml...
9,630
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: permission validation for child table fields port-of: #9609 # Relevant Files Found ## frappe/model/base_document.py ``` # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # MIT License. See license.txt from __future_...
23
null
lojack5/structured
# Repository Context Name: lojack5/structured Description: # Pull Request ## use `operator.attrgetter` to speed up attribute access # Relevant Files Found ## structured/structured.py ``` from __future__ import annotations import sys __all__ = [ 'Structured', 'serialized', ] import operator from funct...
53
null
EleutherAI/lm-evaluation-harness
# Repository Context Name: EleutherAI/lm-evaluation-harness Description: # Pull Request ## Update drop to be consistent with gpt3 paper # Relevant Files Found ## lm_eval/tasks/coqa.py ``` import json import random from lm_eval.base import Dataset from ..utils import sh class CoQA(Dataset): def download(s...
890
null
owtf/owtf
# Repository Context Name: owtf/owtf Description: # Pull Request ## Add support for installation and running OWTF on macOS Support for OSX installation. Add platform specific shell scripts and python code. Fixes issue after install causing assets not being found. Fix issue causing ~/.owtf config files being overwri...
1,455
null
longhorn/longhorn-tests
# Repository Context Name: longhorn/longhorn-tests Description: # Pull Request ## test: fix flaky test case test_orphan_with_same_orphaned_dir_name_in_another_disk (backport #1447) This is an automatic backport of pull request #1447 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands...
1,157
null
iMicknl/python-overkiz-api
# Repository Context Name: iMicknl/python-overkiz-api Description: # Pull Request ## Skip None value, fixes retrieval of diagnostics Fixes diagnostics retrieval issue as part of https://github.com/home-assistant/core/issues/111818 # Relevant Files Found ## pyoverkiz/obfuscate.py ``` """Utils for Overkiz client""...
1,876
null
safe-global/safe-transaction-service
# Repository Context Name: safe-global/safe-transaction-service Description: # Pull Request ## Fix slow query when getting threshold for multisig-transactions - Getting the threshold for executed transactions was slow, as sorting was done using multiple tables. - Sorting was optimized to use the `internal_tx_id`. ...
223
null
superannotateai/superannotate-python-sdk
# Repository Context Name: superannotateai/superannotate-python-sdk Description: # Pull Request ## Sdk 193 2 # Relevant Files Found ## src/superannotate/lib/app/interface/sdk_interface.py ``` import concurrent.futures import io import json import logging import os import tempfile import time from collections im...
99
null
confident-ai/deepteam
# Repository Context Name: confident-ai/deepteam Description: # Pull Request ## Resolves missing method references in `LinguisticConfusion.enhance()` that were causing `AttributeError` when using semantic manipulation attacks. **Changes:** - Replace non-existent methods with actual existing methods: - `enhance_...
370
null
bjoern-buettner/roleplay-ai
# Repository Context Name: bjoern-buettner/roleplay-ai Description: # Pull Request ## add contributor listing that actually updates # 📦 Pull Request Template Thank you for your contribution to **Roleplay AI**! 🙌 Please fill out the following details to help us review your pull request. --- ## 📝 Descrip...
3
null
hfilimonescu/flask-bs4
# Repository Context Name: hfilimonescu/flask-bs4 Description: # Pull Request ## Fix passing the enctype to the quick_form # Relevant Files Found ## flask_bs4/forms.py ``` from markupsafe import Markup from wtforms.widgets.core import html_params from .internals import xmlattr def _add_description(field, **...
351
null
triton-inference-server/model_analyzer
# Repository Context Name: triton-inference-server/model_analyzer Description: # Pull Request ## Reducing unit testing time Reducing unit testing wall clock time from 159 to 87 seconds - 10 -> 2 second wait period for monitoring times (33 second savings) - Reduced scope of three model RCG test (39 second sa...
197
null
noironetworks/aci-integration-module
# Repository Context Name: noironetworks/aci-integration-module Description: # Pull Request ## Add host column to L3OutInterface objects # Relevant Files Found ## aim/agent/aid/universes/aci/converter.py ``` # Copyright (c) 2016 Cisco Systems # All Rights Reserved. # # Licensed under the Apache License, Vers...
16
null
danwald/pytextractor
# Repository Context Name: danwald/pytextractor Description: # Pull Request ## Pkg resource fix3.12 [setuptools isn't included by default after 3.11](https://docs.python.org/3/whatsnew/3.12.html) - This explicitly adds it as a dependency to fix issue #15 and support py3.12. - removes bump2version config # Rel...
1,939
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## metarelate date and git sha date and commit sha stamps for metarelate sourced content as requested in #1929 # Relevant Files Found ## lib/iris/fileformats/grib/_grib_cf_map.py ``` # (C) British Crown Copyright 2013 - 2016, Met Office # # T...
9,669
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueries_with_in. After 0899d583bdb140910698d00d17f5f1abc8774b07, this database feature is false only on MySQL, which doesn't support sliced subqueries only with `IN/ALL/ANY...
2,568
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Add email and letter branding to the add organisation command Updated the `populate-organisations-from-file` command to include a default email and letter branding column. The name of brand is used to look up the brand id and set ...
10,128
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Relay] fix a corner case when relay return empty tuple Avoid compile error for corner case of return (). ``` #[version = "0.0.5"] def @main(%x: Tensor[(16), float32]) { () } ``` # Relevant Files Found ## tests/python/relay/test_back...
209
null
fractal-analytics-platform/fractal-tasks-core
# Repository Context Name: fractal-analytics-platform/fractal-tasks-core Description: # Pull Request ## Soften a constraint in `napari_workflows_wrapper` # Relevant Files Found ## fractal_tasks_core/napari_workflows_wrapper.py ``` """ Copyright 2022 (C) Friedrich Miescher Institute for Biomedical Research a...
117
null
epam/aws-syndicate
# Repository Context Name: epam/aws-syndicate Description: # Pull Request ## Attempt to load creds if they're not passed while generating config **Attempt to load creds if they're not passed while generating config:** If a user doesn't pass his access keys while generating config, boto3 inside the application stil...
75
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## Guam polygons are east longitude fixes #74 # Relevant Files Found ## pyiem/nws/product.py ``` """Base Class encapsulating a NWS Text Product""" import datetime import re import pytz from shapely.geometry import Polygon, MultiPolygon from sh...
54
null
broadinstitute/warp-tools
# Repository Context Name: broadinstitute/warp-tools Description: # Pull Request ## Adding automation for more containers * We have about 30 (and growing) 3rd-party tools containers in warp-tools * This will automatically build every one of them with the following rules: * If only a file inside container A ha...
908
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## basic status check include deployed region and version info This PR does not need a corresponding Jira item. ## Description Our /status endpoint is cached to avoid pounding on our dependencies with every request. Becaus...
2,603
null
KATO-Hiro/AtCoder
# Repository Context Name: KATO-Hiro/AtCoder Description: # Pull Request ## Solve tessoku-book task FB close #2602 # Relevant Files Found # Edits This pull request solves task FB from the tessoku-book, which involves finding and printing all divisors of a given positive integer \( n \) in ascending order. The...
139
null
Scopeo/draftnrun
# Repository Context Name: Scopeo/draftnrun Description: # Pull Request ## AIT-447 Chunk Processor - Added ChunkProcessor class to process data in chunks using a graph workflow. - Implemented split and merge methods for chunk processing. - Registered ChunkProcessor in the entity registry using project reference p...
1,816
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Added a slack class to make it easy to post notifications to slack. I'm hoping this will be a convenient way to put things in slack, with a graceful fallback when a token is not available. # Relevant Files Found ## paasta_tools/utils.py ``` #...
1,530
null
HyphaApp/hypha
# Repository Context Name: HyphaApp/hypha Description: # Pull Request ## Add a help link field to all stream fields. Fixes #1490 # Relevant Files Found ## opentech/apply/stream_forms/blocks.py ``` # Credit to https://github.com/BertrandBordage for initial implementation import bleach from django_bleach.templatet...
326
null
gabrielfalcao/HTTPretty
# Repository Context Name: gabrielfalcao/HTTPretty Description: # Pull Request ## correct spelling mistake # Relevant Files Found ## httpretty/core.py ``` # #!/usr/bin/env python # -*- coding: utf-8 -*- # <HTTPretty - HTTP client mock for Python> # Copyright (C) <2011-2015> Gabriel Falcão <gabriel@nacaolivre.o...
701
null
PyCQA/bandit
# Repository Context Name: PyCQA/bandit Description: # Pull Request ## #694 Bandit fails when using importlib with named arguments This PR fixes the issue when importlib is being used with named arguments outlined in the #694. Following cases are found: 1. `importlib.import_module("foo", "bar.baz")` results ...
32,297
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## perf: cast filters to string for assignments lessen impact of https://github.com/frappe/frappe/issues/32287 # Relevant Files Found ## frappe/automation/doctype/assignment_rule/assignment_rule.py ``` # Copyright (c) 2022, Frappe Technologies...
22
null
mcp-getgather/mcp-getgather
# Repository Context Name: mcp-getgather/mcp-getgather Description: # Pull Request ## Add two ACME tests w/ choices Did some cleanup of the current ACME test structure as well as added in logic for two new tests that require choices on the part of the user (simulated here as a test). One of the new tests allow f...
300
null
NVIDIA/TransformerEngine
# Repository Context Name: NVIDIA/TransformerEngine Description: # Pull Request ## Get default dtype from pytorch Fixes #270 # Relevant Files Found ## transformer_engine/pytorch/attention.py ``` # Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # See LICENSE for license informat...
466
null
GoogleCloudPlatform/ramble
# Repository Context Name: GoogleCloudPlatform/ramble Description: # Pull Request ## Revert "Allow expander to return string representation of invalid operators" This reverts commit ce7f02528cc344e521e5ab303fa19649966379c1. That commit unintentionally caused spaces in strings that contain binary operators (such ...
19
null
VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation
# Repository Context Name: VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation Description: # Pull Request ## Add dataset comparison workflow ## Summary - add `run_workflow` routine in `full_project_workflow.py` - allow running clean and noisy datasets and produce combined comp...
44
null
fustom/python-ariston-api
# Repository Context Name: fustom/python-ariston-api Description: # Pull Request ## Feature/support bsb device Support for BSB (whe type 5) devices. I didn't know how to implement `get_plant_mode`. Feel free to extend my code. I also added a dev container for a more convenient development experience. I can remov...
907
null
ansible/eda-server
# Repository Context Name: ansible/eda-server Description: # Pull Request ## enable ssl postgres # Relevant Files Found ## src/aap_eda/settings/default.py ``` # Copyright 2022 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance wi...