pr_id
int64
repo_id
null
repo_name
string
text
string
1,192
null
data-dot-all/dataall
# Repository Context Name: data-dot-all/dataall Description: # Pull Request ## Fix: Remove creation of log-groups in Lambdas ### Feature or Bugfix - Bugfix ### Detail In #1134 log groups are created explicitly for each Lambda in the backend, which results in errors when the log-groups do not exist. (see #1190...
27
null
wuhaochen/multinet
# Repository Context Name: wuhaochen/multinet Description: # Pull Request ## refactor container keyword # Relevant Files Found ## multinet/classes.py ``` """Multiplex network class. """ import networkx as nx class Multinet(nx.Graph): """ Undirected Multiplex network class. """ def __init__(...
25
null
ProjectZeroDays/AI-Driven-Zero-Click-Exploit-Deployment-Framework
# Repository Context Name: ProjectZeroDays/AI-Driven-Zero-Click-Exploit-Deployment-Framework Description: # Pull Request ## Enhance dashboard with new features and improved UI Add new features and integrate modules with the GUI. * **New Features**: - Add `Vulnerability Scanner`, `Reporting`, and `Notification Sy...
671
null
desihub/desispec
# Repository Context Name: desihub/desispec Description: # Pull Request ## Ql conform - This PR addresses few issues - a shape fix for ww array in qlboxcar - cosmic removal that wasn't properly applied before - removing 5 keys in config files : WiteIntemediteFile, WriteSkyModelFile, UseResolution, desi_quickl...
8,658
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## empty graph rewrite to VIZ tensor graph [pr] # Relevant Files Found ## tinygrad/engine/schedule.py ``` import sys, atexit, functools, pickle from collections import defaultdict, deque from dataclasses import dataclass, field from tinygr...
21
null
elastic/geneve
# Repository Context Name: elastic/geneve Description: # Pull Request ## Add license check # Relevant Files Found ## docs/events_generation_presentation/presentation.py ``` # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one # or more contributor license agreements. Licensed under the...
1,517
null
aws-powertools/powertools-lambda-python
# Repository Context Name: aws-powertools/powertools-lambda-python Description: # Pull Request ## chore(core): enable wildcard import for core top-level modules <!-- markdownlint-disable MD041 MD043 --> **Issue number:** #1511 ## Summary ### Changes > Please provide a summary of what's being changed Th...
1,441
null
googleapis/python-storage
# Repository Context Name: googleapis/python-storage Description: # Pull Request ## Feat: Add api_key argument to Client constructor # Relevant Files Found ## google/cloud/storage/client.py ``` # Copyright 2015 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this...
19
null
piraidev/django-on-demand
# Repository Context Name: piraidev/django-on-demand Description: # Pull Request ## Showing error if installed_apps requirement is not met and adding documentation ## Purpose :muscle: The app requires `django-rest-framework` installed to work. This change will check that the project has this app installed, and if ...
4,842
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## SES: Implement GetIdentityMailFromDomainAttributes and SetIdentityMailFromDomain ### Summary Implements SES [`GetIdentityMailFromDomainAttributes`](https://docs.aws.amazon.com/ses/latest/APIReference/API_GetIdentityMailFromDomainAttributes.html...
8
null
brandstetter-johannes/MP-Neural-PDE-Solvers
# Repository Context Name: brandstetter-johannes/MP-Neural-PDE-Solvers Description: # Pull Request ## Added fast numerical solvers For E1, E2, WE1. # Relevant Files Found # Edits This pull request adds fast numerical solvers for PDEs to reproduce results from the "Message Passing Neural PDE Solvers" paper, spe...
168
null
MLShukai/pamiq-core
# Repository Context Name: MLShukai/pamiq-core Description: # Pull Request ## ControlThreadに状態保存機能を実装 # Pull Request ## 内容 #157 制御スレッドに状態保存の呼び出し機能を実装しました。 Threadクラス自体は状態を持たないよう設計するので、PersistentStateMixinを消しました。(メソッド名被り) state_storeが引数に入れられたため、影響のあるテストケースを修正しました。 <!-- 変更の目的・内容 もしくは 関連する Issue 番号 --> ...
32,358
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## snap-berkeley: update to version 2.0.1 I think most of the compiler conflicts in this were due to it hard coding g++ in the makefile, which I've just gone ahead and removed. I was able to test with clang without issue. I'll leave the gcc confl...
71
null
openshift-eng/art-bot
# Repository Context Name: openshift-eng/art-bot Description: # Pull Request ## Improve logs for buildinfo.py Ref. https://issues.redhat.com/browse/ART-5910 # Relevant Files Found ## artbotlib/buildinfo.py ``` import asyncio import json import logging import re from typing import Tuple, Union import time from en...
57
null
MHH-RCUG/Wochenende
# Repository Context Name: MHH-RCUG/Wochenende Description: # Pull Request ## Update reporting, plotting for shorter file names Added tutorial too and new EZV reference. Please checkout dev and check thoroughly, thanks. Code for checking out the dev branch is something like this ``` cat clone_wochenende_...
8
null
Getdeck/getdeck
# Repository Context Name: Getdeck/getdeck Description: # Pull Request ## feat: support k8s apis which are not supported by the python binding anymore # Relevant Files Found ## getdeck/api/get.py ``` import logging from typing import Callable from getdeck.api import stopwatch, remove from getdeck.configuration...
1
null
gantsign/ansible_role_bat
# Repository Context Name: gantsign/ansible_role_bat Description: # Pull Request ## Implemented bat role Role to download and install bat. # Relevant Files Found ## molecule/default/tests/test_default.py ``` import os import testinfra.utils.ansible_runner testinfra_hosts = testinfra.utils.ansible_runner.Ansibl...
1,243
null
schemathesis/schemathesis
# Repository Context Name: schemathesis/schemathesis Description: # Pull Request ## fix: Re-used referenced objects during inlining # Relevant Files Found ## src/schemathesis/specs/openapi/references.py ``` from copy import deepcopy from functools import lru_cache from typing import Any, Callable, Dict, List, T...
168
null
sappelhoff/pyprep
# Repository Context Name: sappelhoff/pyprep Description: # Pull Request ## FIX: manually marked bad channels must be excluded in find bads <!--Thanks for contributing--> <!--If this is your first time, please make sure to read the contributing guideline--> <!--https://github.com/sappelhoff/pyprep/blob/main/.gith...
777
null
digiteinfotech/kairon
# Repository Context Name: digiteinfotech/kairon Description: # Pull Request ## Testcase for getting live agent config from bot id # Relevant Files Found ## kairon/live_agent/live_agent.py ``` from abc import ABC from typing import Text from mongoengine import DoesNotExist from kairon.exceptions import AppExc...
30
null
godatadriven/dbt-bouncer
# Repository Context Name: godatadriven/dbt-bouncer Description: # Pull Request ## Migrate arg to artifacts-dir # Relevant Files Found ## dbt_bouncer/main.py ``` import json from pathlib import Path import click from dbt_artifacts_parser.parser import parse_manifest from dbt_bouncer.logger import logger from ...
363
null
NVIDIA-Merlin/systems
# Repository Context Name: NVIDIA-Merlin/systems Description: # Pull Request ## Fix Pytorch integration test postmerge test Fix Pytorch integration test postmerge test - Extends `LD_LIBRARY_PATH` instead of replacing it completely - This was causing an error `CUDA driver version is insufficient for CUDA runti...
176
null
terraref/computing-pipeline
# Repository Context Name: terraref/computing-pipeline Description: # Pull Request ## Gantry monitor rollout tweaks Batch of updates to gantry to support new pipelines and file structures. # Relevant Files Found ## scripts/gantrymonitor/gantry_monitor_service.py ``` #!/usr/bin/python """ GANTRY MONITOR SERVICE...
24
null
zblurx/dploot
# Repository Context Name: zblurx/dploot Description: # Pull Request ## fix target option # Relevant Files Found ## dploot/lib/target.py ``` import argparse import sys from typing import Optional from dploot.lib.utils import add_general_args class Target: def __init__(self) -> None: self.domain: ...
7,109
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Remove `__matmul__` operator from `Transform` class ### Overview See #7097. Using `__matmul__` can be confusing and is not consistent with the scipy API for transformations. cc @darikg # Relevant Files Found ## pyvista/core/utilities...
1,591
null
LMCache/LMCache
# Repository Context Name: LMCache/LMCache Description: # Pull Request ## Fix the issue of gpu_buffer resource release FILL IN THE PR DESCRIPTION HERE Fix the issue of gpu_buffer resource release. - Fix the scope issue of variable tmp_gpu_buffer_obj - Optimized the debug log information - Fix the issue of g...
695
null
modin-project/modin
# Repository Context Name: modin-project/modin Description: # Pull Request ## Bump to 0.5.3 <!-- Thank you for your contribution! --> ## What do these changes do? <!-- Please give a short brief about these changes. --> ## Related issue number <!-- Are there any issues opened that will be resolved by m...
224
null
commonism/aiopenapi3
# Repository Context Name: commonism/aiopenapi3 Description: # Pull Request ## v3x/schema - allow combinations of allOf and oneOf the properties are assigned in order allOf, oneOf, self in case of collisions of property names, self overwrites # Relevant Files Found ## aiopenapi3/base.py ``` import typing import ...
106
null
conda-forge/conda-smithy
# Repository Context Name: conda-forge/conda-smithy Description: # Pull Request ## AppVeyor API URL Hopefully this will solve https://github.com/conda-forge/staged-recipes/issues/221 Ping @jakirkham # Relevant Files Found ## conda_smithy/ci_register.py ``` #!/usr/bin/env python from __future__ import print_fu...
43
null
pyolimp/pyolimp
# Repository Context Name: pyolimp/pyolimp Description: # Pull Request ## feat!: integrate augmentation which replaced old "transforms" # Relevant Files Found ## olimp/precompensation/nn/train/config/__init__.py ``` from __future__ import annotations from typing import NamedTuple from pathlib import Path from p...
142
null
belgio99/smartfactory
# Repository Context Name: belgio99/smartfactory Description: # Pull Request ## last_date update current date for the prediction response set to the last kpi_data_time (19/10/24) # Relevant Files Found ## data-processing/f_dataprocessing.py ``` import pandas as pd import numpy as np from statsmodels.tsa.statto...
51
null
secretflow/secretflow
# Repository Context Name: secretflow/secretflow Description: # Pull Request ## Docs: use pydata theme. # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentatio...
17,990
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## Thrust: use cub from Conan Thrust can now use a custom version of CUB after merging #17411. --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x...
8
null
pipermerriam/eth-testrpc
# Repository Context Name: pipermerriam/eth-testrpc Description: # Pull Request ## Address output ui Server now prints out a list of test addresses upon startup and also accepts arguments for port and domain to attach to. (Pass -h to see help message.) # Relevant Files Found ## testrpc.py ``` #!/usr/bin/env pyt...
2,775
null
quay/quay
# Repository Context Name: quay/quay Description: # Pull Request ## marketplace: add a check for masterEndSystemName when fetching subscriptions (PROJQUAY-6905) Adds the reconciler SKUs to list of RH SKUs used for org attachment, and validates the reconciler SKUs based on if they're created by the reconciler or pur...
500
null
chrisdev/wagtail-cookiecutter-foundation
# Repository Context Name: chrisdev/wagtail-cookiecutter-foundation Description: # Pull Request ## Address Issue #497 and minor fixes # Relevant Files Found ## {{cookiecutter.project_slug}}/pages/models.py ``` from django.db import models from wagtail.wagtailcore import blocks from wagtail.wagtailcore.models i...
88
null
aiida-vasp/parsevasp
# Repository Context Name: aiida-vasp/parsevasp Description: # Pull Request ## Fixed split of system for EIGENVAL and tests Here we remove the split of the string that governs the system comment. Also cleaned tests. # Relevant Files Found ## parsevasp/eigenval.py ``` #!/usr/bin/python import sys import logging i...
360
null
sintel-dev/Orion
# Repository Context Name: sintel-dev/Orion Description: # Pull Request ## Fix VAE documentation * fix vae documentation * add vae to the benchmark list # Relevant Files Found ## orion/benchmark.py ``` # -*- coding: utf-8 -*- import ast import concurrent import json import logging import os import pickle impor...
15
null
SophT-Team/SophT
# Repository Context Name: SophT-Team/SophT Description: # Pull Request ## feat: flow past a sphere case Fixes #14 by adding flow past a sphere case, a first full-blown FSI test in 3D. Shown below are vorticity contours for the Re=100 case at a resolution of 64x64x128. The steady drag value is around 1.20 compar...
445
null
SFDO-Tooling/Snowfakery
# Repository Context Name: SFDO-Tooling/Snowfakery Description: # Pull Request ## Docs and tests for ProfileID feature Docs and tests for the Salesforce.ProfileId feature. # Relevant Files Found ## tests/test_salesforce_gen.py ``` from base64 import b64decode from snowfakery import generate_data class TestSal...
65
null
GoogleCloudPlatform/evalbench
# Repository Context Name: GoogleCloudPlatform/evalbench Description: # Pull Request ## Enable Clone repo and pull main # Relevant Files Found ## evalbench/dataset/dataset.py ``` """Process datasets.""" from typing import Any from absl import app from absl import flags import json import logging from collectio...
278
null
HEPCloud/decisionengine
# Repository Context Name: HEPCloud/decisionengine Description: # Pull Request ## Added shutdown method to Publisher class RB : https://fermicloud140.fnal.gov/reviews/r/345/ # Relevant Files Found ## framework/modules/Publisher.py ``` from decisionengine.framework.modules import Module class Publisher(Module.M...
8,569
null
TheAlgorithms/Python
# Repository Context Name: TheAlgorithms/Python Description: # Pull Request ## added a problem on kadane's algo and its solution. ### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTIN...
1,849
null
fsspec/filesystem_spec
# Repository Context Name: fsspec/filesystem_spec Description: # Pull Request ## Expose connection errors in HTTPFileSystem._exists I can't see why blanket-catching all types of network and client-side issues would be a good thing to do here; the git history doesn't explain it, and `test_http` passes for me locally...
2
null
open-webui/llama-cpp-runner
# Repository Context Name: open-webui/llama-cpp-runner Description: # Pull Request ## Docker Deployment Adds a few files needed to wrap this up and run properly in Docker Tested on Windows 11, WSL2 Ubuntu 24.20 compose.yaml uses locally mounted directories (remove . from them to switch to default Docker Volumes)...
206
null
canonical/postgresql-operator
# Repository Context Name: canonical/postgresql-operator Description: # Pull Request ## [MISC] Switch to Ruff ## Issue Charmcraft templates default to ruff as a linter and keeping flake8 depends on some packages that appear unmaintained ## Solution Switch to ruff while maintaining compatibility with preexistin...
18
null
andrewtavis/poli-sci-kit
# Repository Context Name: andrewtavis/poli-sci-kit Description: # Pull Request ## Remove final unneeded conftest.py imports # Relevant Files Found ## tests/conftest.py ``` """ Fixtures -------- """ import pytest from poli_sci_kit.appointment.methods import largest_remainder from poli_sci_kit.appointment.meth...
29
null
otroan/ESPP2
# Repository Context Name: otroan/ESPP2 Description: # Pull Request ## Web: Remote __root__ initialization of Wires # Relevant Files Found ## espp2/web/main.py ``` #!/usr/bin/env python3 """ ESPP2 web server """ # pylint: disable=invalid-name import logging import json import base64 from os.path import realpa...
61
null
devopshq/crosspm
# Repository Context Name: devopshq/crosspm Description: # Pull Request ## Add test to public interface, move test # Relevant Files Found ## crosspm/adapters/artifactoryaql.py ``` # -*- coding: utf-8 -*- import copy import json import os import time from collections import OrderedDict from datetime import datet...
14
null
Shangyint/langProBe
# Repository Context Name: Shangyint/langProBe Description: # Pull Request ## Add program adapter and archon support - Add program adapters to create common DSPy pipelines for arbitrary signatures. - Add support for Archon components (Generator, Critic, Ranker), with one example pipeline. # Relevant Files Found ...
6,220
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Aqua squad for lvmo test cases Signed-off-by: vavuthu <vavuthu@redhat.com> # Relevant Files Found ## ocs_ci/framework/pytest_customization/marks.py ``` """ In this pytest plugin we will keep all our pytest marks used in our tests an...
63
null
faucetsdn/chewie
# Repository Context Name: faucetsdn/chewie Description: # Pull Request ## Chewie tidy Local variable naming for chewie.py # Relevant Files Found ## chewie/chewie.py ``` """Entry point for 802.1X speaker. """ from fcntl import ioctl import struct import os from chewie import timer_scheduler from eventlet import ...
11
null
benchflow-ai/benchflow
# Repository Context Name: benchflow-ai/benchflow Description: # Pull Request ## feat: add crag # Relevant Files Found # Edits This PR adds support for the CRAG (Critical Reasoning for Large-Scale Knowledge) benchmark to the BenchFlow AI evaluation framework. It introduces a new `CRAGAgent` using OpenAI's GPT...
3,095
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## Cut version 0.23.1 of Bigtable. Only commits since the last release came from #3089, so release notes will be easy. ``` $ git log bigtable-0.23.0..cut-bigtable-0.23.1 -- bigtable/ commit f99fb80baf810ca4447c7f1bc6b39a9f430...
26
null
DiamondLightSource/blueapi
# Repository Context Name: DiamondLightSource/blueapi Description: # Pull Request ## Refactor and tidy messaging interface * Add contextmanager * Write tests # Relevant Files Found ## src/blueapi/cli/amq.py ``` import threading from typing import Any, Callable, List, Mapping, Optional, TypeVar, Union from blue...
16
null
roniemartinez/browsers
# Repository Context Name: roniemartinez/browsers Description: # Pull Request ## 📦 Export Browser type - 📦 Export Browser type - 📚 Update README - ✔️ Exclude branches in coverage # Relevant Files Found ## browsers/__init__.py ``` import fnmatch import logging import shlex import subprocess import sys from t...
100
null
jahwag/ClaudeSync
# Repository Context Name: jahwag/ClaudeSync Description: # Pull Request ## feat: implement single project truncation command # Add support for single project truncation ## Problem The current `truncate` command only supports batch deletion of files from all projects at once. This can be overwhelming and risky ...
984
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## Decode headers before creating transaction This pull requests decodes the headers before creating a transaction. See issue #983 # Relevant Files Found ## sentry_sdk/integrations/asgi.py ``` """ An ASGI middleware. Based on Tom Ch...
667
null
ResonantGeoData/ResonantGeoData
# Repository Context Name: ResonantGeoData/ResonantGeoData Description: # Pull Request ## Fix `yield_checksumfiles` bug Fixes #666. Also adds test parameters to existing `yield_checksumfiles` that exercise this edge case. # Relevant Files Found ## django-rgd/rgd/models/file.py ``` from contextlib import conte...
647
null
jupyterhub/oauthenticator
# Repository Context Name: jupyterhub/oauthenticator Description: # Pull Request ## [Generic] Deprecate tls_verify in favor of validate_server_cert I found another remnant configuration that should be replaced by the validate_server_cert config we have. # Relevant Files Found ## oauthenticator/generic.py ``` """...
85
null
prefix-dev/reproducible-builds
# Repository Context Name: prefix-dev/reproducible-builds Description: # Pull Request ## fix: printing table # Relevant Files Found ## src/repror/cli/build_recipe.py ``` import os import shutil from typing import Optional import platform from pathlib import Path from repror.internals.build import ( BuildInf...
10
null
redis-developer/langgraph-redis
# Repository Context Name: redis-developer/langgraph-redis Description: # Pull Request ## Handle missing config keys during checkpoint search When queried for checkpoints of a root graph, the `config` object the checkpointer receives may get `checkpoint_id` or `checkpoint_ns` keys with None or empty string values, ...
42
null
kscalelabs/kscale
# Repository Context Name: kscalelabs/kscale Description: # Pull Request ## use mujoco scenes # Relevant Files Found ## kscale/web/cli/robot_class.py ``` """Defines the CLI for getting information about robot classes.""" import itertools import json import logging import math import time from typing import Seq...
10
null
aws-samples/generative-ai-ml-latam-samples
# Repository Context Name: aws-samples/generative-ai-ml-latam-samples Description: # Pull Request ## fix: Issue Fix code scanning alert - Clear-text logging of sensitive … …information #8 *Issue #, if available:* Fix code scanning alert - Clear-text logging of sensitive information #8 *Description of chang...
41
null
pytest-dev/pytest-github-actions-annotate-failures
# Repository Context Name: pytest-dev/pytest-github-actions-annotate-failures Description: # Pull Request ## bump to 0.1.4 # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- from setuptools import find_packages, setup with open("./README.md") as f: long_description = f.read() setup( name=...
1
null
davxy/jam-types-py
# Repository Context Name: davxy/jam-types-py Description: # Pull Request ## Changes for 0.5 # Relevant Files Found ## jam_types/work.py ``` from .const import core_count from .simple import * from .simple import ( U32, CoreIndex, Enum, FixedLengthArray, Null, OpaqueHash, ServiceId, ...
165
null
haesleinhuepf/git-bob
# Repository Context Name: haesleinhuepf/git-bob Description: # Pull Request ## Fix typo from "captial" to "capital" in test strings. <sup>This message was generated by [git-bob](https://github.com/haesleinhuepf/git-bob) (version: 0.2.3, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mis...
49
null
stanfrbd/cyberbro
# Repository Context Name: stanfrbd/cyberbro Description: # Pull Request ## Upgrade to v0.6.2 - Enhance HTML template - Correct 429 error with Webscout (add 1 second delay) # Relevant Files Found ## app.py ``` import os import json import time import uuid import threading import requests import logging from fla...
17
null
albertomh/djereo
# Repository Context Name: albertomh/djereo Description: # Pull Request ## refactor: Python Dev Mode integration tests # Relevant Files Found ## tests/test_integration.py ``` import os import signal import subprocess import time from pathlib import Path from typing import Callable import pytest @pytest.mark....
362
null
huggingface/evaluate
# Repository Context Name: huggingface/evaluate Description: # Pull Request ## Matthews correlation coefficient See #317 * Refrained from adding 'micro' as an option for averaging, as I think it has too many pitfalls. * Would like to test a bit better, but not sure where to add this # Relevant Files Found ## ...
28,270
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: use get_email_template to support html template in workflow email (backport #28268) <hr>This is an automatic backport of pull request #28268 done by [Mergify](https://mergify.com). # Relevant Files Found ## frappe/workflow/doctype/workfl...
205
null
ServiceNow/azimuth
# Repository Context Name: ServiceNow/azimuth Description: # Pull Request ## Fix clinc-151 small issues Resolve # ## Description: - Increase batch size - Correctly prints in the log the args and kwargs. ## Checklist: You should check all boxes before the PR is ready. If a box does not apply, check it to ...
391
null
fsspec/filesystem_spec
# Repository Context Name: fsspec/filesystem_spec Description: # Pull Request ## Add gdrive; strip for expand_path # Relevant Files Found ## fsspec/asyn.py ``` import asyncio import functools import inspect import re import sys import threading from .utils import other_paths from .spec import AbstractFileSyste...
66,339
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [3006.x] Fix code coverage uploads ### What does this PR do? See title # Relevant Files Found ## salt/modules/virtualenv_mod.py ``` """ Create virtualenv environments. .. versionadded:: 0.17.0 """ import glob import logging import os imp...
8,016
null
infiniflow/ragflow
# Repository Context Name: infiniflow/ragflow Description: # Pull Request ## Fix: sdk can not update chat model ### What problem does this PR solve? #7791 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) # Relevant Files Found ## api/apps/sdk/chat.py ``` # # Copyright 2024 ...
764
null
SWE-agent/SWE-agent
# Repository Context Name: SWE-agent/SWE-agent Description: # Pull Request ## More helpful message if --repo_path doesn't exist Closes #763 Also see #761 # Relevant Files Found ## sweagent/environment/utils.py ``` from __future__ import annotations import hashlib import json import os import platform import re...
144
null
InfuseAI/piperider
# Repository Context Name: InfuseAI/piperider Description: # Pull Request ## Replace 'catalog.json' with 'manifest.json' for fetching dbt information Signed-off-by: Even Wei <evenwei@infuseai.io> Co-authored-by: Timothy Lee <ctiml@infuseai.io> <!-- Thanks for sending a pull request! Here are some check items ...
67
null
getpatchwork/git-pw
# Repository Context Name: getpatchwork/git-pw Description: # Pull Request ## Resolve #27 by adding '--since' and '--before' options Hello, I've been working on adding support for bounding patch and series list results with the use of --before and --since options to git-pw. This is of particular value to our use...
78
null
SforAiDl/Playground
# Repository Context Name: SforAiDl/Playground Description: # Pull Request ## Optimization added for heatmap # Relevant Files Found ## Badminton/Badminton.py ``` import datetime import os import random import sys import subprocess import time import torch import cv2 import matplotlib.pyplot as plt import matpl...
196
null
MobileTeleSystems/syncmaster
# Repository Context Name: MobileTeleSystems/syncmaster Description: # Pull Request ## [DOP-22145] Add file_name_template field ## Change Summary - Added the `file_name_template` field to `target_params` for file connectors. Default value set to: ```text {run_created_at}_{index}.{extension} ``` - Imp...
376
null
fsspec/filesystem_spec
# Repository Context Name: fsspec/filesystem_spec Description: # Pull Request ## add sign to base class This will enable downstream classes to specify how to sign urls, providing short term URLs for situations where the URL is needed but permissioning needs to be tightly controlled. # Relevant Files Found ## fssp...
309
null
Nixtla/statsforecast
# Repository Context Name: Nixtla/statsforecast Description: # Pull Request ## [FIX] Error when ds column is object Fixes #139 - fix: parse ds column to datetime if needed - feat: add str ds column to ray to test datetime functionality # Relevant Files Found ## action_files/test_ray.py ``` from os import cpu_c...
32
null
beta-team/beta-recsys
# Repository Context Name: beta-team/beta-recsys Description: # Pull Request ## feat: add load_xxx and make_xxx in DatasetBase # Relevant Files Found ## beta_rec/datasets/dataset_base.py ``` import os import shutil import pandas as pd import numpy as np from beta_rec.utils.constants import * from beta_rec.util...
204
null
ministryofjustice/money-to-prisoners-cashbook
# Repository Context Name: ministryofjustice/money-to-prisoners-cashbook Description: # Pull Request ## 108757982 track releases # Relevant Files Found ## mtp_cashbook/apps/cashbook/tests/test_functional.py ``` import logging import re from mtp_utils.test_utils.functional_tests import FunctionalTestCase logge...
543
null
modin-project/modin
# Repository Context Name: modin-project/modin Description: # Pull Request ## Fix S3FS <!-- Thank you for your contribution! --> ## What do these changes do? <!-- Please give a short brief about these changes. --> Modin should properly default to pandas implementations for read_csv from remote sources now....
362
null
facebookresearch/spdl
# Repository Context Name: facebookresearch/spdl Description: # Pull Request ## Avoid zero division # Relevant Files Found ## src/spdl/pipeline/_hook.py ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LIC...
1,758
null
talonhub/community
# Repository Context Name: talonhub/community Description: # Pull Request ## Migrate elixir operators This migrates the existing operators and adds some of the missing ones. The existing grammar is a bit confusing to me because it uses strict boolean operators (the language has non strict boolean operators as we...
8,747
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## revert benchmark fix <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Bug fixes...
247
null
SignalOceanSdk/SignalSDK
# Repository Context Name: SignalOceanSdk/SignalSDK Description: # Pull Request ## Develop # Relevant Files Found ## signal_ocean/port_congestion/models.py ``` """Models that difine the schemas of Port Congestion Data.""" from datetime import datetime, date class LiveCongestion: """Detailed information ab...
2,374
null
Azure/azure-cli-extensions
# Repository Context Name: Azure/azure-cli-extensions Description: # Pull Request ## Bump spring-cloud version to 1.1.0 --- This checklist is used to make sure that common guidelines for a pull request are followed. ### General Guidelines - [x] Have you run `azdev style <YOUR_EXT>` locally? (`pip install a...
136
null
pyani-plus/pyani-plus
# Repository Context Name: pyani-plus/pyani-plus Description: # Pull Request ## Ensure all intermediate files follow the <query>_vs_<subject>.<extension> format This fixes #135. As mentioned in #135 and #129, there were inconsistencies in the naming of intermediate files. For example, `anib` and `fastANI` saved ...
128
null
hplt-project/sacremoses
# Repository Context Name: hplt-project/sacremoses Description: # Pull Request ## Code cleanup # Relevant Files Found ## sacremoses/chinese.py ``` # -*- coding: utf-8 -*- import os from functools import partial # gbk <-> big5 mappings from Mafan + Jianfan # https://github.com/hermanschaaf/mafan # https://cod...
1,401
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Datastore] Support s3 endpoint_url for boto operations Enables S3 usage for endpoints that are not AWS, also through boto operations (`fsspec` support was added in previous PR). For example, do: `os.environ["S3_ENDPOINT_URL"] = "https://s3.wa...
1
null
adafruit/glitterpos
# Repository Context Name: adafruit/glitterpos Description: # Pull Request ## Moved from pulseio.PWMOut to pwmio.PWMOut # Relevant Files Found ## lib/simpleio.py ``` # The MIT License (MIT) # # Copyright (c) 2017 Scott Shawcroft for Adafruit Industries. # # Permission is hereby granted, free of charge, to a...
555
null
slackapi/python-slack-sdk
# Repository Context Name: slackapi/python-slack-sdk Description: # Pull Request ## Use a non-mutable default headers argument ### Summary When invoking `api_call()`, the default value for `headers` is a mutable object! If at any point during invocation, `api_call` mutates this dictionary, it will affect the ...
5
null
hinthornw/promptimizer
# Repository Context Name: hinthornw/promptimizer Description: # Pull Request ## Fix structured output # Relevant Files Found ## src/promptim/__main__.py ``` from __future__ import annotations import asyncio import importlib.util import json import os import sys import time from typing import TYPE_CHECKING, Opt...
1,430
null
speechbrain/speechbrain
# Repository Context Name: speechbrain/speechbrain Description: # Pull Request ## Update interface and libri recipe Our interface was not able to handle our librispeech wav2vec2 model because we used the label_encoder instead of sentencepiece. I modified this, and also made sure that we are storing the tokenizer ck...
7,408
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## [jobs] make sure we don't update the cluster status without locking <!-- Describe the changes in this PR --> When launching a managed job, we may update the status of the job controller without holding the necessary lock. This can caus...
3
null
python-hyper/hpack
# Repository Context Name: python-hyper/hpack Description: # Pull Request ## Add header fields to the header table on partial match Previously we did not add header field to the header table if it is a partial match against the current header table. This commit changes this scheme and adds header fields to the hea...
72
null
VatsalJagani/splunk-app-action
# Repository Context Name: VatsalJagani/splunk-app-action Description: # Pull Request ## Fix the local test failure issue. <!-- To ensure we can review your pull request promptly, please complete this template entirely. --> <!-- Please reference the issue number here. You can replace "Fixes" with "Closes" if it ma...