pr_id
int64
repo_id
null
repo_name
string
text
string
72
null
wsargent/groundedllm
# Repository Context Name: wsargent/groundedllm Description: # Pull Request ## Match up extracted search results with URL The extracted search results didn't account for 404s -- use the bytestream metadata and create a map of URLs to content so that it's not using an index. Also standardize on using URL for all ...
1,167
null
Ouranosinc/xclim
# Repository Context Name: Ouranosinc/xclim Description: # Pull Request ## Lazy compilation for njit functions of sdba.nbutils and utci <!--Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist:...
2,680
null
kornia/kornia
# Repository Context Name: kornia/kornia Description: # Pull Request ## fix a typo, change "perpenducular" into "perpendicular" fix a typo, change "perpenducular" into "perpendicular" # Relevant Files Found ## kornia/geometry/epipolar/fundamental.py ``` """Module containing the functionalities for computing the ...
5,271
null
modin-project/modin
# Repository Context Name: modin-project/modin Description: # Pull Request ## FIX-#4859: Add support for PyArrow Dictionary Arrays to type mapping Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com> Fixed the issue https://github.com/modin-project/modin/pull/4864#discussion_r1030784639 - [x] first co...
3,723
null
sktime/sktime
# Repository Context Name: sktime/sktime Description: # Pull Request ## & jorenham [MNT] Converted `setup.py` to `pyproject.toml`. Depends on `setuptools>61.0.0` #### Reference Issues/PRs Fixes #3715, see also #3719. #### What does this implement/fix? Explain your changes. It converts all `setup.py` parameters...
120
null
kpn/kstreams
# Repository Context Name: kpn/kstreams Description: # Pull Request ## fix: consumer committed metrics should use committed and not last_sta… …ble_offset # Relevant Files Found ## examples/simple.py ``` import asyncio import typing from dataclasses import dataclass, field from kstreams import ConsumerRecord, cr...
75
null
hokindeng/VMEvalKit
# Repository Context Name: hokindeng/VMEvalKit Description: # Pull Request ## My mistake Forget to merge into dev first. # Relevant Files Found ## analysis/plot.py ``` #!/usr/bin/env python3 """ VMEvalKit Analysis Tool Analyzes evaluation results to show model performance by domain and overall rankings. Only s...
1,499
null
Ouranosinc/xclim
# Repository Context Name: Ouranosinc/xclim Description: # Pull Request ## Generate a cache directory even if the "cache" folder is not found <!--Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Chec...
4,050
null
mitodl/micromasters
# Repository Context Name: mitodl/micromasters Description: # Pull Request ## Release 0.106.0 ## Anna Gavrilman - [x] Add space in FA Card (#4041) ([360fb758](../commit/360fb758865fdbb032d226b82bd34e27d055dcdc)) ## Peter Pinch - [x] add line break in program page h1 (#4043) ([5171e3a5](../commit/5171e3a5db4d1c...
60
null
napalm-automation-community/napalm-panos
# Repository Context Name: napalm-automation-community/napalm-panos Description: # Pull Request ## version bump <!-- Make sure you have read http://napalm.readthedocs.io/en/latest/contributing/index.html --!> # Relevant Files Found ## setup.py ``` """setup.py file.""" from setuptools import setup, find_packag...
95
null
snarfed/granary
# Repository Context Name: snarfed/granary Description: # Pull Request ## fix test regressions caused by changes to mf2util.find_author - mf2util changed to follow /authorship more closely, breaking some assumptions in our unittests - Move p-author h-card inside of an h-entry or h-feed so that it is picked up ...
69
null
emerginganalytics/cyberarena
# Repository Context Name: emerginganalytics/cyberarena Description: # Pull Request ## Powershell to Python Scripts Reworking PowerShell scripts to be usable in python. Still requires some amount of console usage however due to gcp usage. # Relevant Files Found # Edits This pull request converts existing Power...
41,104
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## docs: Fix Tool Use links and remove dead RAG links # What does this PR do? * Fixes links to Tool Use docs in `apply_chat_template` docstring * Corrects grammar in chat_extras.md * Removes dead links to a RAG section that used to...
2,868
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## Add withdrawal formatters to block result formatters ### What was wrong? - Shanghai will add `withdrawals` to blocks and `withdrawalsRoot` to block headers. We should support human-readable values, via result formatters, for these new fie...
290
null
vast-ai/vast-cli
# Repository Context Name: vast-ai/vast-cli Description: # Pull Request ## HOST-1640 minor local fix # Relevant Files Found ## vast.py ``` #!/usr/bin/env python3 # PYTHON_ARGCOMPLETE_OK from __future__ import unicode_literals, print_function import re import json import sys import argparse import os import ti...
10
null
connectIOT/iottoolkit
# Repository Context Name: connectIOT/iottoolkit Description: # Pull Request ## InstanceConstructor nominally working Cleaned up remaining issues with service links to resources. InstanceConstructor is now nominally working to build SmartObject instances and services. # Relevant Files Found ## examples/Instance...
154
null
danielegrattarola/spektral
# Repository Context Name: danielegrattarola/spektral Description: # Pull Request ## Added GCN model Added GCNModel and refactored examples to use it. Example results are unchanged (some differences using tf 2.1, but 2.1 is non-deterministic and I'm fairly sure that's all that is). Option questions: - Should ...
19
null
SuffolkLITLab/docassemble-MACourts
# Repository Context Name: SuffolkLITLab/docassemble-MACourts Description: # Pull Request ## Fix locator # Relevant Files Found ## docassemble/MACourts/macourts.py ``` from docassemble.base.core import DAObject, DAList, DADict from docassemble.base.util import path_and_mimetype, Address, LatitudeLongitude, DASt...
162
null
TsubakiBotPad/pad-cogs
# Repository Context Name: TsubakiBotPad/pad-cogs Description: # Pull Request ## Padmonitor add channel as argument # Relevant Files Found ## padmonitor/padmonitor.py ``` import asyncio import logging import tsutils from io import BytesIO from redbot.core import checks, commands from redbot.core.utils.chat_form...
1,567
null
langgenius/dify-official-plugins
# Repository Context Name: langgenius/dify-official-plugins Description: # Pull Request ## fix(gemini): filter unsupported file types before uploading to Gemini API ## Related Issues or Context <!-- ⚠️ NOTE: This repository is for Dify Official Plugins only. For community contributions, please submit to https:...
96
null
commaai/laika
# Repository Context Name: commaai/laika Description: # Pull Request ## Downloader: return last error # Relevant Files Found ## laika/downloader.py ``` import certifi import ftplib import hatanaka import os import urllib.request import pycurl import re import time import tempfile import socket from datetime im...
576
null
quora/pyanalyze
# Repository Context Name: quora/pyanalyze Description: # Pull Request ## upgrade black # Relevant Files Found ## pyanalyze/functions.py ``` """ Code for understanding function definitions. """ import ast import asyncio import collections.abc import enum import sys import types from abc import abstractmethod ...
40
null
apify/apify-sdk-python
# Repository Context Name: apify/apify-sdk-python Description: # Pull Request ## feat: add the rest unit tests for actor I hope the last unit tests which missing for actor. # Relevant Files Found ## tests/unit/actor/test_actor_lifecycle.py ``` import asyncio from typing import Callable from unittest.mock import ...
143
null
sgl-project/SpecForge
# Repository Context Name: sgl-project/SpecForge Description: # Pull Request ## Add build-dataset-num-proc to avoid slow generation and timeout error <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear...
86
null
dissemin/oabot
# Repository Context Name: dissemin/oabot Description: # Pull Request ## Only proxy PDF files # Relevant Files Found ## src/app.py ``` # -*- coding: utf-8 -*- # # This file is mostly taken from the Tool Labs Flask + OAuth WSGI tutorial # https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/My_first_Flask_OAuth_to...
1,881
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Update tests to not use deprecated file_adapter Update tests to not use deprecated file_adapter # Relevant Files Found ## tensorflow_datasets/testing/test_utils.py ``` # coding=utf-8 # Copyright 2020 The TensorFlow Datasets Authors. #...
1,389
null
useblocks/sphinx-needs
# Repository Context Name: useblocks/sphinx-needs Description: # Pull Request ## 👌 Add type warnings of extra options in external/import reads Currently, the value of all extra options is expected to be a string; other types are not supported in various aspects of sphinx-needs (such as `needextend`, dynamic functi...
334
null
ing-bank/ordeq
# Repository Context Name: ing-bank/ordeq Description: # Pull Request ## `ordeq-spark`: simplify iceberg partitioning keyword # Relevant Files Found ## packages/ordeq-spark/src/ordeq_spark/io/tables/iceberg.py ``` from collections.abc import Callable from dataclasses import dataclass from typing import TYPE_CHE...
29,688
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Revert "Quarantine `test_cli_internal_api_background`" Reverts apache/airflow#29665 Seems like https://github.com/apache/airflow/pull/29681 would fix https://github.com/apache/airflow/issues/29679 # Relevant Files Found ## tests/cli/comma...
51
null
GeoscienceAustralia/fc
# Repository Context Name: GeoscienceAustralia/fc Description: # Pull Request ## remove the pin of lower version xarray The issue: Currently `alchemist` pin the very low version of `xarray`, which is unsustainable for maintenance. Ref PR https://github.com/opendatacube/datacube-alchemist/pull/120 The solution:...
238
null
jareff-g/ALT-Scann8
# Repository Context Name: jareff-g/ALT-Scann8 Description: # Pull Request ## ALT-Scann8 UI 1.12.14 * Fix exception when capturing to DNG # Relevant Files Found ## ALT-Scann8.py ``` #!/usr/bin/env python """ ALT-Scann8 UI - Alternative software for T-Scann 8 This tool is a fork of the original user interface ...
24,140
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Increment version for synapse releases Increment package version after release of azure-synapse-artifacts # Relevant Files Found ## sdk/synapse/azure-synapse-artifacts/azure/synapse/artifacts/_version.py ``` # coding=utf-8 # ---...
1,587
null
zeromq/pyzmq
# Repository Context Name: zeromq/pyzmq Description: # Pull Request ## [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 20.8b1 → 21.7b0](https://github.com/psf/black/compare/20.8b1...21.7b0) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.3.2](https://github.com/pre-commit/mirrors-pret...
1,525
null
python/pythondotorg
# Repository Context Name: python/pythondotorg Description: # Pull Request ## Jobs: Make URL field required, per @bwaliszewski # Relevant Files Found ## jobs/models.py ``` import datetime from django.conf import settings from django.urls import reverse from django.db import models from django.db.models.signals...
66
null
ENCODE-DCC/genomic-data-service
# Repository Context Name: ENCODE-DCC/genomic-data-service Description: # Pull Request ## DSERV-66 fix function get_rsid_coordinates_from_atlas # Relevant Files Found ## genomic_data_service/rsid_coordinates_resolver.py ``` import re import requests import time import logging from genomic_data_service.constants...
29
null
arm/metis
# Repository Context Name: arm/metis Description: # Pull Request ## support for o3 model # Relevant Files Found ## src/metis/providers/azure_openai.py ``` # SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com> # SPDX-License-Identifier: Apache-2.0 import logging...
14
null
CODAIT/pardata
# Repository Context Name: CODAIT/pardata Description: # Pull Request ## Further reduce CI runtime by having all datasets downloaded only once We now download datasets to a local directory, then in most tests, dataset downloading are from our local HTTP server. This also helps speed up running tests locally, a...
133
null
cloudbees-oss/smart-tests-cli
# Repository Context Name: cloudbees-oss/smart-tests-cli Description: # Pull Request ## Remove CTest support from GoogleTest plugin We have the new CTest plugin. To avoid confusion, I remove CTest support in the GoogleTest plugin. IIRC, the feature is undocumented and no customer uses it. # Relevant Files Found #...
6,963
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## chore: remove unused code # Relevant Files Found ## ietf/meeting/models.py ``` # Copyright The IETF Trust 2007-2022, All Rights Reserved # -*- coding: utf-8 -*- # old meeting models can be found in ../proceedings/models.py impor...
456
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Implements checking that a type specification with abstract elements is assignable from a concrete type specification. Implements checking that a type specification with abstract elements is assignable from a concrete type...
411
null
AntaresSimulatorTeam/AntaREST
# Repository Context Name: AntaresSimulatorTeam/AntaREST Description: # Pull Request ## Misc improvements / fixes # Relevant Files Found ## antarest/matrixstore/repository.py ``` import hashlib import json import logging import os from typing import Optional, List, Dict from sqlalchemy import exists, and_ # t...
287
null
openxla/tokamax
# Repository Context Name: openxla/tokamax Description: # Pull Request ## [OSS Splash2.0] Re-order the grid so that we can safely accumulate over kv head groups without aliasing when using the static grid. [OSS Splash2.0] Re-order the grid so that we can safely accumulate over kv head groups without aliasing when ...
25
null
pr0gramista/memes-api
# Repository Context Name: pr0gramista/memes-api Description: # Pull Request ## Fix Jbzd current URL # Relevant Files Found ## main.py ``` import jsons from parsers import kwejk, jbzd, demoty, mistrzowie, anonimowe, ninegag, ifunnyco from flask import Flask from flask_cors import CORS app = Flask(__name__) COR...
12
null
mindspore-courses/d2l-zh
# Repository Context Name: mindspore-courses/d2l-zh Description: # Pull Request ## add_chapter11_13 chapter11、13 Md # Relevant Files Found ## d2l/mindspore.py ``` import os import sys import re import math import time import random import requests import hashlib import collections import zipfile import mindspore...
176
null
vllm-project/tpu-inference
# Repository Context Name: vllm-project/tpu-inference Description: # Pull Request ## Fix recompile in torchax pt runner # Description If a jitted module is called with args placed onto device with `jax.device_put`, the HLO graph would contain replicated sharding annotation on the input arg if it's placed on a si...
47,581
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Marking fab and common messaging as not ready Currently there is a miss match between what we should release and what is marked as ready. Common messaging provider was merged as draft fab 2.0 is not to be released till it's ready for Airfl...
4
null
okta/okta-jwt-verifier-python
# Repository Context Name: okta/okta-jwt-verifier-python Description: # Pull Request ## Decode token, validate claims. Separate request_executor # Relevant Files Found ## okta_jwt_verifier/jwt_verifier.py ``` import requests from cachecontrol import CacheControl from urllib.parse import urljoin from jose impor...
376
null
PyWavelets/pywt
# Repository Context Name: PyWavelets/pywt Description: # Pull Request ## add common 1d synthetic signals This PR adds a new function: `pywt.data.demo_signal`. It implements many standard 1D test signals as used in the literature and in Stéphane Mallat's book "A Wavelet Tour of Signal Processing". This function...
21,216
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## refactor: document caching and invalidation This PR addresses many issues with cache invalidations and cache structure: 1. In very rare cases `doc.save()` will still leave a stale document in the cache. Check illustration below to under...
269
null
cpnota/autonomous-learning-library
# Repository Context Name: cpnota/autonomous-learning-library Description: # Pull Request ## Refactor/feature network Simplifies the way feature gradients are computed. The problem comes from the fact that in many cases we need to back-propagate gradients from both the actor and the critic. Previously, we tried to ...
91
null
magpylib/magpylib
# Repository Context Name: magpylib/magpylib Description: # Pull Request ## Fix bCube This replaces the PM_Box file in fields with a new stable version. ALL special cases are caught!!! On magnet solutions set to [nan,nan,nan]. # Relevant Files Found ## magpylib/_lib/fields/PM_Box.py ``` # -*- coding: utf-8 -*-...
664
null
lhotse-speech/lhotse
# Repository Context Name: lhotse-speech/lhotse Description: # Pull Request ## Fixes to split-lazy Add prefix and start from 1: change from `0.jsonl.gz` to `cuts_XL_raw.1.jsonl.gz` However, it's hard to generate `cuts_XL_raw.0001.jsonl.gz`, because we cannot know how many splits would be in advance while doing l...
479
null
willfind/nimble
# Repository Context Name: willfind/nimble Description: # Pull Request ## Change Supervised Learning example to have correct model The GradientBoostingRegressor ensemble estimator was only meant for data sets of less than 10k points, and in the 1.1.0 SKL version, code modifications made the efficiency for larger da...
53
null
scrapinghub/scrapy-autounit
# Repository Context Name: scrapinghub/scrapy-autounit Description: # Pull Request ## Fix #49: Add metadata comments in test files # Relevant Files Found ## scrapy_autounit/utils.py ``` import os import six import zlib import pickle from pathlib import Path from itertools import islice from importlib import imp...
45
null
Phelimb/BIGSI
# Repository Context Name: Phelimb/BIGSI Description: # Pull Request ## Tsv # Relevant Files Found ## bigsi/__main__.py ``` #! /usr/bin/env python from __future__ import print_function import sys import os import argparse import redis import json import math import logging import hug import tempfile import huma...
35
null
girder/slicer_cli_web
# Repository Context Name: girder/slicer_cli_web Description: # Pull Request ## Remove containers when they stop. Otherwise, querying for clis ends up creating many containers that don't get cleaned up. # Relevant Files Found ## server/rest_slicer_cli.py ``` import os import sys import json import six import sub...
76
null
1337-server/automatic-ripping-machine
# Repository Context Name: 1337-server/automatic-ripping-machine Description: # Pull Request ## Clarified duplicate output file logging output # Relevant Files Found ## arm/ripper/main.py ``` #!/usr/bin/env python3 import sys sys.path.append("/opt/arm") import argparse # noqa: E402 import os # noqa: E402 i...
42
null
canonical/prometheus-k8s-operator
# Repository Context Name: canonical/prometheus-k8s-operator Description: # Pull Request ## Fix two bugs with other small refactors 1. Fix two timing bugs (mentioned in commit message) 2. Small refactor of names and methods to isolate configuration of Prometheus into a separate function that is not an event handle...
94
null
gabrieldemarmiesse/torch-max-backend
# Repository Context Name: gabrieldemarmiesse/torch-max-backend Description: # Pull Request ## Implemented log1p # Relevant Files Found ## tests/test_compiler.py ``` import torch import torch.nn.functional as F from collections.abc import Callable from torch_max_backend import max_backend import pytest from tor...
76
null
halcy/Mastodon.py
# Repository Context Name: halcy/Mastodon.py Description: # Pull Request ## Remove trailing slashes in base URL The streaming API can't handle multiple slashes in the lead of a path request. This is probably a bug in Mastodon, but should be worked around here for now. Fixes #70 # Relevant Files Found ## masto...
656
null
adamritter/pageql
# Repository Context Name: adamritter/pageql Description: # Pull Request ## Fix failing reactive tests ## Summary - improve test helper `check_component` - normalize aggregate events and handle single-value signals ## Testing - `PYTHONPATH=src pytest` ------ https://chatgpt.com/codex/tasks/task_e_6857a8fc8730832f...
80
null
chipsalliance/python-fpga-interchange
# Repository Context Name: chipsalliance/python-fpga-interchange Description: # Pull Request ## chip_info: Add more info for global placement/routing For now this info is being stored in `device_config.yaml`, when things are a bit more stable it might make sense to move it (and perhaps some of the other `device_con...
384
null
kishanrajput23/Coding-Buddies-Community-Contributions
# Repository Context Name: kishanrajput23/Coding-Buddies-Community-Contributions Description: # Pull Request ## GUI Based Tic Tac Toe I created GUI based Tic Tac Toe using python. io also added a readme explaining the code. Hoping to get the PR merged and getting the hacktoberfest and hacktoberfest-accepted badge. ...
42
null
lorenanda/movie-recommender
# Repository Context Name: lorenanda/movie-recommender Description: # Pull Request ## Code cleaning - add docstrings to functions and files - clean up code # Relevant Files Found ## flask_app/application.py ``` from flask import Flask, render_template, request import joblib import pandas as pd import tmdbv3api ...
59
null
Womsxd/MihoyoBBSTools
# Repository Context Name: Womsxd/MihoyoBBSTools Description: # Pull Request ## 适配webhook推送 # Relevant Files Found ## push.py ``` import os import hmac import time import base64 import config import urllib import hashlib from request import http from loghelper import log from configparser import ConfigParser, N...
3
null
eventifyio/eventify
# Repository Context Name: eventifyio/eventify Description: # Pull Request ## Update requirements # Relevant Files Found ## setup.py ``` from distutils.core import setup from setuptools import find_packages setup( name = 'eventify', packages = find_packages(), version = '0.1.0', description = 'Event Dr...
94
null
google/gematria
# Repository Context Name: google/gematria Description: # Pull Request ## Add support for consuming instruction annotations to `TokenGraphBuilderModel`s. Uses instruction annotations obtained from the graph builder to compute instruction node embeddings. The ends of the instruction node embedding vectors are overw...
70
null
radixark/miles
# Repository Context Name: radixark/miles Description: # Pull Request ## Fix train.py wrong logic about saving checkpoints # Relevant Files Found ## train.py ``` import ray from sglang.srt.constants import GPU_MEMORY_TYPE_KV_CACHE, GPU_MEMORY_TYPE_WEIGHTS try: from sglang.srt.constants import GPU_MEMORY_TY...
258
null
iopipe/iopipe-python
# Repository Context Name: iopipe/iopipe-python Description: # Pull Request ## Bump version to v1.7.0 # Relevant Files Found ## iopipe/constants.py ``` import time import uuid COLDSTART = True MODULE_LOAD_TIME = time.time() * 1000 PROCESS_ID = str(uuid.uuid4()) TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ" METRIC...
14,171
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## Revert "[Minor]Raise Error when deepep num dispatch token per rank is smaller than cuda graph bs" Reverts sgl-project/sglang#14065 # Relevant Files Found ## python/sglang/srt/layers/moe/token_dispatcher/deepep.py ``` from __future__ imp...
41,563
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## add rmsnorm kernels support for Intel XPU @MekkCyber @drbh pls help review, thx! We did a benchmark using following scripts on Intel XPU PVC Max 1550: ``` import gc import torch import time import transformers from transformer...
202
null
Azure/azure-functions-python-library
# Repository Context Name: Azure/azure-functions-python-library Description: # Pull Request ## Naive implementation of a backwards-compatible `function_name` decorator This PR (https://github.com/Azure/azure-functions-python-library/pulls?q=is%3Apr+is%3Aclosed+settingsapi) seems to have made a breaking change preve...
149
null
ReliaQualAssociates/ramstk
# Repository Context Name: ReliaQualAssociates/ramstk Description: # Pull Request ## Sync Develop and Master Branches # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from setuptools import setup from setuptools.command.install import install as _install class install(_install): def pr...
1,004
null
dora-metrics/pelorus
# Repository Context Name: dora-metrics/pelorus Description: # Pull Request ## fix: Use Containerfile instead s2i - [x] I have read [Pelorus Contributing guidelines](https://github.com/dora-metrics/pelorus/blob/master/CONTRIBUTING.md) ## Linked Issues related to #862 ## Description Use Containerfile ins...
91
null
crunchyroll/ef-open
# Repository Context Name: crunchyroll/ef-open Description: # Pull Request ## Feature/ef diff detection ## Ready State **Ready** ## Synopsis In order to detect differences between what's committed to the cloud formation template repository and what's actually deployed, ef-cf-diff creates changesets for some or...
156
null
fake-useragent/fake-useragent
# Repository Context Name: fake-useragent/fake-useragent Description: # Pull Request ## Fallback to pkg resources Trying to fix #155 - Implement pkg_resources as fallback # Relevant Files Found ## src/fake_useragent/utils.py ``` import sys import contextlib import inspect import io import json import os impor...
29,140
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix] Fix default MM LoRA alignment for single str prompts ## Purpose Fixes a bug in the offline case for resolving default multimodal LoRA - if a single string prompt is passed when default multimodal lora is active, it currently is not...
67,186
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove deprecated MH-Z19 CO2 Sensor integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR conta...
33
null
matanki-saito/SimpleInstaller
# Repository Context Name: matanki-saito/SimpleInstaller Description: # Pull Request ## Feature/add ignore option 修正 # Relevant Files Found ## angelica.py ``` import concurrent.futures import ctypes import json import os.path import re import shutil import subprocess as sb import tempfile import time import tkin...
2
null
maikejulie/NEMI
# Repository Context Name: maikejulie/NEMI Description: # Pull Request ## start documentation starts documentation folder adds workflow image to main README # Relevant Files Found # Edits This pull request initiates the documentation setup for the NEMI repository by creating a `docs` directory and configuring...
1,260
null
pypi/warehouse
# Repository Context Name: pypi/warehouse Description: # Pull Request ## Wrap "expected" xmlrpc errors to prevent logging There are two kinds of exceptions that may occur in an XMLRPC view, ones that are the fault of bad logic in the view, and ones that are the fault of the remote client calling the view with the w...
576
null
CarperAI/trlx
# Repository Context Name: CarperAI/trlx Description: # Pull Request ## fix model state_dict retrieving in zero3 When accelerator retrieves state_dict from model, it will invoke model's `zero_gather_16bit_weights_on_model_save` method for zero3 enabled scenario, which requires the model to be the accelerate wrapped...
1,473
null
beetbox/beets
# Repository Context Name: beetbox/beets Description: # Pull Request ## Use python-mpd2 instead of python-mpd. Fixes #1472. note: `python-mpd2` uses the same library name used for `import`, it doesn't need to be changed. Read #1472 for rationale. In addition, there's [a strange segfault that pops up with this cha...
1,258
null
scikit-rf/scikit-rf
# Repository Context Name: scikit-rf/scikit-rf Description: # Pull Request ## Enable read of noisy mdf file # Relevant Files Found ## skrf/io/mdif.py ``` """ .. module:: skrf.io.mdif ======================================== mdif (:mod:`skrf.io.mdif`) ======================================== Mdif class and uti...
477
null
andialbrecht/sqlparse
# Repository Context Name: andialbrecht/sqlparse Description: # Pull Request ## Revert "Add in slash comment functionality" This reverts commit 170010e7d709f2145169d23482d006dc56856256. // is not valid in most dialects, so treating it as such should be opt in. https://github.com/andialbrecht/sqlparse/issues/4...
215
null
datagouv/datagouvfr_data_pipelines
# Repository Context Name: datagouv/datagouvfr_data_pipelines Description: # Pull Request ## [DAG élections] publish in parquet too # Relevant Files Found ## data_processing/elections/DAG.py ``` from airflow.models import DAG from airflow.operators.bash import BashOperator from airflow.operators.python import P...
491
null
gdsfactory/kfactory
# Repository Context Name: gdsfactory/kfactory Description: # Pull Request ## add instance iterator which returns coord plus port @gdspaul access is through: ```python for i_a, i_b, p in inst.ports.each_by_array_coord(): ... ``` # Relevant Files Found ## src/kfactory/kcell.py ``` """Core module ...
7,451
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Fix resuming after `ds.set_epoch(new_epoch)` close https://github.com/huggingface/datasets/issues/7447 # Relevant Files Found ## src/datasets/commands/convert.py ``` import os import re import shutil from argparse import ArgumentParse...
310
null
jrief/djangocms-cascade
# Repository Context Name: jrief/djangocms-cascade Description: # Pull Request ## Fix gutter Jumbotron if first child is Row With BootstrapJumbotronPlugin add gutter if first child plugin is BootstrapRowPlugin. We could do that with css or scss too. # Relevant Files Found ## cmsplugin_cascade/bootstrap4/contain...
166
null
PyCQA/autoflake
# Repository Context Name: PyCQA/autoflake Description: # Pull Request ## Bump v1.7.3 # Relevant Files Found ## autoflake.py ``` #!/usr/bin/env python # Copyright (C) 2012-2019 Steven Myint # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documen...
10
null
ArtUshak/wiki_tool_python
# Repository Context Name: ArtUshak/wiki_tool_python Description: # Pull Request ## Fix # Relevant Files Found ## wiki_tool_python/wikitool.py ``` # -*- coding: utf-8 -*- """Script for interacting with MediaWiki.""" import contextlib import copy import datetime import itertools import json import mimetypes impo...
51
null
Moduland/Orangetool
# Repository Context Name: Moduland/Orangetool Description: # Pull Request ## Internet function debug param #### Reference Issues/PRs #### What does this implement/fix? Explain your changes. - `debug` parameter added to `internet` function #### Any other comments? # Relevant Files Found ## orangetool/o...
99,658
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Switch homekit config flow sorted to use itemgetter ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resol...
50,932
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix version bump script ## Proposed change Since the `Final` typing added in #50858 the version bump script didn't work anymore. ## Type of change <!-- What type of change does your PR introduce to Home Assistant? NOTE:...
4,411
null
spesmilo/electrum
# Repository Context Name: spesmilo/electrum Description: # Pull Request ## Stop using deprecated RPC blockchain.block.get_chunk Use blockchain.block.headers instead. It's more flexible but that flexibility is not used here. Port of https://github.com/fyookball/electrum/commit/09798d6b20bb35bae745b1a74c2fac5bb...
802
null
karmab/kcli
# Repository Context Name: karmab/kcli Description: # Pull Request ## Add missing space for gcp pip3 install command Command was by accident: pip3 install google-cloud-storagegoogle-cloud-compute This PR fixes it to be: pip3 install google-cloud-storage google-cloud-compute # Relevant Files Found ## kvirt/co...
394
null
Azure/cyclecloud-slurm
# Repository Context Name: Azure/cyclecloud-slurm Description: # Pull Request ## update blockname to include ClusterUUID and CliqueID updating blockname to include clusterUUID_CLiqueID so that azslurmd can parse scontrol show topology using the clusterUUID and CliqueID to detect if nodename is in correct block Add...
2,926
null
faucetsdn/faucet
# Repository Context Name: faucetsdn/faucet Description: # Pull Request ## Add a new option to the hw_switch_config.yaml to be able to use the IPv6 of the CPN interface By default, when the faucet test suite is running, it will use the IPv4 address of the CPN interface to start the Faucet and the Gauge controllers...
346
null
getnikola/nikola
# Repository Context Name: getnikola/nikola Description: # Pull Request ## Redirections created during the import from wordpress are now written to conf.py Due to a small bug the redirections were not correctly written to the generated conf.py. Redirections are enabled by default when the configuration is generated...
474
null
sapcc/nova
# Repository Context Name: sapcc/nova Description: # Pull Request ## FCD related fixes - Skip FCD type volumes and don't try to delete the shadow vm: The fcd implementation lookups volumes from a catalog using 2 identifiers fcd_id and ds_mo_ref, so no shadowvm are present for this kind of volumes, and so the de...