pr_id
int64
repo_id
null
repo_name
string
text
string
42
null
pasqal-io/Pulser
# Repository Context Name: pasqal-io/Pulser Description: # Pull Request ## Changing the structure and usage of Devices This PR involves some significant changes, all involving in some way the device classes. Namely: - The base class, `PasqalDevice` is now a `dataclass` which is instantiated for each device. This m...
59
null
deepset-ai/haystack-core-integrations
# Repository Context Name: deepset-ai/haystack-core-integrations Description: # Pull Request ## [Elasticsearch Document Store] improve error handling in `write_documents` Fixes #58 We now distinguish the errors into `DuplicateDocumentError` and generic `DocumentStoreError`. The `DuplicateDocumentError` is rai...
39
null
devartis/passbook
# Repository Context Name: devartis/passbook Description: # Pull Request ## Some updates for generation of fields and barcode I need to generate fields with ignoreTimeZone and different encoding and i suppose i'll not be the only one:). Will try to update more(backwards compatible) if i get the chance # Relevant F...
40
null
Emerge-Lab/PufferDrive
# Repository Context Name: Emerge-Lab/PufferDrive Description: # Pull Request ## Update rendering configuration to use values from the config file # Relevant Files Found ## pufferlib/pufferl.py ``` ## puffer [train | eval | sweep] [env_name] [optional args] -- See https://puffer.ai for full detail0 # This is th...
14,083
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Allow users of the KPO to template environment variables Addresses https://github.com/apache/airflow/issues/13348 Adds a "templated_fields" variable to k8s.V1EnvVar so jinja templating will work when passed by users`` <!-- Thank you fo...
7,053
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Minor style fix in cuda_graph_runner.py # Relevant Files Found ## python/sglang/srt/model_executor/cuda_graph_runner.py ``` # Copyright 2023-2024 SGLang Team # Licensed under the Apache License, Version 2.0 (the "License"); # you may n...
2,285
null
streamlink/streamlink
# Repository Context Name: streamlink/streamlink Description: # Pull Request ## streams.dash: Support manifest strings in addition to manifest urls Modifies `parse_manifest()` to accept a `url_or_manifest` parameter. See also: #2239 This does not include any of the changes for supporting DASH SegmentBase. #...
71
null
brazier-dev/hikari-flare
# Repository Context Name: brazier-dev/hikari-flare Description: # Pull Request ## Fix Serde This PR fixes numerous bugs with `flare.internal.serde.Serde` - Cookies can now end in ESC - No more problems if a string is `\\\x82` - Probably other things closes #66 # Relevant Files Found ## flare/internal/ser...
137
null
priceloop/priceloop-api-python
# Repository Context Name: priceloop/priceloop-api-python Description: # Pull Request ## feat: create job id export Missing job id export # Relevant Files Found # Edits This PR adds a new API endpoint to retrieve export job information by job ID, enabling users to get a download URL for a specific exported tab...
7,507
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Fix mutable_pauli_string.inplace_after() and inplace_before() Similar to the fix for PauliString.after() #7065, this is the fix for MutablePauliString. Also deleted the culprit _decompose_into_cliffords helper function that was used by Pau...
680
null
laude-institute/terminal-bench
# Repository Context Name: laude-institute/terminal-bench Description: # Pull Request ## New Task: Predict user churn **If your PR is adding a new task to terminal-bench-core, please complete this by adding an "x" next to each applicable item. If you are not adding a new task, feel free to delete the contents of th...
3,735
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Utils] Fix remove image protocol prefix of default image Users are not required to specify an image. `warnings.warn` is mainly used for deprecations and it can be filtered. mlrun usage information should be logged with mlrun logger. # Releva...
1,470
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Correct typo in SQLFluff name ### Brief summary of the change made Correct `SQLFLuff` (with a capital `L`) to `SQLFluff` in a few places. ### Are there any other side effects of this change that we should be aware of? None ### Pull ...
16,522
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Enable TryCreateImmediately to use the fallback allocation path This PR goes together with https://github.com/ray-project/ray/pull/16523 After 16523, TryCreateImmediately will only be used for creating error objects. Since error objects sh...
49
null
timeflux/timeflux
# Repository Context Name: timeflux/timeflux Description: # Pull Request ## iterate over all ports Bug fix, when iterating over ports in Expression node (mode='on_ports') # Relevant Files Found ## timeflux/nodes/expression.py ``` import numpy as np import pandas as pd from timeflux.core.io import Port from time...
78
null
drhagen/parsita
# Repository Context Name: drhagen/parsita Description: # Pull Request ## Remove context-specific parse Inspired by #77, I found that removing the `parse_method` global mutable state is relatively straightforward. It can be replaced by a switch that chooses the `Reader` subtype based on the input type. All the read...
52
null
charettes/django-mutant
# Repository Context Name: charettes/django-mutant Description: # Pull Request ## Ran CI tests against Django 1.11a1. Also disabled Django master tests against Python 2. # Relevant Files Found ## mutant/compat.py ``` from __future__ import unicode_literals from operator import attrgetter import django get_rem...
2,529
null
department-of-veterans-affairs/notification-api
# Repository Context Name: department-of-veterans-affairs/notification-api Description: # Pull Request ## HOTFIX - SES Rate Limit <!-- Before you open this PR, make sure that you review and are taking steps to follow [the Definition of Mergeable in our team agreement](https://docs.google.com/document/d/1nwZIF_lydP...
3,970
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Reduced warning messages from tests/visualization_tests/test_slice.py ## Motivation: As part of #3815 ## Description: Suppressed user warnings for tests involving the _check_plot_args function in the tests/visualization_tests/test_slic...
5,576
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Fix: Post-deploy script potentially overloads TDR (#5522) Connected issues: #5522 ## Checklist ### Author - [x] PR is a draft - [x] Target branch is `develop` - [x] Name of PR branch matches `issues/<GitHub handle of author>...
286
null
sql-machine-learning/elasticdl
# Repository Context Name: sql-machine-learning/elasticdl Description: # Pull Request ## support tf.train.example data format over recordio file fix #287 # Relevant Files Found # Edits This pull request adds support for using `tf.train.Example` as a unified data format for both structured and unstructured dat...
22
null
MariaEduardaDeAzevedo/nosso-py
# Repository Context Name: MariaEduardaDeAzevedo/nosso-py Description: # Pull Request ## Add - uri: {1002, 1168, 1768} # Relevant Files Found # Edits This pull request adds solutions to three URI online judge problems (1002, 1168, and 1768) in Python, enhancing the repository's collection of programming exerc...
3,831
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Don’t show future financial years on organisation usage page There’s no useful information in the page for the future financial year because there’s no way for any of the services to have yet used anything. Changing this match...
46
null
UiPath/uipath-langchain-python
# Repository Context Name: UiPath/uipath-langchain-python Description: # Pull Request ## feat: add new cli command - add new cli command # Relevant Files Found ## src/uipath_langchain/middlewares.py ``` from uipath._cli.middlewares import Middlewares from ._cli.cli_init import langgraph_init_middleware from ._...
335
null
scikit-hep/coffea
# Repository Context Name: scikit-hep/coffea Description: # Pull Request ## work_queue_executor: fixed issue with absolute path names for the environment file argument The work_queue_executor contained a bug in which it would not allow an absolute pathname to be specified for the environment file argument to the ex...
18,425
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [client] pass _credentials down from init <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee sec...
8,462
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## upgrade broadlink lib ## Description: upgrade broadlink lib # Relevant Files Found ## homeassistant/components/sensor/broadlink.py ``` """ Support for the Broadlink RM2 Pro (only temperature) and A1 devices. For more details about th...
99
null
longhorn/longhorn-tests
# Repository Context Name: longhorn/longhorn-tests Description: # Pull Request ## Conditionally run base image tests Only run base image tests if all nodes support mount propagation # Relevant Files Found ## manager/integration/tests/conftest.py ``` import pytest from kubernetes import client as k8sclient, conf...
27
null
eka-care/KARMA-OpenMedEvalKit
# Repository Context Name: eka-care/KARMA-OpenMedEvalKit Description: # Pull Request ## HardikChhallani/Fix_MedMCQA # Relevant Files Found ## karma/eval_datasets/base_dataset.py ``` """ Base dataset class for multimodal benchmarking. This module provides the base interface that eval_datasets should implement t...
301
null
microsoft/Conversation-Knowledge-Mining-Solution-Accelerator
# Repository Context Name: microsoft/Conversation-Knowledge-Mining-Solution-Accelerator Description: # Pull Request ## fix: Chart titles are not aligned with x & y axis in chat panel with selected screen resolution. ## Purpose Chart titles are not aligned with x & y axis in chat panel with selected screen resoluti...
23,591
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bug] Fix DeepGEMM Env Control ## Purpose We don't let deepgemm env to control fp8 linear, this PR fixes the bug # Relevant Files Found ## vllm/utils/deep_gemm.py ``` # SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: Copy...
130
null
TrueSelph/jivas
# Repository Context Name: TrueSelph/jivas Description: # Pull Request ## Alpha.56 ## **Type of Change** What type of change does this PR introduce? Mark all that apply: - [ ] 🐛 Bug Fix - [ ] 🚀 Feature Request - [ ] 🔄 Refactor - [ ] 📖 Documentation Update - [x] 🔧 Other (Please specify): --- ## **Su...
520
null
ManimCommunity/manim
# Repository Context Name: ManimCommunity/manim Description: # Pull Request ## Fix docs for `Variable` and remove some unused imports ## List of Changes - Remove some imports which are not used at all in `manim/mobject/numbers.py` - Add a new line in example section for `Variable` in order for the examples to c...
78
null
AlpacaTechJP/backlight
# Repository Context Name: AlpacaTechJP/backlight Description: # Pull Request ## use enum values for entry.direction_based_entry # Relevant Files Found ## src/backlight/strategies/common.py ``` import pandas as pd from enum import Enum from backlight.datasource.marketdata import MarketData from backlight.signa...
30
null
starkbank/febraban-python
# Repository Context Name: starkbank/febraban-python Description: # Pull Request ## Add paid amount field in charge payment shipping file # Relevant Files Found ## febraban/cnab240/itau/sispag/file/lot.py ``` from .headerLot import HeaderLot from .trailerLot import TrailerLot from ....itau.sispag import Transfe...
6,056
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Allow to get non-valid files from DBS in listDatasetFileDetails. This pull is because in CRAB we only care about files status in DBS and not about dataset status. When the function listDatasetFileDetails was introduced by @bbockelm it was retrie...
13
null
avinal/Profile-Readme-WakaTime
# Repository Context Name: avinal/Profile-Readme-WakaTime Description: # Pull Request ## Dark mode support This merge request adds following 1. Add transparency to SVG 2. Recolor the tiltles and ticks to make even in dark mode # Relevant Files Found ## main.py ``` # Copyright (c) 2020 Avinal Kumar # # Distri...
4
null
dobestan/fastube
# Repository Context Name: dobestan/fastube Description: # Pull Request ## AbstractUser 를 상속하여, User 모델 생성하기 - #2 # Relevant Files Found ## fastube/fastube/settings/partials/base.py ``` """ Django settings for fastube project. Generated by 'django-admin startproject' using Django 1.9.7. For more information ...
866
null
Sage-Bionetworks/synapsePythonClient
# Repository Context Name: Sage-Bionetworks/synapsePythonClient Description: # Pull Request ## [SYNPY-1173] Support DATE_LIST, ENTITYID_LIST, USERID_LIST table columns Per request of @jaeddy . This PR supports the other table `list` columns. # Relevant Files Found ## synapseclient/table.py ``` """ ****** Tables...
1,297
null
NVIDIA-NeMo/RL
# Repository Context Name: NVIDIA-NeMo/RL Description: # Pull Request ## chore: 0.4.0.rc0 -> 0.4.0 # What does this PR do ? chore: 0.4.0.rc0 -> 0.4.0 # Issues List issues that this PR closes ([syntax](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-i...
1,217
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## add widget caps_num_lock_indicator This is a really simple widget I did for myself, but now I share it, just in case it could be also useful for someone else. I bought a laptop this summer and it doesn't have any led indicator to warn if Caps Lo...
1,810
null
sktime/sktime
# Repository Context Name: sktime/sktime Description: # Pull Request ## [BUG] fix `FeatureUnion` test failure mk4 Another attempted fix for #1662 which PR #1665, #1701 did not fix. Hopefully the definitive fix now. This fix completely rewrites the `FeatureUnion` instead of inheriting from the `sklearn` one. Wit...
119
null
run-house/kubetorch
# Repository Context Name: run-house/kubetorch Description: # Pull Request ## OpenTelemetry: Implement the default propagation of telemetry to the Runhouse-hosted collector Retention: 13 months for metrics, 30 days for traces Source: https://grafana.com/orgs/runhouse/subscription Design doc: https://docs.goo...
419
null
NVIDIA-NeMo/Megatron-Bridge
# Repository Context Name: NVIDIA-NeMo/Megatron-Bridge Description: # Pull Request ## Add qwen2 pretrain recipes part of #145 # Relevant Files Found # Edits This pull request adds pre-training recipe configurations for the Qwen2 model family (500M, 1.5B, 7B, and 72B parameter sizes) to support training within...
1,079
null
interuss/monitoring
# Repository Context Name: interuss/monitoring Description: # Pull Request ## [uss_qualifier] NetRID heavy traffic concurrent: handle concurrent query exceptions This is a fix for #1078, which should allow uss_qualifier to proceed without crashing out when mime-type errors occur, while keeping around request detai...
630
null
exo-lang/exo
# Repository Context Name: exo-lang/exo Description: # Pull Request ## Update dependencies and requirements - Update dependencies - Remove jupyter, pillow, and numpy from requirements - Update tox.ini - Remove flake files # Relevant Files Found ## src/exo/pyparser.py ``` from __future__ import annotations im...
684
null
Azure/azure-iot-sdk-python
# Repository Context Name: Azure/azure-iot-sdk-python Description: # Pull Request ## fix(azure-iot-device): Fix flaky HandlerManager tests * Fixed bugs in tests due to MagicMocks not being threadsafe * Optimized tests for better performance This PR has passed 10 consecutive full pipeline runs with no errors, as...
50
null
ahmia/ahmia-site
# Repository Context Name: ahmia/ahmia-site Description: # Pull Request ## Implementation of local (online) page popularity * Calls the common PagePopHandler for the entries returned by the search result only * Include local pagepop score to sorting criteria * Make local pagepop and global pagepop coefficients ul...
1,965
null
softlayer/softlayer-python
# Repository Context Name: softlayer/softlayer-python Description: # Pull Request ## `slcli account billing-items --create` always return an empty table Issue: https://github.com/softlayer/softlayer-python/issues/1964 Observations: the filter was updated to can use the option --create ``` slcli account billing-...
47,632
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## oneapi : fix library class hierarchy <!-- Remember that `spackbot` can help with your PR in multiple ways: - `@spackbot help` shows all the commands that are currently available - `@spackbot fix style` tries to push a commit to fix style iss...
2,406
null
bmaltais/kohya_ss
# Repository Context Name: bmaltais/kohya_ss Description: # Pull Request ## Change tmp file config name to have date and time info # Relevant Files Found ## kohya_gui/dreambooth_gui.py ``` import gradio as gr import json import math import os import time import sys import toml from datetime import datetime from...
305
null
gradio-app/trackio
# Repository Context Name: gradio-app/trackio Description: # Pull Request ## bump to gradio 6.0, make `trackio` compatible, and fix related issues Along with bumping Gradio to 6.0, this fixes a few bugs: * Closes: https://github.com/gradio-app/trackio/issues/301 (due to https://github.com/gradio-app/gradio/pull/...
252
null
gaogaotiantian/viztracer
# Repository Context Name: gaogaotiantian/viztracer Description: # Pull Request ## Make vizviewer exit when the port is in use # Relevant Files Found ## src/viztracer/viewer.py ``` # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/gaogaotiantian/vi...
304
null
learningequality/ricecooker
# Repository Context Name: learningequality/ricecooker Description: # Pull Request ## Custom navigation update Adds the capability to add custom navigation apps to topics and Channel root nodes Studio PR here: https://github.com/learningequality/studio/pull/2908 # Relevant Files Found ## ricecooker/chefs.py `...
5
null
pier-digital/retrack
# Repository Context Name: pier-digital/retrack Description: # Pull Request ## Adding new nodes - CurrentYear - AbsoluteValue # Relevant Files Found ## retrack/nodes/__init__.py ``` from retrack.nodes.base import BaseNode from retrack.nodes.check import Check from retrack.nodes.constants import Bool, Constant, ...
32,729
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [bugfix] fix AWS triggers where deserialization would crash if region was not specified the region is not serialized if it's None, so if a trigger has a non-optional region and we pass `None` to it manually, it doesn't get serialized, and the ...
160
null
clp-research/slurk
# Repository Context Name: clp-research/slurk Description: # Pull Request ## Slight adaptions following unittests # Relevant Files Found ## app/views/api/__init__.py ``` import marshmallow as ma from flask.globals import current_app from marshmallow.exceptions import ValidationError from marshmallow.utils impor...
1,984
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## validate child resource explicitly supports trail event lambda policies per #1976 we should fail attempts to deploy a lambda cloud trail event policy on child resources at validation time, as its not supported at the moment,...
96
null
clp-research/slurk
# Repository Context Name: clp-research/slurk Description: # Pull Request ## Event for live typing mode The idea is that the server reacts on `typed_message` event and emit `user_message` event to the designated room and user to show what the other user is typing. For the front end part, I think this can be managed...
570
null
PyMoDAQ/PyMoDAQ
# Repository Context Name: PyMoDAQ/PyMoDAQ Description: # Pull Request ## notify if a live viewer2D will be overloaded and will not be able to display all data # Relevant Files Found ## src/pymodaq/extensions/daq_scan.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """Automated scanning module functionali...
21
null
jcostom/ddnsup
# Repository Context Name: jcostom/ddnsup Description: # Pull Request ## Merge dev to main Adding Alexa Notifications via the "Notify Me" skill! # Relevant Files Found ## ddnsup.py ``` #!/usr/bin/env python3 import asyncio import hmac import hashlib import json import logging import os import os.path import req...
27
null
VectorlyApp/web-hacker
# Repository Context Name: VectorlyApp/web-hacker Description: # Pull Request ## Fix a bug and add example routines This addresses - [x] https://github.com/VectorlyApp/web-hacker/issues/25 and includes more example routines # Relevant Files Found ## src/routine_discovery/agent.py ``` """ src/routine_disco...
181
null
UCBerkeleySETI/blimpy
# Repository Context Name: UCBerkeleySETI/blimpy Description: # Pull Request ## Numba caused instability in processing a large data array in Waterfall.blank_dc() # Relevant Files Found ## blimpy/waterfall.py ``` #!/usr/bin/env python """ # waterfall.py Python class and command line utility for reading and plot...
8,868
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## `[LightningData]` Drop `batch_size` in case a `batch_sampler` is used # Relevant Files Found ## torch_geometric/data/lightning/datamodule.py ``` import copy import inspect import warnings from typing import Any, Dict, Optional,...
405
null
bp/ResSimpy
# Repository Context Name: bp/ResSimpy Description: # Pull Request ## reads in poly functions # Relevant Files Found ## ResSimpy/Nexus/array_function_operations.py ``` """A collection of functions for handling grid functions from Nexus.""" from __future__ import annotations import ResSimpy.Nexus.nexus_file_oper...
3
null
MarcoForte/closed-form-matting
# Repository Context Name: MarcoForte/closed-form-matting Description: # Pull Request ## Implementation of Foreground/Background Reconstruction Method This PR adds `solve_foregound_background.py` implementing foreground and background reconstruction method described in Section 7 of: Levin, Anat, Dani Lischinski, an...
430
null
PyLabRobot/pylabrobot
# Repository Context Name: PyLabRobot/pylabrobot Description: # Pull Request ## fix ftdi io the problem was we tried to encode/decode bytes to unicode strings (as pointed out in https://github.com/PyLabRobot/pylabrobot/pull/426). In truth, there is no 'real'/fixed encoding for all ftdi devices. In this PR, the enco...
26
null
elgatosf/jonah
# Repository Context Name: elgatosf/jonah Description: # Pull Request ## 1.1 # Relevant Files Found # Edits This pull request adds initial support for packaging and distributing the Jonah tool as a Python package, enabling developers to streamline Django development, testing, and deployment using Docker. Key ...
411
null
astropy/photutils
# Repository Context Name: astropy/photutils Description: # Pull Request ## fix see also section that was missing "also" This fixes a warning I've been seeing pop up about an improperly-named section. (for some reason sphinx doesn't recognize this particular type of "warning" as a sphinx build warning... but it st...
1,001
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## Update konflux rebaser to use BigQuery # Relevant Files Found ## doozer/doozerlib/backend/rebaser.py ``` import copy import hashlib import io import logging import os import re import shutil from pathlib import Path from typing im...
300
null
run-llama/llama_index
# Repository Context Name: run-llama/llama_index Description: # Pull Request ## add node_info to Weaviate data_structs # Relevant Files Found ## gpt_index/readers/weaviate/data_structs.py ``` """Weaviate-specific serializers for GPT Index data structures. Contain conversion to and from dataclasses that GPT Ind...
179
null
PaddlePaddle/PaddleGAN
# Repository Context Name: PaddlePaddle/PaddleGAN Description: # Pull Request ## fix some errors in test # Relevant Files Found ## ppgan/apps/psgan_predictor.py ``` # copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not us...
273
null
saghul/pycares
# Repository Context Name: saghul/pycares Description: # Pull Request ## Replace ares_{get,set}servers with ares_{get,set}_servers_csv Ref: https://github.com/saghul/pycares/issues/269 # Relevant Files Found ## src/_cffi_src/build_cares.py ``` import cffi import sys if sys.platform == 'win32': PLATFORM_T...
195
null
oqtopus-team/qdash
# Repository Context Name: oqtopus-team/qdash Description: # Pull Request ## release: 2025-06-12 19:07 > [!CAUTION] > **Create Merge Commit** is recommended to merge this PR. > before merging, update the appropriate version of `pyproject.toml` > you can use the following command to update the version. > update-vers...
415
null
stripe/stripe-python
# Repository Context Name: stripe/stripe-python Description: # Pull Request ## Change exception type when detaching unattached sources to InvalidRequestError r? @brandur-stripe cc @stripe/api-libraries @jleclanche Changes the exception raised when trying to detach unattached sources from `NotImplementedError` ...
791
null
django-extensions/django-extensions
# Repository Context Name: django-extensions/django-extensions Description: # Pull Request ## Fixed 'Error binding parameter 2' in Django 1.9 # Relevant Files Found ## django_extensions/db/fields/json.py ``` # coding=utf-8 """ JSONField automatically serializes most Python terms to JSON data. Creates a TEXT fie...
26
null
Neoteroi/rodi
# Repository Context Name: Neoteroi/rodi Description: # Pull Request ## Rename and slightly redesign the library, v2 🚀 # Relevant Files Found ## rodi/__init__.py ``` import inspect import re import sys from collections import defaultdict from enum import Enum from inspect import Signature, _empty, isabst...
1,961
null
mitodl/ol-infrastructure
# Repository Context Name: mitodl/ol-infrastructure Description: # Pull Request ## Reconciled all waffle flags for edxapp deployments. # What are the relevant tickets? Closes #1935 # Description (What does it do?) This will set up the consul keys for managing waffle flags in our edxapp environments. Once thes...
1,052
null
Azure/WALinuxAgent
# Repository Context Name: Azure/WALinuxAgent Description: # Pull Request ## Add and sort on extension dependency property # Relevant Files Found ## azurelinuxagent/common/protocol/restapi.py ``` # Microsoft Azure Linux Agent # # Copyright 2014 Microsoft Corporation # # Licensed under the Apache License, Versio...
63
null
OpenHands/software-agent-sdk
# Repository Context Name: OpenHands/software-agent-sdk Description: # Pull Request ## Remove prompt manager and instead using simpler jinja util function We only need a utility to render prompts from templates, and it feels to me that having a PromptManager could be a bit overcomplicated. # Relevant Files Found ...
571
null
sdatkinson/neural-amp-modeler
# Repository Context Name: sdatkinson/neural-amp-modeler Description: # Pull Request ## [BUGFIX] Don't ignore sample rate in initialization from .nam file # Relevant Files Found ## nam/models/_from_nam.py ``` # File: _from_nam.py # Created Date: Tuesday May 27th 2025 # Author: Steven Atkinson (steven@atkinson.m...
1,199
null
Alphonsus411/pCobra
# Repository Context Name: Alphonsus411/pCobra Description: # Pull Request ## feat: añadir utilidades de interfaz basadas en Rich ## Resumen - incorporar el nuevo módulo `standard_library.interfaz` con helpers para tablas, paneles, barras de progreso y avisos sobre Rich, además de envoltorios opcionales para las ap...
3,766
null
mage-ai/mage-ai
# Repository Context Name: mage-ai/mage-ai Description: # Pull Request ## [td] Validate permissions for specific entity IDs # Description If a permission has an entity ID, then use the permissions only on that entity. # How Has This Been Tested? - [x] Added unit test # Checklist - [x] The PR is tagged ...
43
null
FNLCR-DMAP/SCSAWorkflow
# Repository Context Name: FNLCR-DMAP/SCSAWorkflow Description: # Pull Request ## Added new helper function regex_search_list Added new regex_search_list in utils.py to achieve more rigorous regex search. Updated the ingest_data and bin2cat function to use the regex_search_list function. Updated unittests to use...
59
null
szczurek-lab/seqme
# Repository Context Name: szczurek-lab/seqme Description: # Pull Request ## Remove direct dependency in toml + fix optional dependency installation # Relevant Files Found ## src/seqme/models/esm2.py ``` from enum import Enum from itertools import islice import numpy as np import torch from tqdm import tqdm f...
46
null
ianlini/flatten-dict
# Repository Context Name: ianlini/flatten-dict Description: # Pull Request ## Require importlib-metadata for Python<3.8 # Relevant Files Found ## src/flatten_dict/__init__.py ``` from .flatten_dict import flatten, unflatten # noqa: F401 __all__ = ["flatten", "unflatten", "splitter"] try: from importlib...
104
null
HewlettPackard/oneview-ansible
# Repository Context Name: HewlettPackard/oneview-ansible Description: # Pull Request ## Implements 'validate etag' option in SAS Logical Interconnect Group # Relevant Files Found ## library/oneview_sas_logical_interconnect_group.py ``` #!/usr/bin/python ### # Copyright (2016) Hewlett Packard Enterprise Develo...
9
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## Do not validate AWSHelperFun's (Fix for Issue 8) I tested the new test before updating **init**.py and it failed. I then updated **init**.py with my fix and tested again, and it passes. # Relevant Files Found ## tests/test_basic.py...
15
null
alectrocute/flaskSaaS
# Repository Context Name: alectrocute/flaskSaaS Description: # Pull Request ## Updating signin() method. Preventing user from login if email address is not confirmed. # Relevant Files Found ## app/views/user.py ``` from flask import (Blueprint, render_template, redirect, request, url_for, a...
23,588
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Improve sun automation tests ## Description: Small improvements of sun automation tests: - Correctly set local time zone - Add comments ## Checklist: - [ ] The code change is tested and works locally. - [x] Local tests pass wi...
767
null
UiPath/uipath-python
# Repository Context Name: UiPath/uipath-python Description: # Pull Request ## feat(guardrail_fix): removed actions from core model guardrail This pull request introduces a new `GuardrailsService` for validating text against UiPath Guardrails, refactors the location of escalation recipient and action models, and cl...
480
null
project-codeflare/codeflare-sdk
# Repository Context Name: project-codeflare/codeflare-sdk Description: # Pull Request ## Remove creation of OAuth resources/logic and remove openshift_oauth option # Issue link <!-- insert a link to the GitHub issue --> <!-- If the issue is closed with this PR enter 'Closes #<issue_number>' --> Issue: https://i...
40
null
py-why/causal-learn
# Repository Context Name: py-why/causal-learn Description: # Pull Request ## Add a parameter labels to the function draw_pydot_graph # Relevant Files Found ## causallearn/graph/GraphClass.py ``` import io import warnings from itertools import permutations from typing import List, Tuple import matplotlib.image...
3,686
null
Netflix/lemur
# Repository Context Name: Netflix/lemur Description: # Pull Request ## Correct name of arg for reissue cli command It appears that some refactoring I did a little while ago resulted in the argument name for the `reissue` cli command being mismatched. This fixes the issue. # Relevant Files Found ## lemur/certific...
1,715
null
NVIDIA/TransformerEngine
# Repository Context Name: NVIDIA/TransformerEngine Description: # Pull Request ## [PyTorch] Fix cuBLAS workspace leak in applications that initialize+destroy Userbuffers more than once # Description In cases where `initialize_ub()`+`destroy_ub()` pairs are called more than once (e.g. in-process restarts), the c...
58
null
Juliolloret/MACS
# Repository Context Name: Juliolloret/MACS Description: # Pull Request ## Refactor experimental data loader agent to resolve lint issues ## Summary - add module docstring and reorder imports - refactor execute method to reduce return statements and improve error handling - narrow exception handling to specific fil...
408
null
HDFGroup/hsds
# Repository Context Name: HDFGroup/hsds Description: # Pull Request ## Fix CI failures due to domain name conflits - Prevent domain name conflict during tests Tests use the timestamp to generate unique domain names and avoid conflicts. On windows, the timestamp resolution is low enough that these sometimes have...
35
null
DigiKlausur/e2xgrader
# Repository Context Name: DigiKlausur/e2xgrader Description: # Pull Request ## Fix id validation error for old notebooks Nbformat introduced a new id for cells in version 4.5. When adding new markdown cells to older notebooks it can cause validation errors. Fixed the function ```append_alert_cell``` to delete this...
28
null
atomicarchitects/symphony
# Repository Context Name: atomicarchitects/symphony Description: # Pull Request ## Revert max-line-length to default. # Relevant Files Found ## dynamic_batcher.py ``` # Copyright 2020 DeepMind Technologies Limited. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file e...
3,186
null
mage-ai/mage-ai
# Repository Context Name: mage-ai/mage-ai Description: # Pull Request ## Adding snowflake table name option and regex # Summary Added Snowflake Table Name option on io_config.yaml Added `table_name_parts_from_query` option to `io.snowflake` if no Table name is specified Updated docs cc: @wangxiaoyou1993 ...