pr_id
int64
repo_id
null
repo_name
string
text
string
7
null
kraken-tech/django-integrity
# Repository Context Name: kraken-tech/django-integrity Description: # Pull Request ## Add support for psycopg3 Django 4.2+ supports psycopg3 and will prefer it over psycopg2 if it is installed. Follow the same approach here to ensure that this package behaves in a manner consistent with Django itself. # Relevant ...
100
null
kyamagu/psd2svg
# Repository Context Name: kyamagu/psd2svg Description: # Pull Request ## Add new options to convert() function and CLI ## Summary This PR adds several new configuration options to both the `convert()` function and CLI to give users more control over the conversion process. ## New Features ### CLI Options **Ima...
60
null
ClericPy/watchdogs
# Repository Context Name: ClericPy/watchdogs Description: # Pull Request ## 1.6.9 # Relevant Files Found ## watchdogs/__init__.py ``` import logging from .config import Config from .main import init_app __version__ = '1.6.8' __all__ = ['Config', 'init_app'] logging.getLogger('watchdogs').addHandler(logging.N...
216
null
llm-random/llm-random
# Repository Context Name: llm-random/llm-random Description: # Pull Request ## Main hotfix rsync # Description todo # Checklist Answer each question with "yes", and provide an explanation if the answer isn't what is expected. 1. Is this PR focused on a single feature without the possibility of being divide...
8
null
octodns/octodns-selectel
# Repository Context Name: octodns/octodns-selectel Description: # Pull Request ## Add SSHFP support We are planning to enable SSHFP records in our api this/next week, and we want that octodns was already prepared to work with this type. I assume version bump to 0.0.3 will be done in separate PR? # Relevant F...
33
null
openprocurement/openprocurement.api
# Repository Context Name: openprocurement/openprocurement.api Description: # Pull Request ## extract validation model from tender # Relevant Files Found ## src/openprocurement/api/validation.py ``` # -*- coding: utf-8 -*- from openprocurement.api.models import ITender, Tender, Bid, Award, Document, Question, C...
6
null
davide-ceretti/strategypy
# Repository Context Name: davide-ceretti/strategypy Description: # Pull Request ## Add respawn option # Relevant Files Found ## strategypy/components.py ``` import random import settings class Player(object): """ A player in the game. """ def __init__(self, pk, bot_class, game): self...
137
null
rabbitmq-community/rstream
# Repository Context Name: rabbitmq-community/rstream Description: # Pull Request ## set Client connection names - default through Producer/Consumer constructor This closes https://github.com/qweeze/rstream/issues/138 We would like to test very carefully the modifications done in: https://github.com/qweeze/rs...
636
null
projectsyn/commodore
# Repository Context Name: projectsyn/commodore Description: # Pull Request ## Omit `.orig` and `.rej` files when updating dependency boilerplate from a template The dependency templater's `update()` method will currently commit `.rej` and `.orig` files resulting from template updates which don't apply cleanly. Thi...
2
null
toreamun/asyncio-paho
# Repository Context Name: toreamun/asyncio-paho Description: # Pull Request ## asyncio_paho/__init__.py: Re-export .client module symbols While using this package, I got an error/warning that AsyncioPahoClient wasn't properly re-exported by `asyncio_paho/__init__.py` mypy: `Module "asyncio_paho" does not explici...
5,986
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Prepare for v2.0b2 Selected Reviewer: @lig # Relevant Files Found ## pydantic/version.py ``` __all__ = 'VERSION', 'version_info' VERSION = '2.0b1' def version_info() -> str: import platform import sys from importlib impo...
26
null
typoverflow/UtilsRL
# Repository Context Name: typoverflow/UtilsRL Description: # Pull Request ## refactor NameSpace - use __dict__ to store things rather than _dict_ - compatible with wandb.config logging - now NameSpace supports all dict methods, including unpacking with ** # Relevant Files Found ## UtilsRL/exp/__init__.py ``` ...
16
null
webis-de/lightning-ir
# Repository Context Name: webis-de/lightning-ir Description: # Pull Request ## Add Coil to Lightning IR This Pull Request contains the following changes: * coil.py added * __innit__.py got expanded with coil * coil_implemented_documentation.pdf added coil.py contains all the relevant code for using coil-emb...
355
null
jschneier/django-storages
# Repository Context Name: jschneier/django-storages Description: # Pull Request ## Allow specification of GS_LOCATION for placing assets in subdirectory. # Relevant Files Found ## storages/backends/gcloud.py ``` from tempfile import SpooledTemporaryFile from django.core.exceptions import ImproperlyConfigured ...
1,478
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Moves validation and normalization mixins to utils (step data conversion, part 2) (Part of a patchset focusing on a step data conversion to dataclasses.) These will be used from other modules, and having them in tmt.base would cause a nasty a...
1,760
null
pdm-project/pdm
# Repository Context Name: pdm-project/pdm Description: # Pull Request ## Fix the resolution order to prefer the packages causing the conflict ## Pull Request Checklist - [x] A news fragment is added in `news/` describing what is new. - [x] Test cases added for changed code. ## Describe what you have changed in t...
6,613
null
iterative/dvc
# Repository Context Name: iterative/dvc Description: # Pull Request ## fs.download_dir: callback support # Relevant Files Found ## dvc/fs/base.py ``` import contextlib import logging import os from concurrent.futures import ThreadPoolExecutor, as_completed from functools import partial, partialmethod from mult...
15
null
matthew-brett/xibabel
# Repository Context Name: matthew-brett/xibabel Description: # Pull Request ## MRG - clean up some draft code # Relevant Files Found ## src/xibabel/__init__.py ``` """ Init for Xibabel package """ import pathlib from nipy.algorithms.diagnostics.timediff import time_slice_diffs from .loaders import load, sav...
64
null
pvlib/pvanalytics
# Repository Context Name: pvlib/pvanalytics Description: # Pull Request ## Infer azimuth and tilt from power or POA irradiance From scratch re-implementation of the algorithm form PVFleets QA. There are two substantial differences: * Caller must pass a list of candidate azimuths and tilts. The PVFleets version in...
22,677
null
ccxt/ccxt
# Repository Context Name: ccxt/ccxt Description: # Pull Request ## fix(cli.py): remove call reg to suppress warning # Relevant Files Found ## examples/py/cli.py ``` # -*- coding: utf-8 -*- import argparse import os import re import sys import json import platform from pprint import pprint import asyncio # --...
125
null
blobcity/autoai
# Repository Context Name: blobcity/autoai Description: # Pull Request ## Add XGBoost Regressor Issue: #57 Patch 3 Previous PR: #122 #123 # Relevant Files Found ## blobcity/config/regressor_config.py ``` # Copyright 2021 BlobCity, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you m...
321
null
ssl-hep/ServiceX_frontend
# Repository Context Name: ssl-hep/ServiceX_frontend Description: # Pull Request ## Change name of root-file result format # Problem The `ResultFormat` for root is named differently from the one for parquet Fixes #320 # Approach Changed the type to be just plain `root` # Relevant Files Found ## servicex/...
1,312
null
pallets/click
# Repository Context Name: pallets/click Description: # Pull Request ## Capture command return value in Result / CliRunner I'm using click (with `standalone_mode=False`) as the command-parsing module for a chat bot. It's awesome! In the simplest case, I have commands structured like this: ```python @sammich.com...
572
null
khive-ai/lionagi
# Repository Context Name: khive-ai/lionagi Description: # Pull Request ## Update session # Relevant Files Found ## lionagi/session/session.py ``` # Copyright (c) 2023 - 2025, HaiyangLi <quantocean.li at gmail dot com> # # SPDX-License-Identifier: Apache-2.0 from collections.abc import Callable from functools ...
1,412
null
ansys/pyfluent
# Repository Context Name: ansys/pyfluent Description: # Pull Request ## Renamed allowed_names_error_msg.py Renamed `src/ansys/fluent/core/solver/allowed_name_error_message.py` to `error_message.py` Removed `src/ansys/fluent/core/allowed_name_error_msg.py` Includes a fix for API doc restructuring PR. # Relev...
20,905
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Add {addon} to the format string of new activity logs that are show in review log Those activity logs are created through `ReviewBase.log_action()` and always have an `addon` argument recorded with them. Fixes https://github.com/mozi...
23,757
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## use abspath, do not eliminating symlinks realpath will eliminating symlinks, so following sls won't work as expected ``` yaml /root/a: file.directory: - user: root - group: root - mode: 0755 - clean: True - require: ...
227
null
Ostorlab/oxo
# Repository Context Name: Ostorlab/oxo Description: # Pull Request ## Improved hanlding of arg types. # Relevant Files Found ## src/ostorlab/agent/agent.py ``` """Agent class. All agents should inherit from the agent class to access the different features, like automated message serialization, message receivi...
168
null
kyocum/disdat
# Repository Context Name: kyocum/disdat Description: # Pull Request ## rebuild the db using batched inserts 1.) Now rebuild the sqlite db using batches of 1000 pb object inserts 2.) No longer build the frames table -- we didn't use it any of our search queries. # Relevant Files Found ## disdat/data_context.py ...
3,171
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Revise wording for base description and warning messages I didn't put much thought into the copy that was originally here. The new versions are revised after some discussions with product on what the description / warning messages shoul...
86
null
AgnostiqHQ/covalent
# Repository Context Name: AgnostiqHQ/covalent Description: # Pull Request ## Add tests for the covalent command line interface This fixes issue #37. - [x] I have added the tests to cover my changes. - [x] I have updated the documentation, VERSION, and CHANGELOG accordingly. - [x] I have read the CONTRIBUTING ...
6
null
mvcisback/py-aiger
# Repository Context Name: mvcisback/py-aiger Description: # Pull Request ## Feat/bf Implemented abs, comparators, equality, xor, test for zero # Relevant Files Found ## aiger/bv.py ``` import common from common import AAG import parser import aiger # needed only for the isinstance(kind[1], aiger.common.AAG) c...
287
null
Bluesy1/CharB0T
# Repository Context Name: Bluesy1/CharB0T Description: # Pull Request ## [Rust] Update `charbot_rust` to take advantage maturin 0.14 <!-- There are several guidelines you should follow in order for your Pull Request to be merged and all of them need to be checked --> ## Checklist - [x] I have read the [co...
15
null
TutteInstitute/toponymy
# Repository Context Name: TutteInstitute/toponymy Description: # Pull Request ## Richardmillson/fix/specify cohere model # Relevant Files Found ## toponymy/__init__.py ``` from .topic_naming import Toponymy ``` ## toponymy/llm_wrappers.py ``` import tokenizers import transformers import string from warnings...
327
null
grycap/im-dashboard
# Repository Context Name: grycap/im-dashboard Description: # Pull Request ## Devel # Relevant Files Found ## app/__init__.py ``` # # IM - Infrastructure Manager Dashboard # Copyright (C) 2020 - GRyCAP - Universitat Politecnica de Valencia # # Licensed to the Apache Software Foundation (ASF) under one # or more...
108
null
Trustpoint-Project/trustpoint
# Repository Context Name: Trustpoint-Project/trustpoint Description: # Pull Request ## Fill domain and issuigCA config view with a bit more live data **Description of changes** Added some actual data from database to the config view **Legal** <!-- please check by replacing the space in the brackets with an '...
6,956
null
nautobot/nautobot
# Repository Context Name: nautobot/nautobot Description: # Pull Request ## Avoid an AttributeError due to migration state in v1.x-v2.x upgrade # Closes #6952 # What's Changed Because loading `Tag.changed` in the midst of the v1.x to v2.x migration can throw an exception due to the database state (1.x) still ha...
57
null
DataBiosphere/terra-notebook-utils
# Repository Context Name: DataBiosphere/terra-notebook-utils Description: # Pull Request ## Simplify cli configuration # Relevant Files Found ## terra_notebook_utils/cli/config.py ``` """ Configure the CLI """ import typing import argparse from terra_notebook_utils.cli import Config, dispatch config_cli = d...
200
null
ZJUEarthData/Geochemistrypi
# Repository Context Name: ZJUEarthData/Geochemistrypi Description: # Pull Request ## perf: abstract LinearWorkflowMixin with formula display for all linear models both in regression and in classification. # Relevant Files Found ## geochemistrypi/data_mining/constants.py ``` import os # The number of uploading...
32,276
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [examples] remove entries in scaffolder for deleted examples ## Summary & Motivation ## How I Tested These Changes ## Changelog NOCHANGELOG # Relevant Files Found ## python_modules/dagster/dagster/_generate/download.py ``` import os...
239
null
thomluther/anker-solix-api
# Repository Context Name: thomluther/anker-solix-api Description: # Pull Request ## Complete C1000X (A1761) device control implementation 🔄 **Upstream Integration:** - Updated C1000X implementation to work with new MQTT device architecture - Inherits from SolixMqttDevice base class - Uses generate_mqtt_command...
3,907
null
teemtee/tmt
# Repository Context Name: teemtee/tmt Description: # Pull Request ## Hide helper script commands from the verbose output Recently the `mkdir -p /usr/local/bin` command started appearing in the verbose output. In a similar way `rsync --version` started to appear at the beginning and during test execution. As these...
339
null
one-zero-eight/sport
# Repository Context Name: one-zero-eight/sport Description: # Pull Request ## Multiple reference images ### Description of changes Completed issue https://github.com/orgs/one-zero-eight/projects/4/views/8?pane=issue&itemId=88439891&issue=one-zero-eight%7Csport%7C323 # Relevant Files Found ## adminpage/media/vie...
150
null
AustralianCancerDataNetwork/pydicer
# Repository Context Name: AustralianCancerDataNetwork/pydicer Description: # Pull Request ## Provide a function to run the TotalSegmentator Provide a function that can be passed to the `segment_image` function to run the total segmentator. # Relevant Files Found ## pydicer/generate/segmentation.py ``` import lo...
97
null
aws-neuron/nki-samples
# Repository Context Name: aws-neuron/nki-samples Description: # Pull Request ## Add target check to test_double_row_matmul.py test_double_row_matmul.py shouldn't run on trn1/inf2. Disabling on non-trn2. tested locally on a trn1.2xl. # Relevant Files Found ## test/unit/test_double_row_matmul.py ``` """ Copyri...
408
null
roman-corgi/corgidrp
# Repository Context Name: roman-corgi/corgidrp Description: # Pull Request ## Small e2e cleanup ## Describe your changes This small PR turns off some default plotting routines and adds a .save to an e2e test (that should have been there) so that they can be run without the UTs having been run before. ## Type ...
77
null
leonardt/hwtypes
# Repository Context Name: leonardt/hwtypes Description: # Pull Request ## Make identical products return the same type Resolves #76 # Relevant Files Found ## hwtypes/adt_meta.py ``` import itertools as it import typing as tp from abc import ABCMeta, abstractmethod from collections import OrderedDict import we...
4,464
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## [AutoPR] netapp/resource-manager Created to accumulate context: netapp/resource-manager # Relevant Files Found ## azure-mgmt-netapp/azure/mgmt/netapp/operations/accounts_operations.py ``` # coding=utf-8 # -----------------------...
126
null
netskopeoss/ta_cloud_exchange_plugins
# Repository Context Name: netskopeoss/ta_cloud_exchange_plugins Description: # Pull Request ## CTO ServiceNow 1.1.0 - Added No Queue option in queue configuration. … …Added retry mechanism while creating/updating tickets. # Relevant Files Found ## servicenow_itsm/main.py ``` """ BSD 3-Clause License Copyright ...
21,030
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Pick provider closest to the rule/subsystem/target type. Instead of picking the "shortest" provider available, pick the one closest to the thing being provided for a more accurate result. When a particular thing is available "out of backe...
1,220
null
k2-fsa/icefall
# Repository Context Name: k2-fsa/icefall Description: # Pull Request ## Add icefall tutorials for dummies. ## TODOs - [x] training - [x] decoding - [x] model export - [ ] usage with sherpa-onnx - [ ] a companion colab notebook # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the...
105
null
neuropsychology/NeuroKit
# Repository Context Name: neuropsychology/NeuroKit Description: # Pull Request ## Proposal for heart period artifact detection and correction Note that the artifact correction by Lipponnen & Tarvainen does not apply to the R-peaks directly, but rather to the derived heart period or heart rate. This explains the d...
16,956
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## mongo-c-driver: Add 1.16.2 This also updates libbson to the corresponding version and adds a few missing older versions. # Relevant Files Found ## var/spack/repos/builtin/packages/libbson/package.py ``` # Copyright 2013-2020 Lawrence Livermore...
21
null
arXiv/arxiv-submission-core
# Repository Context Name: arXiv/arxiv-submission-core Description: # Pull Request ## ARXIVNG-456 added contributor guidelines This was branched from ARXIVNG-407, so #20 should be merged first. # Relevant Files Found ## metadata/metadata/controllers/submission.py ``` """Controllers for the metadata API.""" impo...
17,885
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## don't fail hard when hooks raise exception @proteusvacuum cc: @orangejenny # Relevant Files Found ## custom/enikshay/management/commands/run_diagnosis_test_migration.py ``` from __future__ import absolute_import, print_function import...
95
null
bayesflow-org/bayesflow
# Repository Context Name: bayesflow-org/bayesflow Description: # Pull Request ## Development Fix link to model misspecification img on landing page. # Relevant Files Found ## bayesflow/coupling_networks.py ``` # Copyright (c) 2022 The BayesFlow Developers # Permission is hereby granted, free of charge, to any ...
18,185
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [FFI] Introduce small string/bytes This PR introduces small string support to the FFI system. When the string length fit into the space in TVMFFIAny (aka len(str) <= 7). We directly store the string content into the TVMFFIAny content instead of cr...
831
null
Genesis-Embodied-AI/Genesis
# Repository Context Name: Genesis-Embodied-AI/Genesis Description: # Pull Request ## [BUG FIX] fix for 'list indices must be integers or slices, not NoneType' <!-- Thanks for sending a pull request! Please: 1. Follow our contributor guidelines: https://github.com/Genesis-Embodied-AI/Genesis/blob/main/.gi...
133
null
bbc/rd-apmm-python-lib-mediagrains
# Repository Context Name: bbc/rd-apmm-python-lib-mediagrains Description: # Pull Request ## Fix CI linting # Details Flake8 has become more picky about type comparisons. This uses the preferred pattern. # Pivotal Story Story URL: # Related PRs _Where appropriate. Indicate order to be merged._ # Links t...
65
null
cogeotiff/rio-cogeo
# Repository Context Name: cogeotiff/rio-cogeo Description: # Pull Request ## refactor get_maximum_overview_level closes #64 # Relevant Files Found ## rio_cogeo/__init__.py ``` """rio_cogeo""" __version__ = "1.0dev10" ``` ## rio_cogeo/cogeo.py ``` """rio_cogeo.cogeo: translate a file to a cloud optimized ge...
31,886
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [dg scaffold branch] extract from ResultMessage I am not sure why it was targeting `AssistantMessage` before, but when we recieve N assistant messages using the first one is not the final plan. * switch to `ResultMessage` and print oth...
2,020
null
posit-dev/py-shiny
# Repository Context Name: posit-dev/py-shiny Description: # Pull Request ## feat: update to latest shiny JS/CSS assets Covers this diff https://github.com/rstudio/shiny/compare/ca41c08...ecf6bfe Also brings in the new resizable sidebar from https://github.com/rstudio/bslib/pull/1217 # Relevant Files Found ## ...
118
null
RedHatProductSecurity/osidb
# Repository Context Name: RedHatProductSecurity/osidb Description: # Pull Request ## Add alerts for components affected by NOTABUG flaw This PR add validation alerting in case a component is being affected by a flaw closed as NOTABUG. Closes OSIDB-363. # Relevant Files Found ## osidb/models.py ``` """ draft ...
809
null
AI4Bharat/Chitralekha-Backend
# Repository Context Name: AI4Bharat/Chitralekha-Backend Description: # Pull Request ## added date filter for org level task report # Relevant Files Found ## backend/organization/utils.py ``` from translation.metadata import TRANSLATION_LANGUAGE_CHOICES from django.db.models import ( Q, Count, A...
869
null
owid/etl
# Repository Context Name: owid/etl Description: # Pull Request ## fix(data): fix wrong dependency version for country_profile Our nightly full build was failing because of outdated dependency. We've updated life expectancy dataset, but forgot to update it country profiles code. Switching to `PathFinder` should fix...
15,261
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Warn if websocket connection can't be made With the introduction of client-side orchestration, `Events` have become more critical to client side machinery of prefect. Previously, if a client could not establish a websocket connection, du...
2,421
null
narwhals-dev/narwhals
# Repository Context Name: narwhals-dev/narwhals Description: # Pull Request ## perf: Optimize, generalize `_DelayedCategories` -> `_DeferredIterable` Closes #2412 <!-- # Thanks for contributing a pull request! ## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/b...
28,417
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: MultiIndex.from_product infers names from inputs if not explicitly provided - [x] closes #27292 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whats...
80
null
dnv-opensource/mlfmu
# Repository Context Name: dnv-opensource/mlfmu Description: # Pull Request ## Ensure `mlfmu build` runs on Ubuntu 20.04 ## Description <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing ...
68
null
ethereum/eth-keys
# Repository Context Name: ethereum/eth-keys Description: # Pull Request ## Use ValidationError from eth_utils Having a ValidationError defined both here and there makes no sense and forces callsites to catch them both in some situations. # Relevant Files Found ## eth_keys/datatypes.py ``` from __future__ impor...
9,637
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## Add test that quit and exit work in debugger. Closes #9625 Testing is difficult to do without doctests, and yielding 2 test functions does not seem to work as the docstring seem to not be found and the test does reliably pass even when it sh...
152
null
icgood/pymap
# Repository Context Name: icgood/pymap Description: # Pull Request ## Fix missing BODY in expunged message # Relevant Files Found ## pymap/__about__.py ``` #: The package version string. __version__ = '0.31.1' ``` ## pymap/backend/mailbox.py ``` from __future__ import annotations from abc import abstractm...
7,346
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Fix incorrect assigment of channel value for password reset mutation I want to merge this change because it fixes the incorrect name of the channel variable <!-- Please mention all relevant issue numbers. --> # Impact * [ ] New migrati...
42
null
autoinvent/magql
# Repository Context Name: autoinvent/magql Description: # Pull Request ## Type dispatch functions raise type error Resolves #40. # Relevant Files Found ## src/magql/filter.py ``` from functools import singledispatch from inflection import underscore from sqlalchemy import Date from sqlalchemy import DateTime f...
116
null
simonsobs/sodetlib
# Repository Context Name: simonsobs/sodetlib Description: # Pull Request ## Makes lms_gain key optional in get_tracking_kwargs As Katie pointed out in #74, lms_gain right now is a required key in get_tracking_kwargs, even though we don't really want to be manually setting it or optimizing it. This PR switches that...
431
null
webdjoe/pyvesync
# Repository Context Name: webdjoe/pyvesync Description: # Pull Request ## fix: remove 131 child lock The 131 child lock doesn't exist on this model. The API does however always report it off. It can't be toggled via this API or native app. Removing keeps HA clean. # Relevant Files Found ## src/pyvesync/device...
4,089
null
microsoft/lisa
# Repository Context Name: microsoft/lisa Description: # Pull Request ## Set minimum TLS setting 1.2 for storage accounts Support for TLS 1.0 and 1.1 will be discontinued for all Azure Storage accounts. The guidance is to migrate to minumum TLS version 1.2. https://learn.microsoft.com/en-us/azure/storage/common/...
972
null
open-edge-platform/anomalib
# Repository Context Name: open-edge-platform/anomalib Description: # Pull Request ## Fixed openvino_inferencer in gradio_inference # Description Fixed OpenVINOInferencer instantiation in gradio_inference. OpenVINOInferencer now no longer takes config parameter. This was previously fixed in openvino_inference, b...
57
null
geoflows/dclaw-apps
# Repository Context Name: geoflows/dclaw-apps Description: # Pull Request ## Dlg dev # Relevant Files Found ## SyntheticLandslides/Ramps_PouliquenForterre2002/Ramp_LargeCap/setrun.py ``` """ Module to set up run time parameters for Clawpack. The values set in the function setrun are then written out to data f...
296
null
atlassian/dc-app-performance-toolkit
# Repository Context Name: atlassian/dc-app-performance-toolkit Description: # Pull Request ## fix redirect for non-rest calls # Relevant Files Found ## app/util/api/abstract_clients.py ``` import json from abc import ABC import requests from requests import Response class Client(ABC): def __init__(self,...
210
null
marshmallow-code/apispec
# Repository Context Name: marshmallow-code/apispec Description: # Pull Request ## Mark tests requiring Node JS as "nodetest" This allows to skip those test by running py.test -m "not nodetest" Sometimes I want to run tests and I don't have node installed (and being a node noob, I don't want to struggle ...
21,568
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## use explicit setup-python versions over implicit expose- The project is currently using a mix of the GitHub supplied `setup-python` action and `pantsbuild/actions/expose-pythons`. On GitHub managed runners they behave similarly: * `setup-...
296
null
OpenKMIP/PyKMIP
# Repository Context Name: OpenKMIP/PyKMIP Description: # Pull Request ## Add Decrypt support to the server This change adds the Decrypt operation to the server. Support is currently limited to symmetric decryption only. The decryption key used with the operation must be in the Active state and it must have the Dec...
1,914
null
towhee-io/towhee
# Repository Context Name: towhee-io/towhee Description: # Pull Request ## add docstring for GatedEmbeddingUnitReasoning of collaborative experts # Relevant Files Found ## towhee/models/collaborative_experts/collaborative_experts.py ``` # Built on top of the original implementation at https://github.com/albanie...
108
null
allenai/reward-bench
# Repository Context Name: allenai/reward-bench Description: # Pull Request ## Missed commit # Relevant Files Found ## analysis/bon_to_alpacaeval.py ``` # Copyright 2023 AllenAI. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compli...
1,200
null
marimo-team/marimo
# Repository Context Name: marimo-team/marimo Description: # Pull Request ## fix: fix marimo islands header urls Bug fix after testing the first release # Relevant Files Found ## frontend/islands/generate.py ``` import asyncio from textwrap import dedent import marimo generator = marimo.experimental_MarimoIslan...
157
null
innogames/igvm
# Repository Context Name: innogames/igvm Description: # Pull Request ## feat(build/migrate): Add HV env preference and enforce-env parameter We want to prefer hypervisors of the same environment as build/migration destination. Since not all projects have testing hypervisors, this is just a preference, which will n...
393
null
michaelfeil/infinity
# Repository Context Name: michaelfeil/infinity Description: # Pull Request ## Allow enabling rerankers raw_scores Add `raw_scores` bool to reranker endpoint inputs # Relevant Files Found ## libs/infinity_emb/infinity_emb/fastapi_schemas/pymodels.py ``` # SPDX-License-Identifier: MIT # Copyright (c) 2023-now mic...
944
null
open-compass/VLMEvalKit
# Repository Context Name: open-compass/VLMEvalKit Description: # Pull Request ## [Benchmark] Support VisuLogic # VisuLogic Resouces [**🌐 Homepage**](https://visulogic-benchmark.github.io/VisuLogic) | [**🏆 Leaderboard**](https://visulogic-benchmark.github.io/VisuLogic/) | [**📖 Paper**](http://arxiv.org/abs/...
1,167
null
convexengineering/gpkit
# Repository Context Name: convexengineering/gpkit Description: # Pull Request ## Nomenclature Adds `parse_variables` as an experimental model documenting option: ```python class Fuselage(Model): """The thing that carries the fuel, engine, and payload Variables --------- f [...
39
null
yunionio/mcclient_python
# Repository Context Name: yunionio/mcclient_python Description: # Pull Request ## fix: add externalproject # Relevant Files Found ## yunionclient/api/client.py ``` # Copyright 2012 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use ...
4,880
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## fix(framework): transformers vs 1.3.0 "TypeError: __init__() got an unexpected keyword argument 'task'" Fixes #4879 Signed-off-by: Frost Ming <me@frostming.com> # Relevant Files Found ## src/bentoml/_internal/frameworks/transformers.py ...
479
null
jp00p/AGIMUS
# Repository Context Name: jp00p/AGIMUS Description: # Pull Request ## Make ctx.followup.sends In Wishlist Matches Ephemeral duh # Relevant Files Found ## cogs/wishlist.py ``` from common import * from queries.wishlist import * from utils.badge_utils import * from utils.check_channel_access import access_check ...
283
null
markfairbanks/tidypolars
# Repository Context Name: markfairbanks/tidypolars Description: # Pull Request ## Correct functions in examples Closes #226 # Relevant Files Found ## tidypolars/funs.py ``` import polars as pl from .tibble_df import from_polars, tibble from .utils import ( _as_list, _col_expr, _col_exprs, _is_c...
418
null
xchem/fragalysis-backend
# Repository Context Name: xchem/fragalysis-backend Description: # Pull Request ## Update to latest MR changes # Relevant Files Found ## viewer/target_loader.py ``` from collections import namedtuple import logging from pathlib import Path import hashlib import yaml from tempfile import TemporaryDirectory impor...
2,953
null
vacanza/holidays
# Repository Context Name: vacanza/holidays Description: # Pull Request ## Update India holidays: add Ugadi holiday for AP, KA, TS subdivisions ## Proposed change Add **Ugadi** holiday for Andhra Pradesh (AP), Telangana (TS), and Karnataka (KA) states #2445 - **Ugadi vs Gudi Padwa:** - Both festivals fa...
7,033
null
mozilla/kitsune
# Repository Context Name: mozilla/kitsune Description: # Pull Request ## Add template for customercare. * Add filtering per content type. # Relevant Files Found ## kitsune/flagit/tests/test_templates.py ``` from django.contrib.contenttypes.models import ContentType from pyquery import PyQuery as pq from kitsun...
32
null
obvious-inc/nom-api
# Repository Context Name: obvious-inc/nom-api Description: # Pull Request ## Refactor event handling Before things get out of hand, I decided to refactor the event handling all over the API. This includes events triggered by the API (now documented under `WebSocketServerEvent`), but also all events we get from the...
1,783
null
alteryx/featuretools
# Repository Context Name: alteryx/featuretools Description: # Pull Request ## v1.2.0 v1.2.0 November 15, 2021 =================== * Enhancements * Add Rolling Transform primitives with integer parameters (#1770) * Fixes * Handle new graphviz FORMATS import (#1770) * Changes * Add new version of ...
47
null
un7c0rn/stopthevirus
# Repository Context Name: un7c0rn/stopthevirus Description: # Pull Request ## Setup event queue service and write good tests # Relevant Files Found ## backend/game.py ``` from game_engine.database import Database from multiprocessing import Process import attr import threading from typing import Any, Iterable,...