pr_id
int64
repo_id
null
repo_name
string
text
string
14
null
valentingol/torch_pca
# Repository Context Name: valentingol/torch_pca Description: # Pull Request ## ✨ Add .to() method for dtype/device # Relevant Files Found ## src/torch_pca/pca_main.py ``` """Main module for PCA.""" # Copyright (c) 2024 Valentin Goldité. All Rights Reserved. from typing import Optional import torch from torch...
8,851
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## add unbind_vars pattern matcher # Relevant Files Found ## test/external/process_replay/process_replay.py ``` #!/usr/bin/env python3 # compare kernels created by HEAD against master from collections import defaultdict import os, multipro...
384
null
posit-dev/rsconnect-python
# Repository Context Name: posit-dev/rsconnect-python Description: # Pull Request ## Add `system caches` `list` and `delete` subcommands to manage runtime caches <!-- Provide a general summary of your changes in the title. --> <!-- Examples: Updates pull request template --> ## Intent Add new subcommands to ...
7,814
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Topi & Relay] Add quantization support for the vision transform model in GPU We submit this PR to add quantization support for the [vision transform (vit)](https://arxiv.org/abs/2010.11929) model in GPU. The main change is as follows: 1, In vi...
13
null
enriquegh/spotify-webplayer-token
# Repository Context Name: enriquegh/spotify-webplayer-token Description: # Pull Request ## Updated user-agent string Suggested solution to #12. I changed to the user-agent string that I saw working. Other strings might work as well, I am guessing it is the Chrome 63 bit that probably causes problems. # Relevant ...
21,491
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## VW MQB: Add FW for 2019 Volkswagen Atlas Add firmware for the 2019 Volkswagen Atlas. **Dongle ID:** 8bb424970fce3ede Thanks to community Atlas owner ice cream. # Relevant Files Found ## selfdrive/car/volkswagen/values.py ``` # flak...
7,101
null
pydata/xarray
# Repository Context Name: pydata/xarray Description: # Pull Request ## Fix Dataset.assign_coords overwriting multi-index <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #7097 - [x] Tests added @dcherian the `DeprecationWarning` was ignored by default for `.assign_co...
57
null
copick/copick
# Repository Context Name: copick/copick Description: # Pull Request ## Allow creating copick configs from json strings Right now, copick requires a file on disk to be initialized, this PR allows parsing config strings. # Relevant Files Found ## src/copick/ops/open.py ``` import json import warnings from copi...
1,830
null
TencentBlueKing/bk-nodeman
# Repository Context Name: TencentBlueKing/bk-nodeman Description: # Pull Request ## bugfix: 修改GSE_ENVIRON_WIN_DIR 默认路径 (closed #1829) ## PR ### CheckList(PR Assigners) 确认已完成以下操作: - [ ] 已将分支与当前合入分支同步 - [ ] 已在关联 Issue 中补充「功能自测」部分内容 - [ ] 已更新关联 Issue 的状态 `backlog` -> `todo` -> `for test` -> `tested(需通过测试同学...
183
null
mne-tools/mne-qt-browser
# Repository Context Name: mne-tools/mne-qt-browser Description: # Pull Request ## Fix: remove description bug ## What does this fix? This fixes an error when hitting "Remove description" when all are already removed ## How to reproduce the error: ```python import mne import os import numpy as np from mn...
19
null
rmarkello/abagen
# Repository Context Name: rmarkello/abagen Description: # Pull Request ## [DOC] Updates doc-strings for primary functions # Relevant Files Found ## abagen/allen.py ``` # -*- coding: utf-8 -*- """ Functions for mapping AHBA microarray dataset to atlases and and parcellations in MNI space """ from functools impo...
1,067
null
theislab/cellrank
# Repository Context Name: theislab/cellrank Description: # Pull Request ## Remove `pancreas_preprocessed` Remove `pancreas_preprocessed` dataset closes #1065 closes #1066 # Relevant Files Found ## src/cellrank/datasets.py ``` import enum import os import pathlib from typing import Any, Literal, Tuple, Unio...
4
null
ayushpallav/anthill
# Repository Context Name: ayushpallav/anthill Description: # Pull Request ## executes python scripts in topological order # Relevant Files Found ## anthill/src/cli/core.py ``` """ Core scripts to handle cli instructions """ import sys import click import yaml import json import pathlib from .management impor...
1
null
alixedi/recline
# Repository Context Name: alixedi/recline Description: # Pull Request ## Making generated html a little prettier # Relevant Files Found ## recline.py ``` """ Usage: cli2web.py [options] [script] cli2web creates a web interface for a given Python script that uses argparse for the CLI. Examples: cli2web.py my_s...
2,000
null
Netflix/metaflow
# Repository Context Name: Netflix/metaflow Description: # Pull Request ## fix: correctly quote endpoint_url option in s3 bootstrap command closes #1997 # Relevant Files Found ## metaflow/metaflow_environment.py ``` import os import platform import sys from .util import get_username from . import metaflow_vers...
5
null
openSUSE/qem-bot
# Repository Context Name: openSUSE/qem-bot Description: # Pull Request ## Skip kernel job without product repo https://progress.opensuse.org/issues/105867 # Relevant Files Found ## openqabot/types/incidents.py ``` from logging import getLogger from typing import Any, Dict, List, Set, Tuple, Union import reques...
17
null
hyperbrowserai/python-sdk
# Repository Context Name: hyperbrowserai/python-sdk Description: # Pull Request ## add session event logs # Relevant Files Found ## hyperbrowser/client/managers/async_manager/session.py ``` from typing import List, Union, IO from ....models.session import ( BasicResponse, CreateSessionParams, GetSe...
322
null
E3SM-Project/mache
# Repository Context Name: E3SM-Project/mache Description: # Pull Request ## Use automatic script generation With #303, setting the `mod_env_commands` variable returned by `get_modules_env_vars_and_mpi_compilers` was broken. None of the module or environmental variables were parsed. Which was causing an MPI link...
18,190
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## astc-codec: add package_type # Relevant Files Found ## recipes/astc-codec/all/conanfile.py ``` from conan import ConanFile from conan.tools.build import check_min_cppstd from conan.tools.cmake import CMake, CMakeToolchain, cma...
557
null
python-poetry/poetry-core
# Repository Context Name: python-poetry/poetry-core Description: # Pull Request ## release: bump version to 1.5.1 ### Changed - Improve performance by caching parsed markers, constraints and versions ([#556](https://github.com/python-poetry/poetry-core/pull/556)). # Relevant Files Found ## src/poetry/core/__i...
20
null
ImperialCollegeLondon/pycsvy
# Repository Context Name: ImperialCollegeLondon/pycsvy Description: # Pull Request ## Set up MkDocs This PR sets up documentation using MkDocs for this repo. It includes the readme as the home page of the docs and automatically generates reference documentation from the docstrings in the repo. This fork has a d...
33
null
Qiskit/qiskit-addon-dice-solver
# Repository Context Name: Qiskit/qiskit-addon-dice-solver Description: # Pull Request ## Fix GitHub source code links for decorated functions Copy of https://github.com/Qiskit/qiskit-addon-utils/pull/42 # Relevant Files Found ## docs/conf.py ``` # This code is a Qiskit project. # # (C) Copyright IBM 2024. # # T...
630
null
SUSE/sesdev
# Repository Context Name: SUSE/sesdev Description: # Pull Request ## Add downstream container images By default, development container images from build.suse.de should be used, as also build.suse.de repositories are used (`--devel` is on by default). So, basically we'll be using development container images whenev...
104
null
SAR-ARD/s1ard
# Repository Context Name: SAR-ARD/s1ard Description: # Pull Request ## Save original source metadata This saves the original source metadata in the `source` folder of the processed scene, including the `manifest.safe` and the content of the `annotation` directory. Currently a subdirectory based on the `product...
1,469
null
conda-forge/conda-smithy
# Repository Context Name: conda-forge/conda-smithy Description: # Pull Request ## Add option to use different path for feedstock config yaml This makes it possible to specify the feedstock configuration in a file that is named/located at something other than "conda-forge.yml". Feedstock init and ci-skeleton still ...
9,115
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## [DCU] fix DCU w8a8c8 GEMM shape <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types Bug fixes ### PR changes Others ### Description fix DCU GEMM shape when quant_type == "a8w8c8" # Relevant File...
270
null
pythoncanarias/pycan-web
# Repository Context Name: pythoncanarias/pycan-web Description: # Pull Request ## Default order for quote authors is now name, then surname Fixes #269 # Relevant Files Found ## quotes/models.py ``` import random from django.db import models class Author(models.Model): name = models.CharField(max_length=...
67,164
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Convert test_custom grains test to pytest and fix integration tests fileserver issue ### What does this PR do? ### What issues does this PR fix or reference? * Converts the test_custom grains test from an old style test to a pytest test. T...
4
null
Driftt/drift-python
# Repository Context Name: Driftt/drift-python Description: # Pull Request ## update requirements # Relevant Files Found ## drift/__init__.py ``` __author__ = 'Lemuel Boyce' __version__ = '1.0.0' from .api import Drift ``` ## setup.py ``` from setuptools import setup from drift import __version__ setup(na...
140
null
broadinstitute/dsp-appsec-infrastructure-apps
# Repository Context Name: broadinstitute/dsp-appsec-infrastructure-apps Description: # Pull Request ## [DSEC-242] Make CIS sections configurable This PR introduces: - Adds a Cloud Build variable to define which sections of CIS benchmark to skip in scans - CloudBuild variable `_CIS_CONTROLS_IGNORE` with th...
2,988
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## Fix Instance Profile for ImageBuilder ImageBuilder Infratructure configuration accepts Instance Profile name and not full arn Signed-off-by: Luca Carrogu <carrogu@amazon.com> **Please See** [Git Pull Request Instructions](https:...
2
null
anshumansinha3301/Inventory-Management-System
# Repository Context Name: anshumansinha3301/Inventory-Management-System Description: # Pull Request ## Create Inventory.py inventory management system made using python # Relevant Files Found # Edits This pull request adds a basic Inventory Management System implemented in Python, enabling users to manage in...
4
null
beatsbears/tarsafe
# Repository Context Name: beatsbears/tarsafe Description: # Pull Request ## Add shortcut to TarSafe constructor The default tarfile library has a [documented shortcut](https://docs.python.org/3/library/tarfile.html#tarfile.open) which is nothing more than a [single exported reference](https://github.com/python/cpy...
165
null
NVlabs/Sana
# Repository Context Name: NVlabs/Sana Description: # Pull Request ## update CI script; # Relevant Files Found ## sana/cli/run.py ``` # Copyright 2024 NVIDIA CORPORATION & AFFILIATES # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the Lic...
979
null
vaexio/vaex
# Repository Context Name: vaexio/vaex Description: # Pull Request ## chore(core): make df.dataset a property with setter The setter is responsible for clearing caches etc. This makes it much safer to assign to dataset. # Relevant Files Found ## packages/vaex-core/vaex/dataframe.py ``` # -*- coding: utf-8 -*-...
5
null
square/pyfu-usb
# Repository Context Name: square/pyfu-usb Description: # Pull Request ## Add `py.typed` _Please explain the changes you made here._ Add `py.typed` file for type annotations to used when this package is imported. _Does this close any currently open issues?_ No. _Checklist:_ - [x] [Individual Contribu...
569
null
lithops-cloud/lithops
# Repository Context Name: lithops-cloud/lithops Description: # Pull Request ## [IBM VPC] clear VMs using threads Useful when there are tens of worker VMs Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole...
20,953
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## Add missing several missing Camry firmwares `@oxigen#0649` 2019 Toyota Camry ICE DongleID/route 04b2f59611cf9e7f|2021-05-18--11-11-17 <!-- Please copy and paste the relevant template --> <!--- ***** Template: Car bug fix ***** **D...
55
null
dkedar7/fast_dash
# Repository Context Name: dkedar7/fast_dash Description: # Pull Request ## Bug: Empty browser logs in Windows pytest are shown as None # Relevant Files Found ## tests/test_examples.py ``` #!/usr/bin/env python """Tests for `fast_dash` package.""" # pylint: disable=redefined-outer-name from .examples import ( ...
77
null
hyroai/agenda
# Repository Context Name: hyroai/agenda Description: # Pull Request ## cloud-utils update # Relevant Files Found ## config_to_bot/bot_test.py ``` import datetime import os from typing import Dict, Tuple import gamla import pytest import agenda from agenda import events from config_to_bot import yaml_to_bot ...
1,317
null
SpiNNakerManchester/SpiNNFrontEndCommon
# Repository Context Name: SpiNNakerManchester/SpiNNFrontEndCommon Description: # Pull Request ## move set_n_required down part of https://github.com/SpiNNakerManchester/SpiNNMan/pull/463 # Relevant Files Found ## spinn_front_end_common/interface/abstract_spinnaker_base.py ``` # Copyright (c) 2016 The University...
698
null
bytedance/fedlearner
# Repository Context Name: bytedance/fedlearner Description: # Pull Request ## add CODE_TAR for trainer worker # Relevant Files Found ## web_console_v2/api/test/fedlearner_webconsole/job/yaml_formatter_test.py ``` # Copyright 2020 The FedLearner Authors. All Rights Reserved. # # Licensed under the Apache Licens...
1
null
shuyangzhang/Kyouka
# Repository Context Name: shuyangzhang/Kyouka Description: # Pull Request ## feat(CardMsg): Support music list card msg # Relevant Files Found ## app/main.py ``` import os import traceback import collections import datetime from khl import Message, Bot from dotenv import load_dotenv from app.music.netease.sea...
155
null
momentohq/client-sdk-python
# Repository Context Name: momentohq/client-sdk-python Description: # Pull Request ## feat: add support through python 3.11 Update the package to support python 3.11 and add python 3.11 to the test matrix. # Relevant Files Found ## tests/conftest.py ``` import asyncio import os from typing import Optional, cast...
32
null
huggingface/model-evaluator
# Repository Context Name: huggingface/model-evaluator Description: # Pull Request ## Fix dataset card URLs # Relevant Files Found ## app.py ``` import os import uuid from pathlib import Path import pandas as pd import streamlit as st import yaml from datasets import get_dataset_config_names from dotenv import...
206
null
NationalGenomicsInfrastructure/TACA
# Repository Context Name: NationalGenomicsInfrastructure/TACA Description: # Pull Request ## Fix @reboot and other special syntax problem # Relevant Files Found ## taca/server_status/cronjobs.py ``` import logging import subprocess from crontab import CronTab import platform import getpass import datetime imp...
11,593
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## [Recoveryservices Backup] Added Soft-delete features --- This checklist is used to make sure that common guidelines for a pull request are followed. - [X] The PR has modified HISTORY.rst describing any customer-facing, functional cha...
149
null
filipre/signalbot
# Repository Context Name: filipre/signalbot Description: # Pull Request ## fix: make edit timestamp a required argument in context edit The context has the received message, the bot cannot edit the messages that it receives, only the messages that it sends. # Relevant Files Found ## signalbot/context.py ``` fro...
968
null
okfn/opendataeditor
# Repository Context Name: okfn/opendataeditor Description: # Pull Request ## If the header is null or empty don't show it on the LLM prompt # Relevant Files Found ## ode/llama.py ``` import sys import os from pathlib import Path from typing import NamedTuple import logging from llama_cpp import Llama as Llama...
12,346
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## checkpoint: into long_lived/atari from main @ b964c200d77c24b2923cabbadaf30265e29139a4 Source hash: b964c200d77c24b2923cabbadaf30265e29139a4 Remaining: unknown # Relevant Files Found ## chia/rpc/rpc_server.py ``` import asyn...
2,716
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [autoparallel] fix parameters sharding bug ## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description...
4
null
amzn/rheoceros
# Repository Context Name: amzn/rheoceros Description: # Pull Request ## Update mixed_scala_python_compute_example.py to not include real S3 path *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, ...
451
null
SFDO-Tooling/MetaDeploy
# Repository Context Name: SFDO-Tooling/MetaDeploy Description: # Pull Request ## [upgrade-deps] Upgrade front end deps. ![caracal](https://miro.medium.com/max/1024/1*MNo3lQxNeZDAsC3BOpq8vg.jpeg) # Relevant Files Found ## metadeploy/api/models.py ``` import logging from statistics import median from typing imp...
16,332
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## TF - Fix interchangeable past/past_key_values and revert output variable name in GPT2 # Context From the discussion in https://github.com/huggingface/transformers/pull/16311 (PR that applies `@unpack_inputs` to TF `gpt2`): In the ...
544
null
langchain-ai/langchain-google
# Repository Context Name: langchain-ai/langchain-google Description: # Pull Request ## genai[patch]: support caching and cached token counting # Relevant Files Found ## libs/genai/langchain_google_genai/chat_models.py ``` from __future__ import annotations import asyncio import base64 import json import loggi...
5
null
leonardt/fault
# Repository Context Name: leonardt/fault Description: # Pull Request ## Move target specific logic into own class For issue #3 Added the following: -- target.Target is the base class for all targets. It contains a very simple interface (__init__(), run()). -- verilator_target.Target is an implementa...
3
null
apache/skywalking-python
# Repository Context Name: apache/skywalking-python Description: # Pull Request ## Feature: support authentication in grpc # Relevant Files Found ## skywalking/agent/protocol/grpc/__init__.py ``` # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NO...
4,815
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Added support to language codes on Weather Underground **Description:** Added support to language codes on Weather Underground. All supported languages are listed at https://www.wunderground.com/weather/api/d/docs?d=language-support&MR=...
11
null
AIF-development-team/adsorptioninformationformat
# Repository Context Name: AIF-development-team/adsorptioninformationformat Description: # Pull Request ## Improved support of Micromeritics output tweaks to the Micromeritics parser to deal with uneven columns with fewer saturation pressure measurements than pressure measurements. # Relevant Files Found ## parse...
1,981
null
Lightning-AI/lightning-thunder
# Repository Context Name: Lightning-AI/lightning-thunder Description: # Pull Request ## Start on composable FSDP + DDP Initial version of composable FSDP + DDP, intended to be used with device mesh or somesuch. - as putting the distributed information on the tensor proxy is not so easy without a DTensor style h...
110
null
web2py/pydal
# Repository Context Name: web2py/pydal Description: # Pull Request ## fix true/false expressions in mssql, added gis types in MSSQL2adapter # Relevant Files Found ## pydal/adapters/mssql.py ``` # -*- coding: utf-8 -*- import re import sys from .._globals import IDENTITY from ..helpers.methods import varquote_...
50
null
ROCm/apex
# Repository Context Name: ROCm/apex Description: # Pull Request ## Make torch version check numeric String comparison messes up in cases such as `torch.__version__ = 1.10.blah` # Relevant Files Found ## setup.py ``` import torch from torch.utils import cpp_extension from setuptools import setup, find_packages i...
24
null
xnuinside/gino-admin
# Repository Context Name: xnuinside/gino-admin Description: # Pull Request ## optimize tests # Relevant Files Found ## tests/integration_tests/conftest.py ``` import os import pytest import requests from requests.adapters import HTTPAdapter from urllib3.util.retry import Retry pytest_plugins = ["docker_compo...
3,396
null
gpustack/gpustack
# Repository Context Name: gpustack/gpustack Description: # Pull Request ## fix: default speculative params for sglang https://github.com/gpustack/gpustack/issues/3392 SGLang requires num_steps and eagle_topk when num_draft_tokens is provided. We expose num_draft_tokens but not the other two for simplicity. set ...
3,137
null
pallets/click
# Repository Context Name: pallets/click Description: # Pull Request ## Provide altered context to callbacks to hide `UNSET` values as `None` PR to fix: - https://github.com/pallets/click/issues/3136 - https://github.com/pallets/flask/issues/5836 This highlight a side-effect introduced in: - https://github.co...
107
null
adamchainz/django-mysql
# Repository Context Name: adamchainz/django-mysql Description: # Pull Request ## MySQLCache - add keys_with_prefix, get_with_prefix, and delete_with_prefix methods Resolves #100 . To do: - [x] code - [x] docs - [x] rebase, tidy # Relevant Files Found ## django_mysql/cache.py ``` # -*- coding:utf-8 -*- from __...
2,168
null
swarmauri/swarmauri-sdk
# Repository Context Name: swarmauri/swarmauri-sdk Description: # Pull Request ## Fix evaluator and mutator config ## Summary - adjust plugin manager layout for evaluators and mutators - support new evaluator schema with `default_evaluator` - update default configuration - refresh docs and example TOML files ## Te...
17,427
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## {Compute} Update description of license_msg **Description**<!--Mandatory--> <!--Why this PR? What is changed? What is the effect? etc. A high-quality description can accelerate the review process.--> Resolve [#16541](https://github.com/Azur...
3,016
null
demisto/demisto-sdk
# Repository Context Name: demisto/demisto-sdk Description: # Pull Request ## update generic fix v2 <!-- REMINDER: THIS IS A PUBLIC REPO; DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Related Issues fixes: ## Description # Relevant Files Found ## demisto_sdk/commands/format/update_generic.py ``` import os im...
190
null
amazon-braket/amazon-braket-pennylane-plugin-python
# Repository Context Name: amazon-braket/amazon-braket-pennylane-plugin-python Description: # Pull Request ## Remove `do_queue` In PennLane 0.31, we deprecated the `do_queue` keyword argument, and we are [removing it in 0.32](https://github.com/PennyLaneAI/pennylane/pull/4317). In this PR, I am removing `do_queue` ...
17
null
PrimeIntellect-ai/prime-diloco
# Repository Context Name: PrimeIntellect-ai/prime-diloco Description: # Pull Request ## PRI-442: Implement HTTPMonitor to send node status and training progress - Utilize existing Monitor abstraction to send node/training progress to our Prime Protocol API - Merging into POC branch for now # Relevant Files Found...
2,626
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## implements CKV_K8S_15 in terraform By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found # Edits This PR adds a new Terraform check (CKV_K8S_15) t...
343
null
astrandb/miele
# Repository Context Name: astrandb/miele Description: # Pull Request ## Bump release to 0.1.16 # Relevant Files Found ## custom_components/miele/const.py ``` """Constants for the Miele integration.""" DOMAIN = "miele" VERSION = "0.1.15" API_READ_TIMEOUT = 20 MANUFACTURER = "Miele" # Conf keys CONF_SENSORS = ...
792
null
projectmesa/mesa
# Repository Context Name: projectmesa/mesa Description: # Pull Request ## Add Mypy annotation to time, agent, and model # Relevant Files Found ## mesa/agent.py ``` # -*- coding: utf-8 -*- """ The agent class for Mesa framework. Core Objects: Agent """ class Agent: """ Base class for a model agent. """ ...
519
null
llm-random/llm-random
# Repository Context Name: llm-random/llm-random Description: # Pull Request ## Fix MTP eval # Description todo # Checklist - [ ] Is this PR focused on a single feature without the possibility of being divided into smaller PRs? - [ ] Are all variables set with logical defaults that are backward compatib...
11,185
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Adopted use of new ERFA ecliptic transformation machinery <!-- This comments are hidden when you submit the pull request, so you do not need to remove them! --> <!-- Please be sure to check out our contributing guidelines, https://github...
364
null
jnsgruk/zinc-k8s-operator
# Repository Context Name: jnsgruk/zinc-k8s-operator Description: # Pull Request ## chore(deps): bump charm libraries Automated action to fetch latest version of charm libraries. # Relevant Files Found ## lib/charms/parca_k8s/v0/parca_scrape.py ``` # Copyright 2025 Canonical # See LICENSE file for licensing deta...
4,084
null
wandb/weave
# Repository Context Name: wandb/weave Description: # Pull Request ## chore(weave): test CI fix ## Description See https://github.com/wandb/core/pull/28647/ and internal Slack https://weightsandbiases.slack.com/archives/CD72PQ03B/p1744216632130199 ## Testing How was this PR tested? # Relevant Files Foun...
126
null
open-mmlab/mmhuman3d
# Repository Context Name: open-mmlab/mmhuman3d Description: # Pull Request ## [Feature] Add concat method for HumanData Resolve https://github.com/open-mmlab/mmhuman3d/issues/75* Add a concatenate class method to concat two HumanData instances. Hope you pass two instances share the same keys and well defined as s...
110
null
rasulkireev/TuxSEO
# Repository Context Name: rasulkireev/TuxSEO Description: # Pull Request ## Fix Cloudflare Turnstile signup bypass This pull request contains changes generated by a Cursor Cloud Agent <a href="https://cursor.com/background-agent?bcId=bc-31066bd8-aebe-43d4-a302-2fbe3dc796af"><picture><source media="(prefers-color-...
1,111
null
speechbrain/speechbrain
# Repository Context Name: speechbrain/speechbrain Description: # Pull Request ## remove CUDNN flags to fix DDP with dilated conv setting cudnn flags only for DDP is a bad idea, it slows down everything ... This PR removes this. # Relevant Files Found ## speechbrain/core.py ``` """Core SpeechBrain code for runni...
21
null
belingud/httpie-websockets
# Repository Context Name: belingud/httpie-websockets Description: # Pull Request ## B branch 1 # Relevant Files Found ## httpie_websockets.py ``` import io import json import logging import os import platform import ssl import struct import sys import threading import time from pathlib import Path from typing ...
1,046
null
gyorilab/indra
# Repository Context Name: gyorilab/indra Description: # Pull Request ## Wm docs This PR adds a tutorial for how to run the WM Live Curation Service locally using docker containers. Changes: - Add `doc/tutorials/wm_service.rst` - Fix a minor bug in `indra/tools/live_curation.py` - Read environment variables b...
1,062
null
scrapinghub/dateparser
# Repository Context Name: scrapinghub/dateparser Description: # Pull Request ## Fix PytzUsageWarning for Python versions >= 3.6 This fix makes the `localize` method to be used only for Python versions that are lower than 3.6, so that the warning doesn't appear for versions 3.6+. This also allows compatibility with...
131
null
ARM-software/devlib
# Repository Context Name: ARM-software/devlib Description: # Pull Request ## cpufreq: Add possible error message for failing to set governor I have observerd the error message "write error: Invalid argument" when using set_all_governors to set a non-existent governor on a buildroot Linux system # Relevant Files...
3,975
null
fonttools/fonttools
# Repository Context Name: fonttools/fonttools Description: # Pull Request ## [instancer] Support --remove-overlaps for fonts with CFF2 table Fixes https://github.com/fonttools/fonttools/issues/3643 # Relevant Files Found ## Lib/fontTools/ttLib/removeOverlaps.py ``` """ Simplify TrueType glyphs by merging overla...
1,184
null
MTES-MCT/acceslibre
# Repository Context Name: MTES-MCT/acceslibre Description: # Pull Request ## Add shortcut for screen readers # Relevant Files Found ## erp/contribution/access_doors.py ``` from django.utils.translation import gettext_lazy as translate_lazy from erp.schema import ( PORTE_MANOEUVRE_BATTANTE, PORTE_MANOE...
373
null
baobabsoluciones/cornflow
# Repository Context Name: baobabsoluciones/cornflow Description: # Pull Request ## Feature/better permission error # Relevant Files Found ## cornflow-server/cornflow/commands/permissions.py ``` def register_base_permissions_command(verbose): import logging as log from sqlalchemy.exc import DBAPIError, ...
140
null
open-feature/python-sdk
# Repository Context Name: open-feature/python-sdk Description: # Pull Request ## feat: implement get_provider_metadata for requirement 1.1.5 ## This PR Implements requirement [1.1.5](https://github.com/open-feature/spec/blob/main/specification/sections/01-flag-evaluation.md#requirement-115): > The API MUST p...
11,674
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Mention the attribute name in model fields deprecation message <!-- Thank you for your contribution! --> <!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR --> ## Change Summary <!--...
3,473
null
demisto/demisto-sdk
# Repository Context Name: demisto/demisto-sdk Description: # Pull Request ## Removed Unnecessary Line <!-- REMINDER: THIS IS A PUBLIC REPO; DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Related Issues fixes: ## Description Removed unnecessary line from demisto_sdk/commands/generate_docs/generate_script_do...
109
null
opengeos/HyperCoast
# Repository Context Name: opengeos/HyperCoast Description: # Pull Request ## Fix read_pace bug for V2 # Relevant Files Found ## hypercoast/pace.py ``` # SPDX-FileCopyrightText: 2024 Qiusheng Wu <giswqs@gmail.com> # # SPDX-License-Identifier: MIT """This module contains functions to read and process PACE data....
77
null
RatherRude/Elite-Dangerous-AI-Integration
# Repository Context Name: RatherRude/Elite-Dangerous-AI-Integration Description: # Pull Request ## feat: muted indanger while in supercruise(and nav route) # Relevant Files Found ## src/AIGUI.py ``` import argparse import datetime import json import os import time import re import subprocess import sys import ...
249
null
griptape-ai/ComfyUI-Griptape
# Repository Context Name: griptape-ai/ComfyUI-Griptape Description: # Pull Request ## Create/cloud_nodes ## [2.1.19] - 2025-31-01 ### Added - `Griptape Run: Cloud Assistant` node that will run an Assistant from [Griptape Cloud](https://cloud.griptape.ai). Requires a Griptape API Key (GT_CLOUD_API_KEY). Assistants...
48
null
CarimDayZ/carim-discord-bot
# Repository Context Name: CarimDayZ/carim-discord-bot Description: # Pull Request ## Steam query # Relevant Files Found ## src/carim_discord_bot/__init__.py ``` VERSION = '2.0.0' ``` ## src/carim_discord_bot/discord_client/discord_service.py ``` import asyncio import datetime import hashlib import logging ...
85
null
NCATSTranslator/Relay
# Repository Context Name: NCATSTranslator/Relay Description: # Pull Request ## Trapi 1.0 compliance # Relevant Files Found ## tr_sys/tr_ars/api.py ``` from django.http import HttpResponse from django.views.decorators.csrf import csrf_exempt from django.core import serializers from django.shortcuts import redir...
17
null
FinMind/Class
# Repository Context Name: FinMind/Class Description: # Pull Request ## feat: add is weekend # Relevant Files Found ## courses/01_Building_a_distributed_system_and_monitoring_system_with_Python/chapter03/3.6/solution/financialdata/crawler/taiwan_stock_price.py ``` import datetime import time import typing impo...
8,722
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## test HEC url in test function ## Status - [] In Progress - [x] Ready - [ ] In Hold - (Reason for hold) ## Related Issues fixes: https://github.com/demisto/etc/issues/27308 ## Description Checking the health of the HEC on test. #...
159
null
earth-system-radiation/pyRTE-RRTMGP
# Repository Context Name: earth-system-radiation/pyRTE-RRTMGP Description: # Pull Request ## Made the add_to accessor conform to the function signature by returning the "other" value fixes #144 I went with a minimal fix here to simply conform to the stated signature of the function which was supposed to return...
26
null
lshpaner/eda_toolkit
# Repository Context Name: lshpaner/eda_toolkit Description: # Pull Request ## label_fontsize controls titles, tick_fontsize constrols ticks ## Update `flex_corr_matrix` function to streamline font size controls ### Description: This PR updates the `flex_corr_matrix` function to simplify and streamline how font...