pr_id
int64
repo_id
null
repo_name
string
text
string
4,064
null
mitodl/open-discussions
# Repository Context Name: mitodl/open-discussions Description: # Pull Request ## Article editor in new open (frontend only) #### Pre-Flight checklist - [x] Screenshots and design review for any changes that affect layout or styling - [x] Desktop screenshots - [x] Testing - [x] Code is tested *Lightly: CK...
2,242
null
snowflakedb/snowpark-python
# Repository Context Name: snowflakedb/snowpark-python Description: # Pull Request ## Skip `test_iter_cursor_wait_for_result` for no pandas <!--- Please answer these questions before creating your pull request. Thanks! ---> 1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issu...
188
null
geometric-intelligence/TopoBench
# Repository Context Name: geometric-intelligence/TopoBench Description: # Pull Request ## Add MLP Readout and DeepSet baseline This PR adds a more versatile MLP-based readout, and incorporates DeepSet as a baseline leveraging it. # Relevant Files Found ## test/nn/backbones/non_relational/test_mlp.py ``` """Test...
40
null
google/etils
# Repository Context Name: google/etils Description: # Pull Request ## Do not replace the object if the nested attributes were not mutated. Do not replace the object if the nested attributes were not mutated. # Relevant Files Found ## etils/edc/frozen_utils.py ``` # Copyright 2022 The etils Authors. # # License...
539
null
leptonai/leptonai
# Repository Context Name: leptonai/leptonai Description: # Pull Request ## fix: storage mount from # Relevant Files Found ## leptonai/api/v1/photon.py ``` import os from typing import List, Union, Optional from loguru import logger from leptonai.config import CACHE_DIR, LEPTON_RESERVED_ENV_NAMES from leptona...
1,962
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Refactor user register ### What problem does this PR solve? Refactor code, improve performance ### Type of change - [x] Refactoring # Relevant Files Found ## api/apps/user_app.py ``` # # Copyright 2024 The InfiniFlow Autho...
713
null
CycloneDX/cyclonedx-python-lib
# Repository Context Name: CycloneDX/cyclonedx-python-lib Description: # Pull Request ## feat: add extended support for Definitions This PR builds on top of #701 to create extended elements for the `bom.definitions.standards` like: - [Requirements](https://cyclonedx.org/docs/1.6/json/#definitions_standards_items...
667
null
pyglet/pyglet
# Repository Context Name: pyglet/pyglet Description: # Pull Request ## Fix unit test errors caused by importing mock directly For unclear reasons, the Windows test environment is ok with `mock` being imported directly rather than from `unittest` as normal. bbace77 broke tests for platforms other than windows by im...
4,091
null
cython/cython
# Repository Context Name: cython/cython Description: # Pull Request ## fix dict unpacking not for arg don't return a copy. fix #4082 @da-woods pls review, many thanks! # Relevant Files Found ## Cython/Compiler/ExprNodes.py ``` # # Parse tree nodes for expressions # from __future__ import absolute_import ...
12
null
datamole-ai/pysparkdt
# Repository Context Name: datamole-ai/pysparkdt Description: # Pull Request ## docs: Add example and improve readme # Relevant Files Found ## tests/processing.py ``` from pyspark.sql import SparkSession from pyspark.sql.functions import col def process_data( input_table: str, output_table: str, session: ...
15
null
IGNF/lidar-prod
# Repository Context Name: IGNF/lidar-prod Description: # Pull Request ## Improve vectorization from initial points classification Simplification : - Tolerance : 0.2m -> 1m - preserve_topology = True -> better vector with minimal number of defining points Buildings divided by rooftops - Point buffert :...
72
null
uf3/uf3
# Repository Context Name: uf3/uf3 Description: # Pull Request ## Doc fixes Some documentation fixes and updates. The regularization values were updated to match the default values listed in DEFAULT_REGULARIZER_GRID in uf3.regression.regularizer.py # Relevant Files Found ## uf3/regression/least_squares.py ```...
7
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## feat: sampling feature for logger *Issue #, if available:* This relates to issue [Enhancement Suggestion - Log Sampling](https://github.com/awslabs/aws-lambda-powertools/issues/6) *Description of changes:* This pu...
392
null
aiverify-foundation/moonshot
# Repository Context Name: aiverify-foundation/moonshot Description: # Pull Request ## [Sprint 20] New features and fixes ## Description In Sprint 20, there are new features and bug fixes introduced. 1. Recorrect CLI Hints #384 2. Return Metric Requirement for Cookbook and Recipe in Web-API #368 3. Update fa...
2,031
null
argilla-io/argilla
# Repository Context Name: argilla-io/argilla Description: # Pull Request ## feat(API): get record by id endpoints # Description For now, the only way to fetch a single record content y by using the `:search` endpoint passing a list of `ids` in the query body, which can be counterintuitive for users. This PR ...
574
null
home-assistant-libs/pychromecast
# Repository Context Name: home-assistant-libs/pychromecast Description: # Pull Request ## Revert "Bump protobuf to 3.19.1 and regenerate protobuf files" Reverts home-assistant-libs/pychromecast#571 protobuf 3.19.1 is too new for https://github.com/tdryer/hangups, meaning we are not able to use pychromceast requ...
4,251
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## Refactor: simplify _expression_only_args helper in diff module # Relevant Files Found ## sqlglot/diff.py ``` """ .. include:: ../posts/sql_diff.md ---- """ from __future__ import annotations import typing as t from collections import d...
17
null
mpSchrader/gym-sokoban
# Repository Context Name: mpSchrader/gym-sokoban Description: # Pull Request ## renamed _check_if_timedout to _check_if_maxsteps Sorry, forgot to rename _check_if_timedout() method to _check_if_maxsteps() ... :/ # Relevant Files Found ## gym_sokoban/envs/sokoban_env.py ``` import gym from gym.utils import seed...
2,353
null
ThePalaceProject/circulation
# Repository Context Name: ThePalaceProject/circulation Description: # Pull Request ## Add logger adapter to add extra info to log messages. (PP-1888) ## Description Adds an LoggerAdapter class. ## Motivation and Context Make it easier to add extra information to all log messages for a class or instance of...
14
null
20tab/talos
# Repository Context Name: 20tab/talos Description: # Pull Request ## Develop # Relevant Files Found ## hooks/post_gen_project.py ``` """Define hooks to be run after project generation.""" import json import subprocess from cookiecutter.main import cookiecutter class MainProcess: """Main process class."...
1,876
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Support in-memeory screenshot Resolve #1812 by allowing users to pass a `BytesIO` object to the screenshot method. # Relevant Files Found ## pyvista/plotting/plotting.py ``` """PyVista plotting module.""" import platform import ctypes imp...
30,023
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## f-string update for core.base. - [ ] ref #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ## pandas/core/b...
69
null
adjtomo/pysep
# Repository Context Name: adjtomo/pysep Description: # Pull Request ## Update docs - Moves docs from GitHub wiki into markdown and rst files within the repository. - Rearranges some of the documentation to group things into core modules # Relevant Files Found ## pysep/pysep.py ``` #!/usr/bin/evn python3 """ ...
168
null
geo-engine/geoengine-python
# Repository Context Name: geo-engine/geoengine-python Description: # Pull Request ## Layer search # Relevant Files Found ## geoengine/layers.py ``` ''' A wrapper around the layer and layerDb API ''' from __future__ import annotations from dataclasses import dataclass from enum import auto from io import Strin...
105
null
SeldomQA/seldom
# Repository Context Name: SeldomQA/seldom Description: # Pull Request ## log refactoring ### ❓ Type of change - [ ]  📖 Documentation (updates to the documentation or readme) - [x]  🐞 Bug fix (a non-breaking change that fixes an issue) - [ ]  👌 Enhancement (improving an existing functionality like performan...
3
null
awsdocs/aws-doc-sdk-examples-tools
# Repository Context Name: awsdocs/aws-doc-sdk-examples-tools Description: # Pull Request ## Add Bedrock role name to the validation allow list This PR adds a Bedrock role name to the validators' allow list. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribu...
345
null
Tivix/django-rest-auth
# Repository Context Name: Tivix/django-rest-auth Description: # Pull Request ## LoginView.get_response modified in order to respect rest_framework_jwt.JWT_AUTH_COOKIE setting # Relevant Files Found ## rest_auth/views.py ``` from django.contrib.auth import ( login as django_login, logout as django_logou...
44
null
GuyKh/iec-custom-component
# Repository Context Name: GuyKh/iec-custom-component Description: # Pull Request ## fix: Wrong calculation of Yesterday/Today consumption IEC api returns different values for monthly readings when specifying *today's* date and *1st of the month* date, when it comes to last daily readings... Instead of sending 1st...
13
null
seedofjoy/darq
# Repository Context Name: seedofjoy/darq Description: # Pull Request ## Warm shutdown refactoring + tests # Relevant Files Found ## darq/utils.py ``` import inspect from .types import AnyCallable def get_function_name(func: AnyCallable) -> str: module_str = func.__module__ if module_str == '__main__...
3,297
null
tobymao/sqlglot
# Repository Context Name: tobymao/sqlglot Description: # Pull Request ## Feat(prql): Add support for SORT https://prql-lang.org/book/reference/stdlib/transforms/sort.html # Relevant Files Found ## sqlglot/dialects/prql.py ``` from __future__ import annotations import typing as t from sqlglot import exp, parse...
12
null
nginxinc/nginx-ldap-auth
# Repository Context Name: nginxinc/nginx-ldap-auth Description: # Pull Request ## cli options for the daemon and basic debian packaging This pull request consists of two somehow separate parts: cli options handling for the daemon debian packaging Options for different processing options (threads-processes) ...
64
null
0rtis/dfktools
# Repository Context Name: 0rtis/dfktools Description: # Pull Request ## fixed incorrect klaytn consumable contract addy # Relevant Files Found ## src/dfktools/consumable/consumable.py ``` from web3 import Web3 SERENDALE_CONTRACT_ADDRESS = "0x38e76972bd173901b5e5e43ba5cb464293b80c31" CRYSTALVALE_CONTRACT_ADDRE...
2,294
null
ansys/pyaedt
# Repository Context Name: ansys/pyaedt Description: # Pull Request ## Documentation Updates Made some minor updates to docstrings and grammar. # Relevant Files Found ## examples/01-Modeling-Setup/Configurations.py ``` """ General: configuration files ---------------------------- This example shows how you can u...
3,891
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## Rewrite deprecated SWF tests See #3842 - adds equivalent boto3 tests for SWF, so that the deprecated tests can be removed without losing any test coverage # Relevant Files Found ## tests/test_swf/responses/test_activity_tasks.py ``` from boto...
506
null
MetOffice/forest
# Repository Context Name: MetOffice/forest Description: # Pull Request ## Fix UM database tutorial example # Fix UM database tutorial example - [x] Find database.db - [x] Update driver to read pattern related to driver ## Check list Handy reminders of things to do ahead of merge - [ ] Bump version num...
870
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## WER Test Remove pleasefixme from WordErrorRateTests.test_wer_metric_randomized # Relevant Files Found ## tests/core/test_asr_metrics.py ``` # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache Lice...
678
null
wireservice/agate
# Repository Context Name: wireservice/agate Description: # Pull Request ## Call Writer.writerow not Writer.writer.writerow from Writer.writerows # Relevant Files Found ## agate/csv_py3.py ``` #!/usr/bin/env python """ This module contains the Python 3 replacement for :mod:`csv`. """ import csv import six f...
2,727
null
NVIDIA-NeMo/NeMo
# Repository Context Name: NVIDIA-NeMo/NeMo Description: # Pull Request ## Disabling max_delta_len to be ignored if negative by default Updated max_delta_len to be ignored if negative. # Relevant Files Found ## nemo/collections/nlp/modules/common/transformer/transformer_generators.py ``` # Copyright (c) 2020, NV...
2,267
null
huggingface/optimum
# Repository Context Name: huggingface/optimum Description: # Pull Request ## Fix bug ORTModelForFeatureExtraction # What does this PR do? This PR updates the `ORTModelForFeatureExtraction`'s `forward `method to accept `**kwargs`, ensuring better compatibility with Hugging Face Transformers' conventions. In part...
37
null
cisagov/saver
# Repository Context Name: cisagov/saver Description: # Pull Request ## Use SLD as ID The SLD is unique per document in the `domains` collection, so we may as well use it as the ID. Thanks to @felddy for the suggestion! # Relevant Files Found ## create_sld_to_agency_name_and_id_mapping.py ``` #!/usr/bin/env p...
31,029
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## {Microsoft Entra ID} `az ad`: Ignore global `--subscription` in subgroups **Related command** `az ad` **Description**<!--Mandatory--> Fix https://github.com/Azure/azure-cli/pull/27296#issuecomment-1878581800 Currently, the global `--s...
18,390
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## Support integer types in TIR expression operators This PR addresses the issue where `tvm.tir.exp` does not support integer types (e.g., int32, int64), causing an InternalError during LLVM code generation with the message. The issue arises because...
2,816
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## fix: MilvusClient misusage of disconnect To remove a one-time connection, we need to call remove_connection instead of disconnect # Relevant Files Found ## pymilvus/milvus_client/async_milvus_client.py ``` import logging from typing im...
3,453
null
opensearch-project/opensearch-build
# Repository Context Name: opensearch-project/opensearch-build Description: # Pull Request ## Fix missing local cluster logs when running integration test ### Description Fix missing local cluster logs when running integration test. Currently the local cluster is wiped out before the logs recorded. Rearrange the ...
110
null
sapcc/asr1k-neutron-l3
# Repository Context Name: sapcc/asr1k-neutron-l3 Description: # Pull Request ## Delete and readd NatPool for reconfiguration When the NatPool of a router needs updating (e.g. when the addresses in the pool are changed), we need to delete and then readd the pool to the device. If we try to update the pool and there...
22
null
BitBotFactory/MikaLendingBot
# Repository Context Name: BitBotFactory/MikaLendingBot Description: # Pull Request ## Toggling AutoRenew now shows progress Toggling AutoRenew now shows progress Added --setAutoRenew CL Changed all indentation to tabs. # Relevant Files Found ## lendingbot.py ``` import io, sys, time, datetime, urllib2, json fr...
37
null
winpython/winpython
# Repository Context Name: winpython/winpython Description: # Pull Request ## A complete tour of wheel Winpython can now rely only on the wheel package format. # Relevant Files Found ## make.py ``` # -*- coding: utf-8 -*- # # Copyright © 2012 Pierre Raybaut # Licensed under the terms of the MIT License # (s...
2,527
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## continued: Update DM awareness times #2502 # Relevant Files Found ## selfdrive/monitoring/driver_monitor.py ``` from common.numpy_fast import interp from math import atan2, sqrt from common.realtime import DT_DMON from common.filter_sim...
1,711
null
uw-it-aca/myuw
# Repository Context Name: uw-it-aca/myuw Description: # Pull Request ## bumping version # Relevant Files Found ## setup.py ``` import os from setuptools import setup README = """ See the README on `GitHub <https://github.com/uw-it-aca/myuw>`_. """ # The VERSION file is created by travis-ci, based on the tag ...
651
null
ONSdigital/eq-questionnaire-runner
# Repository Context Name: ONSdigital/eq-questionnaire-runner Description: # Pull Request ## Rationalise top-level submission property ### What is the context of this PR? Updated the structure of the top level `submission` into two keys: ```json "submission": { "button": "Submission button text", "guid...
311
null
alice-biometrics/petisco
# Repository Context Name: alice-biometrics/petisco Description: # Pull Request ## feat(extras): add ping to RabbitMqConnector # Relevant Files Found ## petisco/extra/rabbitmq/shared/rabbitmq_connector.py ``` import os import time from typing import Dict from loguru import logger from pika import BlockingConne...
196
null
aolabNeuro/analyze
# Repository Context Name: aolabNeuro/analyze Description: # Pull Request ## Leo animation i fixed a bug that was causing the framerate of saved animations to always be 5 fps and added a function to animate spatial maps # Relevant Files Found ## aopy/visualization.py ``` # visualization.py # Code for general ne...
181
null
canonical/snap-openstack
# Repository Context Name: canonical/snap-openstack Description: # Pull Request ## Download controller charm only when proxy is set For maas based deployments, juju bootstrap requires additional step to download juju controller charm and provide the same to juju bootstrap command. Currently this step is enabled i...
1,289
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## Nissan set speed Added cruiseState.speed to Nissan X-Trail. # Relevant Files Found ## selfdrive/car/nissan/carcontroller.py ``` from cereal import car from common.numpy_fast import clip, interp from selfdrive.car.nissan import nissancan ...
4,484
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## feat: lock dependencies by default considering the current bentoml version Signed-off-by: Frost Ming <me@frostming.com> ## What does this PR address? <!-- Thanks for sending a pull request! Congrats for making it this far! Here's a 🍱 for ...
291
null
dbekaert/RAiDER
# Repository Context Name: dbekaert/RAiDER Description: # Pull Request ## Add error options <!--- Provide a general summary of your changes in the Title above --> ## Description Users may now control the variogram rmse threshold with the `—variogram_errlimit` option (#282 ), and station-wise error threshold wit...
370
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## Protect against poor x/y dimensions Caused by not checking x/y dimension prior to performing a division when rendering text. Not clear how to reproduce the problem as it's unclear what caused it. Nevertheless the logic was flawed. Sc...
7,183
null
pydata/xarray
# Repository Context Name: pydata/xarray Description: # Pull Request ## use `_repr_inline_` for indexes that define it Also, some tests for the index summarizer. - [x] Follow-up to #6795 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` # Relevant Fil...
199
null
niivue/ipyniivue
# Repository Context Name: niivue/ipyniivue Description: # Pull Request ## Add sync.bidirectional.ipynb notebook example ## Showcase: <img width="560" height="270" alt="demo" src="https://github.com/user-attachments/assets/f8c3b8d5-95bb-416e-bdf3-4de39d4391a0" /> ### Key Changes - bidirectional sync (impleme...
457
null
njcuk9999/apero-drs
# Repository Context Name: njcuk9999/apero-drs Description: # Pull Request ## update melissa # Relevant Files Found ## INTROOT/SpirouDRS/spirouCore/spirouPlot.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ spirou plotting functions Created on 2017-11-02 at 16:29 @author: cook Import rules: Only fro...
3,257
null
home-assistant/supervisor
# Repository Context Name: home-assistant/supervisor Description: # Pull Request ## Bump awesomeversion from 21.8.1 to 21.10.1 Bumps [awesomeversion](https://github.com/ludeeus/awesomeversion) from 21.8.1 to 21.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ludeeus/...
10,938
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Resolving block references in prefect.yaml and adding keypath feature for blocks <!-- Thanks for opening a pull request to Prefect! We've got a few requests to help us review contributions: - Make sure that your title neatly summarizes...
196
null
cisco-en-programmability/dnacentersdk
# Repository Context Name: cisco-en-programmability/dnacentersdk Description: # Pull Request ## versions 2.3.7.7 # Relevant Files Found ## dnacentersdk/api/__init__.py ``` # -*- coding: utf-8 -*- """Cisco DNA Center API wrappers. Copyright (c) 2019-2021 Cisco Systems. Permission is hereby granted, free of cha...
410
null
DataDog/datadog-sync-cli
# Repository Context Name: DataDog/datadog-sync-cli Description: # Pull Request ## Deal w/ new field in the public API ### What does this PR do? The integration tests are failing, it appears linked to a new field on the user object. ### Description of the Change This just ignores the last login time for a us...
1,127
null
microsoft/Olive
# Repository Context Name: microsoft/Olive Description: # Pull Request ## 🗡️ Use resolve_torch_dtype instead of maintain a mapping to torch dtype instance ## Describe your changes 1. Use resolve_torch_dtype instead of maintain a mapping to torch dtype instance 2. Fix a few typos in docs. ## Checklist before...
449
null
yoshitomo-matsubara/torchdistill
# Repository Context Name: yoshitomo-matsubara/torchdistill Description: # Pull Request ## Update version and dependencies # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages import torchdistill with open('README.md', 'r') as f: long_description = f.read() description = 'A ...
708
null
Crown-Commercial-Service/digitalmarketplace-supplier-frontend
# Repository Context Name: Crown-Commercial-Service/digitalmarketplace-supplier-frontend Description: # Pull Request ## Remove plain text logs in live Trello card: https://trello.com/c/o3Jkp3rK 25.2.0 of utils will create json logs by default, unless the DM_PLAIN_TEXT_LOGS config variable is set to True in the ...
1,642
null
terrapower/armi
# Repository Context Name: terrapower/armi Description: # Pull Request ## Improving the formatting of some broken See Also's ## What is the change? Improving the formatting of some broken See Also statements in our docstrings. ## Why is the change being made? Some of these "See Also" statements were just b...
127
null
ianmiell/shutit
# Repository Context Name: ianmiell/shutit Description: # Pull Request ## configurable use of TLS Switching the port is not enough, need to actually change which smtplib is used. Thought about doing it purely based on port (e.g. if port != 587 use SSL), thought it was nicer having a separate config - most email cl...
120
null
AWSW-Modding/AWSW-Modtools
# Repository Context Name: AWSW-Modding/AWSW-Modtools Description: # Pull Request ## Provide mod-loading specific error screen This PR provides a cleaner error screen specific to mod loading related errors, such as improperly installed files, incompatible mods, missing dependencies, and circular dependencies. The g...
11
null
fast-radiology/artificial-contrast
# Repository Context Name: fast-radiology/artificial-contrast Description: # Pull Request ## Consistent usage of validation patients in sample size # Relevant Files Found ## scripts/sample_size_effect.py ``` import os import json from random import sample from fast_radiology.seed import random_seed from artifi...
3,241
null
spacetelescope/jdaviz
# Repository Context Name: spacetelescope/jdaviz Description: # Pull Request ## Manual backport of #3239 to 3.10.4 This PR is a manual backport of #3239 onto 3.10.x. Conflicts were the changelog and catalogs having 'Gaia' available in 4.0.x, but not in 3.10.x, both of which have been addressed here. # Relevant Fi...
63
null
strands-project/strands_qsr_lib
# Repository Context Name: strands-project/strands_qsr_lib Description: # Pull Request ## Moved qtc parameters to service call Using dynamic_args and the newly created field 'parameters'. Should be fully backwards compatible with the option of removing this later on. Closes #53 # Relevant Files Found ## qsr_li...
6,088
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## 📝 Improve `fields.py` docstring Closes DOC-10 Selected Reviewer: @adriangb # Relevant Files Found ## pydantic/fields.py ``` """Defining fields on models.""" from __future__ import annotations as _annotations import dataclasses import ...
15,598
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## feat(performance-metrics): system resource tracker configuration # Overview Adds the ability to configure the behavior of the system resource tracker monitoring script through environment variables. Closes [EXEC-597](https://opentr...
179
null
TencentBlueKing/bk-chatbot
# Repository Context Name: TencentBlueKing/bk-chatbot Description: # Pull Request ## feat: 标准运维任务播报支持任务名 # Relevant Files Found ## src/manager/module_notice/models.py ``` """ TencentBlueKing is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaSCommunity Edition) available. Copyr...
868
null
flyteorg/flytesnacks
# Repository Context Name: flyteorg/flytesnacks Description: # Pull Request ## Fix deck example Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Prior to this we were seeing this error in executions of this workflow: ``` Traceback (most recent call last): File "/opt/venv/lib/py...
6,157
null
langchain-ai/langgraph
# Repository Context Name: langchain-ai/langgraph Description: # Pull Request ## fix(checkpoint): use tolerant float comparison to fix test failing on x86_64 architecture ### Description `test_embed_with_path` was failing on x86_64 architecture due to numeric precision differences. `pytest.approx` was already us...
1,350
null
PaddlePaddle/PaddleSpeech
# Repository Context Name: PaddlePaddle/PaddleSpeech Description: # Pull Request ## [ST] beam search with optimality guarantees <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types Function optimization ### PR changes Models ### Describe refine the beam search in ST with optimal...
3
null
elvisun/Chinese-poem-generator
# Repository Context Name: elvisun/Chinese-poem-generator Description: # Pull Request ## Lvshi and jueju ### Goal 1. separate the training set by 5_lvshi, 5_jueju, 7_lvshi, 7_jueju and others 2. fixing the format ### Test 1. pull the branch and run `python3 preprocess.py` 2. check all files to see if all te...
38
null
asclepias/asclepias-broker
# Repository Context Name: asclepias/asclepias-broker Description: # Pull Request ## Relationship indexing # Relevant Files Found ## asclepias_broker/api/relationships.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2018 CERN. # # Asclepias Broker is free software; you can redistribute it and/or modify it # un...
1,348
null
scverse/scanpy
# Repository Context Name: scverse/scanpy Description: # Pull Request ## Export concat Exports `anndata.concat` so people don't have to add an extra import for a single function. This follows what we do with several IO functions and the `AnnData` class. Should `concat` get a page in the scanpy docs, or is it ...
27,364
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Reenable tsan suppression, mark some tests as thread-unsafe. # Relevant Files Found ## tests/cache_key_test.py ``` # Copyright 2023 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this fil...
87
null
PixelgenTechnologies/pixelator
# Repository Context Name: PixelgenTechnologies/pixelator Description: # Pull Request ## Add step names to pxl file names ## Description This adds the stage name, i.e. `annotate`/`analysis` the the names of pixel files when they are generated by their respective commands. Fixes: EXE-1347 ## Type of change ...
88
null
KeckObservatory/RemoteObserving
# Repository Context Name: KeckObservatory/RemoteObserving Description: # Pull Request ## Collect changes for v2.0.5 Changes: - Fix regex which checks for missing space in config file format - Add regex check for leading space in config file format # Relevant Files Found ## keck_vnc_launcher.py ``` #! /usr/b...
42,145
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Handle Fritz exception and log warning <!-- 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 bre...
813
null
thelastpickle/cassandra-medusa
# Repository Context Name: thelastpickle/cassandra-medusa Description: # Pull Request ## MED-100 Make read_timeout default to None, only use it if set Fixes #814 # Relevant Files Found ## medusa/config.py ``` # -*- coding: utf-8 -*- # Copyright 2019 Spotify AB. All rights reserved. # # Licensed under the Apache...
14
null
eliasboegel/MCIAST
# Repository Context Name: eliasboegel/MCIAST Description: # Pull Request ## Solver functions The core of our system is more or less finished. Tests are still to be made. # Relevant Files Found ## solver.py ``` import numpy as np import scipy.sparse as sp import scipy.optimize as opt import pyiast import pandas ...
5,342
null
bcgov/foi-flow
# Repository Context Name: bcgov/foi-flow Description: # Pull Request ## Ticket 2880: Lock Records - Observation #3 Bug Fix # Relevant Files Found ## request-management-api/request_api/services/foirequest/requestserviceministrybuilder.py ``` from re import T from request_api.models.FOIRequests import FOIReques...
21
null
r0x0r/pywebview
# Repository Context Name: r0x0r/pywebview Description: # Pull Request ## Fix py32_gen import on Python 3 This closes #20. I fixed it by running `futurize -1 webview\win32.py -w` (see http://python-future.org/). # Relevant Files Found ## webview/win32.py ``` # -*- coding: utf-8 -*- """ (C) 2014-2015 Roman ...
39
null
sewcio543/soupsavvy
# Repository Context Name: sewcio543/soupsavvy Description: # Pull Request ## RELEASE [Version 0.1.3] New release to main with new features: * automated documentation with sphinx * visual improvements to README.md * no meme check action [more enjoyable PR to main :D * simple logging mechanism * adjusting docs ...
346
null
delphix/sdb
# Repository Context Name: delphix/sdb Description: # Pull Request ## Fix regressions pylint: mainly caused by drgn signature changes mypy: caused by drgn signature and behavior change pytest: commit 92fc92bcd1f66a371aae37e159a9ebdaf6e9f0e2 regression --- I've been getting notifications of the test failures...
213
null
facelessuser/Rummage
# Repository Context Name: facelessuser/Rummage Description: # Pull Request ## Fix test dialog bug Ref #212. Also require backrefs 3.3.0. # Relevant Files Found ## rummage/lib/__version__.py ``` """Version.""" # (major, minor, micro, release type, pre-release build, post-release build) version_info = (4, 0, 1...
366
null
tBuLi/symfit
# Repository Context Name: tBuLi/symfit Description: # Pull Request ## test_chained_min: relax test constraints This test fails on ppc64el otherwise, see e.g. https://ci.debian.net/data/autopkgtest/testing/ppc64el/s/symfit/32008561/log.gz (search for `test_chained_min`). # Relevant Files Found ## tests/test_globa...
622
null
prometheus/client_python
# Repository Context Name: prometheus/client_python Description: # Pull Request ## Implement redirect handler option. This fixes https://github.com/prometheus/client_python/issues/131 and a significant amount of content is discussed in that issue. This PR adds a new redirect handler utility class that deliberate...
16,904
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Fix meson baremetal Changelog: Omit Docs: Omit ~Bugfix: #16902~ Bugfix: #16903 - [X] Refer to the issue that supports this Pull Request. - [ ] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull...
128
null
microsoft/TaskWeaver
# Repository Context Name: microsoft/TaskWeaver Description: # Pull Request ## fix llm output logging # Relevant Files Found ## taskweaver/logging/__init__.py ``` import logging import os from dataclasses import dataclass from typing import Any, Dict from injector import Module, provider from taskweaver.confi...
381
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Import linear sequence simulated annealing solver # Relevant Files Found # Edits This pull request adds a simulated annealing heuristic for finding optimal linear sequences on quantum chips in Cirq, specifically targeting qubit layout o...
33,866
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## model_replay: skip report if no PR associated with the branch # Relevant Files Found ## selfdrive/test/process_replay/model_replay.py ``` #!/usr/bin/env python3 import os import sys from collections import defaultdict from typing import...
9,808
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## yum_provider is not a required config, lets make it so! # Relevant Files Found ## salt/modules/yumpkg.py ``` # -*- coding: utf-8 -*- ''' Support for YUM :depends: - yum Python module - rpmUtils Python module This module use...