pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
142 | null | docling-project/docling-eval | # Repository Context
Name: docling-project/docling-eval
Description:
# Pull Request
## fix: prevent crash from invalid bbox coordinates in HTML export
Currently, when `doc.export_to_html()` is called on a document with invalid geometry (e.g., a bounding box where `y_max` < `y_min`), Pillow's underlying `crop` funct... |
101 | null | TestCraft-App/api-automation-agent | # Repository Context
Name: TestCraft-App/api-automation-agent
Description:
# Pull Request
## Update framework_generator.py
# Relevant Files Found
## src/framework_generator.py
```
import json
import signal
import sys
import json
from typing import List, Dict, Any, Optional
from src.processors.api_processor imp... |
107 | null | UiPath/uipath-python | # Repository Context
Name: UiPath/uipath-python
Description:
# Pull Request
## feat(sdk): add connection service connector protocol and call method
# Relevant Files Found
## sdk/core/uipath_sdk/_services/connections_service.py
```
from uipath_sdk._utils._endpoint import Endpoint
from .._config import Config
fr... |
96 | null | beer-garden/brewtils | # Repository Context
Name: beer-garden/brewtils
Description:
# Pull Request
## Formatting
# Relevant Files Found
## brewtils/plugin.py
```
# -*- coding: utf-8 -*-
import json
import logging
import logging.config
import os
import sys
import threading
import warnings
from concurrent.futures import ThreadPoolExec... |
2,898 | null | pwndbg/pwndbg | # Repository Context
Name: pwndbg/pwndbg
Description:
# Pull Request
## Context display fix involving unknown syscall ABI's + MIPS Disassembly CapstoneV6 Hotfix
1. Adds a try/catch block to a place that fetches the syscall ABI, which might return a KeyError - this results in a crash when encountering a syscall inst... |
107 | null | KC3Kai/kc3-translations | # Repository Context
Name: KC3Kai/kc3-translations
Description:
# Pull Request
## adding few tools
- `quotes-minify.py` can be used to reduce the size of `quotes.json` (again don't use this on English version).
- Usage: `quotes-minify.py remodelGroups.json <input-quote-file> <output-quote-file->`
- It removes q... |
115 | null | TilmanGriesel/chipper | # Repository Context
Name: TilmanGriesel/chipper
Description:
# Pull Request
## fix!: Rename blacklist to blocklist
# Relevant Files Found
## tools/config/src/main.py
```
#!/usr/bin/env python3
import logging
import os
import re
from dataclasses import dataclass, field
from pathlib import Path
from typing impor... |
6,990 | null | marimo-team/marimo | # Repository Context
Name: marimo-team/marimo
Description:
# Pull Request
## fix: markdown snapshots
## 📝 Summary
Fixes snapshots for markdown changes with jupytex
# Relevant Files Found
## marimo/_lint/rules/formatting/markdown_dedent.py
```
# Copyright 2025 Marimo. All rights reserved.
from __future__ im... |
21,746 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## libcurl/all: Add CoreServices framework on macOS 14 Sonoma
Specify library name and version: **libcurl/all** on macOS (14 and up)
macOS 14 Sonoma has new framework CoreServices, to which libcurl stated linking in https://githu... |
82 | null | faucetsdn/chewie | # Repository Context
Name: faucetsdn/chewie
Description:
# Pull Request
## Extract radius lifecycle
Create RadiusLifecycle object and move some logic into it
# Relevant Files Found
## chewie/chewie.py
```
"""Entry point for 802.1X speaker.
"""
import os
import struct
from chewie import timer_scheduler
from even... |
223 | null | canonical/mysql-operator | # Repository Context
Name: canonical/mysql-operator
Description:
# Pull Request
## add auto-tuning for max_connections
## Issue
MySQL `max_connections` is neither being tunned nor being exposed to configuration, staying at the default 151 connections.
## Solution
Add sane auto-tune strategy while proper co... |
197 | null | pyRiemann/pyRiemann | # Repository Context
Name: pyRiemann/pyRiemann
Description:
# Pull Request
## Update readme and complete doc
No code modification.
# Relevant Files Found
## pyriemann/classification.py
```
"""Module for classification function."""
import functools
import numpy as np
from scipy import stats
from sklearn.base i... |
149 | null | NationalGenomicsInfrastructure/TACA | # Repository Context
Name: NationalGenomicsInfrastructure/TACA
Description:
# Pull Request
## Creates records on sample instead of project level
`get_ss_project` has been changed to collect `proj`, `fc`, `lane` and sample name instead of just proj name.
Output to couchdb is a bit crude (one entry per sample) but co... |
35 | null | lab132/buildbot-gitea | # Repository Context
Name: lab132/buildbot-gitea
Description:
# Pull Request
## correct documentation in GiteaStatusPush
# Relevant Files Found
## buildbot_gitea/reporter.py
```
# Based on the gitlab reporter from buildbot
from __future__ import absolute_import
from __future__ import print_function
from twist... |
1,581 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## [Code Together] Change the order of technical description and list of functions in the documentation
**Description of the Change:**
The documentation of `qml.grouping`, `qml.kernels` and `qml.qaoa` modules have been updated to present ... |
17 | null | ScQ-Cloud/pyquafu | # Repository Context
Name: ScQ-Cloud/pyquafu
Description:
# Pull Request
## Optimize gate_to_node code
# Relevant Files Found
## src/quafu/dagcircuits/circuit_dag.py
```
import numpy as np
from quafu import QuantumCircuit
from quafu.elements.element_gates import *
from quafu.elements.quantum_element import Ba... |
9 | null | DanBeard/RETCON | # Repository Context
Name: DanBeard/RETCON
Description:
# Pull Request
## v0.0.4
removed meshatstic auto from default config. Added time-syncing from retcon web client
# Relevant Files Found
## utils/admin.py
```
"""
RETCON administration utility
"""
import os
import asyncio
import RNS
from io import StringIO, B... |
354 | null | tenstorrent/tt-inference-server | # Repository Context
Name: tenstorrent/tt-inference-server
Description:
# Pull Request
## Consolidate EVALS virtual environments and add LiveCodeBench support
### Summary:
- Merged EVALS_REASON and EVALS virtual environments into a single EVALS venv to simplify environment management
- Updated all evaluation task... |
20,244 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Bugfix] Fix processor initialization in transformers 4.53.0
## Essential Elements of an Effective PR Description Checklist
- [x] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
- [ ] The test pl... |
483 | null | StanfordAHA/garnet | # Repository Context
Name: StanfordAHA/garnet
Description:
# Pull Request
## Fix port mismatch in magma helper file
Quick fix to match port names in `rtl` and `magma helper`
# Relevant Files Found
## global_buffer/global_buffer_magma.py
```
import magma
from gemstone.generator.from_magma import FromMagma
from ge... |
1,928 | null | swarmauri/swarmauri-sdk | # Repository Context
Name: swarmauri/swarmauri-sdk
Description:
# Pull Request
## Update fetch CLI and demo workspace
## Summary
- update fetch command to default to current directory
- return correct path in fetch handler
- add inefficient `bad_sort` algorithm to demo and target it in evolve spec
- document the ne... |
1 | null | bionlplab/bioc | # Repository Context
Name: bionlplab/bioc
Description:
# Pull Request
## Fix Python 3 packaging issue
# Relevant Files Found
## bioc/__init__.py
```
__author__ = 'Yifan Peng'
__version__ = '1.0.0-SNAPSHOT'
from bioc import BioCCollection, BioCDocument, BioCPassage, BioCSentence, BioCAnnotation, \
BioCRela... |
2,919 | null | uw-it-aca/myuw | # Repository Context
Name: uw-it-aca/myuw
Description:
# Pull Request
## F/mix pod
# Relevant Files Found
## setup.py
```
# Copyright 2022 UW-IT, University of Washington
# SPDX-License-Identifier: Apache-2.0
import os
from setuptools import setup
README = """
See the README on `GitHub
<https://github.com/uw-... |
1 | null | kennethreitz/mcp-applemusic | # Repository Context
Name: kennethreitz/mcp-applemusic
Description:
# Pull Request
## Add current song and library functions
Added two new functions:\n\n1. itunes_current_song(): Get information about the currently playing track\n2. itunes_all_songs(): Get a list of all songs in the Music library
# Relevant Files ... |
5 | null | jukofyork/transplant-vocab | # Repository Context
Name: jukofyork/transplant-vocab
Description:
# Pull Request
## Added `--trim-intermediate-size` option and `debug_model_tensors()`
# Relevant Files Found
## transplant_vocab.py
```
#!/usr/bin/env python3
"""
Vocab Transplantation Tool
All credit to turboderp for the original idea:
https:... |
22 | null | SmallDoges/small-datasets | # Repository Context
Name: SmallDoges/small-datasets
Description:
# Pull Request
## fix nits
# Relevant Files Found
## src/small_thoughts/utils/prompt.py
```
ENGLISH_SYSTEM_PROMPT = r"""
As an assistant, you need to first assess the complexity of the problem and adopt an appropriate thinking framework before... |
27,799 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fix usage of identity file in git.latest
This fixes an issue where some git commands are not run as the specified
user. Fixes #27703.
# Relevant Files Found
## salt/modules/git.py
```
# -*- coding: utf-8 -*-
'''
Support for the Git SCM
'''... |
214 | null | UiPath/uipath-python | # Repository Context
Name: UiPath/uipath-python
Description:
# Pull Request
## Langchain: fix import name
- fix import name
# Relevant Files Found
## sdk/langchain/uipath_langchain/_cli/_runtime/_output.py
```
import json
import logging
import uuid
from dataclasses import asdict, dataclass
from functools import... |
192 | null | Crown-Commercial-Service/digitalmarketplace-frameworks | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-frameworks
Description:
# Pull Request
## Use option value in JSON schemas if available
When defining checkboxes or radio sets a value can be provided to each option as well as a label. If provided this is used as the value attribute of the opti... |
35 | null | jezs00/pycasso | # Repository Context
Name: jezs00/pycasso
Description:
# Pull Request
## Fix passing NoneType as artist_text to add_text_to_image() in Prompts…
Image generation would fail for me when in "Prompt" mode (i.e., using prompts.txt with mode=2 in .config), with message:
> Traceback (most recent call last):
> File "... |
10,864 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Increase typing coverage for postgres provider
This PR is about increasing typing coverage for the postgres provider. Part of: #9708
I change this file airflow/providers/postgres/hooks/postgres.py
closes: #9943
related: #9708
---
I ... |
563 | null | cubed-dev/cubed | # Repository Context
Name: cubed-dev/cubed
Description:
# Pull Request
## Introduce FinalizedPlan
The idea here is to formalise the planning process - compose -> finalize (optimize, compile, housekeeping) -> compute/visualize.
This is an internal refactor which will help with the changes needed for #556
# Rele... |
115 | null | DevoInc/python-sdk | # Repository Context
Name: DevoInc/python-sdk
Description:
# Pull Request
## Update requests dependency
fixes #107
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python3
import codecs
import os
import re
from setuptools import setup, find_packages
META_PATH = os.path.join("devo", "__version__.py")
HERE ... |
46 | null | commaai/rednose | # Repository Context
Name: commaai/rednose
Description:
# Pull Request
## Add rot_to_euler sympy helper
# Relevant Files Found
## rednose/helpers/sympy_helpers.py
```
import sympy as sp
import numpy as np
# TODO: remove code duplication between openpilot.common.orientation
def quat2rot(quats):
quats = np.arr... |
112 | null | equinor/tagreader-python | # Repository Context
Name: equinor/tagreader-python
Description:
# Pull Request
## feat: install ca certificates on mac_os
# Relevant Files Found
## tagreader/__init__.py
```
from .clients import IMSClient, list_sources # noqa: F401
from .utils import ReaderType # noqa: F401
from .utils import add_statoil_roo... |
25 | null | Project-MONAI/MetricsReloaded | # Repository Context
Name: Project-MONAI/MetricsReloaded
Description:
# Pull Request
## Update front runner of files for documentation running
add license to all files
create necessary docstring for linking to docs
# Relevant Files Found
## MetricsReloaded/metrics/calibration_measures.py
```
import numpy as np
... |
1,472 | null | opendatacube/datacube-core | # Repository Context
Name: opendatacube/datacube-core
Description:
# Pull Request
## Various minor improvements
### Reason for this pull request
Work done in odc-tools identified a few minor improvements to be made to core.
### Proposed changes
- Give `archive_less_mature` and `find_less_mature` default ... |
28,857 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [1/2][Metrics] Support the logical resource metrics
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the a... |
324 | null | internetarchive/brozzler | # Repository Context
Name: internetarchive/brozzler
Description:
# Pull Request
## CLI: improve Chrome finding on Mac
On macOS, we can find Chrome even if it's installed in a non-default path by querying `mdfind`. This is the CLI entrypoint to Spotlight, and we can use it to look up applications using their unique ... |
16 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## Hotfix/click grid cell
# Relevant Files Found
## tir/technologies/webapp_internal.py
```
import re
import time
import pandas as pd
import inspect
import os
import random
from functools import reduce
from selenium.webdriver.common.keys import Ke... |
635 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Fix OS X bug with DataSource
As noted elsewhere, OS X will always fail to open and data the first
time ¯\_(ツ)_/¯
# Relevant Files Found
## polling_stations/apps/data_collection/morph_importer.py
```
import abc
import jso... |
373 | null | AcademySoftwareFoundation/OpenCue | # Repository Context
Name: AcademySoftwareFoundation/OpenCue
Description:
# Pull Request
## Update HostSearch to return wrapped objects instead of Response class.
Fixes #371
Bring `HostSearch` in line with our current policy of converting gRPC responses to wrapper classes as soon as possible on reception.
Ho... |
3,249 | null | holoviz/holoviews | # Repository Context
Name: holoviz/holoviews
Description:
# Pull Request
## Support linking DynamicMaps
Reuses the logic used for finding stream sources to find Link sources.
- [x] Fixes https://github.com/ioam/holoviews/issues/3248
- [x] Adds unit test
# Relevant Files Found
## holoviews/plotting/bokeh/callb... |
4,111 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## [Network] Virtual-wan support multi link
closed https://github.com/Azure/azure-cli/issues/19233
closed https://github.com/Azure/azure-cli-extensions/issues/4074
---
This checklist is used to make sure that common guidelines ... |
374 | null | ministryofjustice/money-to-prisoners-cashbook | # Repository Context
Name: ministryofjustice/money-to-prisoners-cashbook
Description:
# Pull Request
## Replace help-box and filter-box with unified flexible component from mtp-common
# Relevant Files Found
## mtp_cashbook/apps/cashbook/tests/test_functional.py
```
import logging
import re
from mtp_common.test... |
155 | null | ornlneutronimaging/iMars3D | # Repository Context
Name: ornlneutronimaging/iMars3D
Description:
# Pull Request
## [IMG227] add progress bar and shared mem model for intensity fluctuation correction
- Original Gitlab Task: [IMG227](https://code.ornl.gov/sns-hfir-scse/imaging/imaging/-/issues/227)
This PR introduces the following changes:
... |
951 | null | pandas-dev/pandas-stubs | # Repository Context
Name: pandas-dev/pandas-stubs
Description:
# Pull Request
## Expand `drop()` overloads to encode more argument restriction and add type parameters to `df.drop()` signature.
- [x] Closes #xxxx (Replace xxxx with the Github issue number)
- [x] Tests added: Please use `assert_type()` to assert th... |
6,428 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## check if grad is none before calling all_reduce
# What does this PR do ?
To enable PeFT training via adapter mixins, we should ensure all_reduce is not called on params' grads when the param.requires_grad is False. This does not happen fo... |
46,142 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## [develop] Porting various scheduler fixes from Oxygen to develop
### What does this PR do?
Porting #46084 to develop
### What issues does this PR fix or reference?
#45320
### Tests written?
Yes. Existing tests.
### Commits signed ... |
467 | null | CityOfNewYork/NYCOpenRecords | # Repository Context
Name: CityOfNewYork/NYCOpenRecords
Description:
# Pull Request
## feature/OP-1322: Update Dependencies
Update dependencies to the latest versions possible to resolve security issues.
Signed-off-by: Joel Castillo <jocastillo@records.nyc.gov>
# Relevant Files Found
## app/__init__.py
```
im... |
630 | null | open-power/op-test | # Repository Context
Name: open-power/op-test
Description:
# Pull Request
## InstallUpstreamKernel.py: add timeout value
the rm command takes more time if the linux source file is too big
and timesout with default 60s, so added timeout with increase time
Signed-off-by: Abdul Haleem <abdhalee@linux.vnet.ibm.com>... |
507 | null | alpacahq/alpaca-trade-api-python | # Repository Context
Name: alpacahq/alpaca-trade-api-python
Description:
# Pull Request
## Add multi-symbol latest endpoints
# Relevant Files Found
## alpaca_trade_api/entity_v2.py
```
from enum import Enum
import pandas as pd
from .entity import Bar, Entity, Trade, Quote, _NanoTimestamped
from typing import Di... |
412 | null | trustgraph-ai/trustgraph | # Repository Context
Name: trustgraph-ai/trustgraph
Description:
# Pull Request
## Add token rate measure tool
Uses prometheus metrics. Useful for benchmarking
# Relevant Files Found
## trustgraph-cli/setup.py
```
import setuptools
import os
import importlib
with open("README.md", "r") as fh:
long_descripti... |
65 | null | PlagueHO/azure-ai-foundry-jumpstart | # Repository Context
Name: PlagueHO/azure-ai-foundry-jumpstart
Description:
# Pull Request
## [Feature]: Add E-commerce Order History data generator tool
This PR implements a new data generator tool for creating synthetic e-commerce customer order histories, including orders, returns, product reviews, and support i... |
5 | null | ami-iit/mann-pytorch | # Repository Context
Name: ami-iit/mann-pytorch
Description:
# Pull Request
## Extend the model to automatically perform input normalization and output normalization if exported in onnx
As per title, this PR embeds three linear layers that perform the normalization of the input and the denormalization of the networ... |
2,462 | null | learningequality/studio | # Repository Context
Name: learningequality/studio
Description:
# Pull Request
## Use only the DRF JSONRenderer in production
This sets JSONRenderer the only available renderer in production. Pretty simple.
I also added a flake8 ignore for the production settings file since it has a lot of violations.
Tested ... |
1,726 | null | pwndbg/pwndbg | # Repository Context
Name: pwndbg/pwndbg
Description:
# Pull Request
## Filter commands by category
I was annoyed to always scroll through all available `pwndbg` commands if I forgot the exact name of a specific heap or kernel command, so this tiny PR allows to filter the commands by their categories.
:
def __init__(self,
os_releas... |
23,577 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Toyota: unify Sienna, Avalon, Highlander Lexus NX, Lexus RX into single DBC
commaai/opendbc/pull/504
# Relevant Files Found
## selfdrive/car/toyota/values.py
```
from cereal import car
from selfdrive.car import dbc_dict
from selfdrive.co... |
64 | null | aws-controllers-k8s/emrcontainers-controller | # Repository Context
Name: aws-controllers-k8s/emrcontainers-controller
Description:
# Pull Request
## Go V2 Controller
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Relevant Files Found
## test/e2e/tests/test_jobrun.py
```
# Copyright Amaz... |
252 | null | Cephla-Lab/Squid | # Repository Context
Name: Cephla-Lab/Squid
Description:
# Pull Request
## cameras: Hamamatsu tested; add get_available_pixel_formats()
This pull request introduces a new `get_available_pixel_formats` method across multiple camera classes to standardize the way supported pixel formats are retrieved. It also include... |
78 | null | pyRiemann/pyRiemann | # Repository Context
Name: pyRiemann/pyRiemann
Description:
# Pull Request
## Update plot_classify_MEG_mdm.py
Fixed Kfold calls
# Relevant Files Found
## examples/ERP/plot_classify_MEG_mdm.py
```
"""
====================================================================
Multiclass MEG ERP Decoding
================... |
198 | null | EVerest/everest-utils | # Repository Context
Name: EVerest/everest-utils
Description:
# Pull Request
## fix: Only check license if file already exists
# Relevant Files Found
## ev-dev-tools/src/ev_cli/__init__.py
```
"""EVerest command line utility."""
__version__ = '0.6.0'
```
## ev-dev-tools/src/ev_cli/helpers.py
```
# -*- coding... |
583 | null | ClickHouse/clickhouse-connect | # Repository Context
Name: ClickHouse/clickhouse-connect
Description:
# Pull Request
## fix version import
## Summary
Fixed version import in `playtest.py` & added missing return type in `version()`
Closes #586
Closes #582
# Relevant Files Found
## clickhouse_connect/common.py
```
import getpass
import sys... |
271 | null | OpenCyphal/pycyphal | # Repository Context
Name: OpenCyphal/pycyphal
Description:
# Pull Request
## Make NodeTracker's GetInfo request priority configurable
Previously, the `pycyphal.application.node_tracker.NodeTracker` always sent out GetInfo requests with the fixed `OPTIONAL` priority. While this seems like a sensible default, there ... |
85 | null | mammon-ircd/mammon | # Repository Context
Name: mammon-ircd/mammon
Description:
# Pull Request
## Use a proper set for storing monitored users.
The old behavior was to emulate sets by not adding (resp. removing)
items to (resp. from) the list if they were (resp. were not) already
in the list.
# Relevant Files Found
## mammon/client.... |
3,483 | null | pytorch/TensorRT | # Repository Context
Name: pytorch/TensorRT
Description:
# Pull Request
## Cherrypick of PR 3462
# Relevant Files Found
## py/torch_tensorrt/dynamo/conversion/impl/elementwise/base.py
```
import operator
import warnings
from typing import Any, Callable, Optional, Union
import numpy as np
import torch
from torc... |
197 | null | XLSForm/pyxform | # Repository Context
Name: XLSForm/pyxform
Description:
# Pull Request
## Bump to version 0.11.2
- Fix startupinfo flags not set properly due to misnamed variable
Issue https://github.com/XLSForm/pyxform/pull/195
[@yanokwa]
# Relevant Files Found
## pyxform/__init__.py
```
"""
pyxform is a Python library d... |
57 | null | 05dirnbe/nefi | # Repository Context
Name: 05dirnbe/nefi
Description:
# Pull Request
## Making NEFI compatible with recent versions of python3/libraries
First of all, thank you for this great piece of software.
Some of the code is not compatible anymore with recent versions of python and the networkx library, as well as with mo... |
437 | null | pysat/pysat | # Repository Context
Name: pysat/pysat
Description:
# Pull Request
## ENH/BUG: Updates to NASA CDAWeb methods -- pysat 3.0.0
# Description
Addresses #436.
- Improves consistency of remote_file_list syntax. Method now accepts `start` and `stop` as keywords.
- Includes bugfix from pysat 2.2.0 branch (#434).
... |
2,433 | null | pvlib/pvlib-python | # Repository Context
Name: pvlib/pvlib-python
Description:
# Pull Request
## Make `i_x` and `i_xx` SAPM parameters optional
- [x] Closes #2402
- [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing/index.html)
- [x] Tests added
- ~[ ] Updates entries... |
427 | null | MasterFacilityList/mfl_api | # Repository Context
Name: MasterFacilityList/mfl_api
Description:
# Pull Request
## Dashboard fixes
# Relevant Files Found
## facilities/models/facility_models.py
```
from __future__ import division
import reversion
import json
from django.conf import settings
from django.core import validators
from django.d... |
310 | null | argonne-lcf/dlio_benchmark | # Repository Context
Name: argonne-lcf/dlio_benchmark
Description:
# Pull Request
## fix: avoid expensive tfrecord2idx forks
After b97baa11 was commited to the DALI repository the data generation throughput is reduced. More so if the script resides on a distributed file system (an order of magnitude of difference).... |
220 | null | mlcommons/mlperf-automations | # Repository Context
Name: mlcommons/mlperf-automations
Description:
# Pull Request
## Support mlcommons checkpoint for llama2
# Relevant Files Found
## script/get-ml-model-llama2/customize.py
```
from mlc import utils
import os
def preprocess(i):
os_info = i['os_info']
env = i['env']
if env.get... |
16 | null | neural-maze/philoagents-course | # Repository Context
Name: neural-maze/philoagents-course
Description:
# Pull Request
## feat: Extract data from Stanford Encyclopedia of Philosophy
# Relevant Files Found
## philoagents/application/data/__init__.py
```
from .extract import get_extraction_generator
__all__ = ["get_extraction_generator"]
```
... |
25 | null | miquido/haiway | # Repository Context
Name: miquido/haiway
Description:
# Pull Request
## Add attribute paths
# Relevant Files Found
## src/haiway/__init__.py
```
from haiway.context import (
Disposable,
Disposables,
MissingContext,
MissingState,
ScopeMetrics,
ctx,
)
from haiway.helpers import (
Argu... |
8,693 | null | PaddlePaddle/PaddleDetection | # Repository Context
Name: PaddlePaddle/PaddleDetection
Description:
# Pull Request
## [Export] Fix export fail problem
fix #8692
# Relevant Files Found
## ppdet/engine/trainer.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"... |
7 | null | startreedata/mcp-pinot | # Repository Context
Name: startreedata/mcp-pinot
Description:
# Pull Request
## Add a new MCP server for table operations
## Added functionality:
- **Realtime table management**: Pause/resume consumption, force commit, and check pause status
- **Table maintenance**: Reload segments, rebalance tables, and reset s... |
1,450 | null | openshift/openshift-tools | # Repository Context
Name: openshift/openshift-tools
Description:
# Pull Request
## Inventory library refactor fix. Take 2
# Relevant Files Found
## ansible/inventory/multi_inventory.py
```
#!/usr/bin/env python2
'''
Fetch and combine multiple inventory account settings into a single
json hash.
'''
# vi... |
145 | null | neurodata/ndio | # Repository Context
Name: neurodata/ndio
Description:
# Pull Request
## fix synapse_type
fixes #140
# Relevant Files Found
## ndio/ramon/__init__.py
```
from __future__ import absolute_import
import tempfile
from ndio.ramon.RAMONBase import *
from ndio.ramon.RAMONGeneric import *
from ndio.ramon.RAMONNeuron ... |
43,117 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## py-neuralgcm: add new package and dependencies
Depends on #43062
# Relevant Files Found
# Edits
This pull request adds support for the `py-neuralgcm` package to Spack, enabling installation of NeuralGCM—a hybrid machine learning and physics-... |
105 | null | jupyterhub/chartpress | # Repository Context
Name: jupyterhub/chartpress
Description:
# Pull Request
## Major refactor for readability pre 1.0.0 release
## Background
This PR stems from needing to make a change that was complicated to make without some refactoring, but I decided to a more proper refactoring of the chartpress.py file whil... |
1 | null | MsnzmT/Filmishow-Django | # Repository Context
Name: MsnzmT/Filmishow-Django
Description:
# Pull Request
## complete sign-up
'
# Relevant Files Found
## DownloadMovie_BackEnd/backend/models.py
```
from django.db import models
from django.contrib.auth.models import User
class Profile(models.Model):
user = models.OneToOneField(User, ... |
40 | null | onecommons/unfurl | # Repository Context
Name: onecommons/unfurl
Description:
# Pull Request
## Add coverage and pytest
# Relevant Files Found
## tests/test_tosca.py
```
import unittest
import os
import unfurl.manifest
from unfurl.yamlmanifest import YamlManifest
from unfurl.localenv import LocalEnv
from unfurl.job import Runner, ... |
27 | null | ZhengPeng7/BiRefNet | # Repository Context
Name: ZhengPeng7/BiRefNet
Description:
# Pull Request
## Fix a bug when resuming training
Hi, thanks for your great work!
I found a minor bug when resuming training. In `train.py`’s `init_models_optimizers` function, `epoch_st` needs a `global` declaration to make resuming work properly.
#... |
40 | null | keithasaurus/koda-validate | # Repository Context
Name: keithasaurus/koda-validate
Description:
# Pull Request
## ValidationResult.map
## Issue or goal of PR:
allow easy mapping of `ValidationResult` types
## What I did
## How to test
- [x] unit tests were written / updated
## Documentation
Check one:
- [x] I updated documenta... |
12,640 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## fix(backend): 修复规则增加应用范围修改报错问题 #12625
# Relevant Files Found
## dbm-ui/backend/db_services/dbresource/views/sepc.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by making 蓝鲸智... |
7,678 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Fix up various bits of versioning
* Don't use versioned namespaces in extension config views
* Be more careful about versioning in triggers
* Use versioned_stdlib correctly in functions
* Version the query/DDL caches
# Relevant Files Found
#... |
791 | null | pymc-labs/pymc-marketing | # Repository Context
Name: pymc-labs/pymc-marketing
Description:
# Pull Request
## Run example notebooks CI
I am revisiring https://github.com/pymc-labs/pymc-marketing/pull/624 . We can do it via `readthedocs` but I want to get feedback on this simpler solution.
<!-- readthedocs-preview pymc-marketing start -->
... |
21 | null | orladigital/database2prompt | # Repository Context
Name: orladigital/database2prompt
Description:
# Pull Request
## Add database params and configuration
This PR introduces two major improvements to the database2prompt tool:
1. Database Configuration Enhancement:
- Removed hardcoded database connection string
- Added flexible databas... |
200 | null | razorpay/razorpay-python | # Repository Context
Name: razorpay/razorpay-python
Description:
# Pull Request
## Third party validation Payment
Doc reference : https://razorpay.com/docs/payments/third-party-validation
# Relevant Files Found
## razorpay/resources/payment.py
```
from .base import Resource
from ..constants.url import URL
import... |
392 | null | ansible/molecule | # Repository Context
Name: ansible/molecule
Description:
# Pull Request
## Clarified usage verbiage
We had outdated CLI usage, destroy verbiage, which caused
confusion.
Fixes: #188
# Relevant Files Found
## molecule/cli.py
```
# Copyright (c) 2015-2016 Cisco Systems
#
# Permission is hereby granted, free of ... |
230 | null | K3D-tools/K3D-jupyter | # Repository Context
Name: K3D-tools/K3D-jupyter
Description:
# Pull Request
## 2.8.2
Bugfixes
# Relevant Files Found
## k3d/_version.py
```
version_info = (2, 8, 1)
__version__ = '.'.join(map(str, version_info))
```
## k3d/factory.py
```
# optional dependency
try:
# noinspection PyPackageRequirements
... |
1,377 | null | Giskard-AI/giskard-oss | # Repository Context
Name: Giskard-AI/giskard-oss
Description:
# Pull Request
## [GSK-1634] From MAD to 10% change per sample
Changing the perturbation of numerical features, from +/- 2*MAD, to 10%*value.
# Relevant Files Found
## python-client/giskard/ml_worker/testing/functions/transformation.py
```
import os
... |
7,587 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Fix the inverse method of ``PauliEvolutionGate`` (backport #7524)
This is an automatic backport of pull request #7524 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More condit... |
7,381 | null | infiniflow/ragflow | # Repository Context
Name: infiniflow/ragflow
Description:
# Pull Request
## Refa: similarity calculations.
### What problem does this PR solve?
### Type of change
- [x] Refactoring
# Relevant Files Found
## rag/nlp/query.py
```
#
# Copyright 2024 The InfiniFlow Authors. All Rights Reserved.
#
# Licens... |
4,969 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Release storage 1.8.0
This pull request was generated using releasetool.
# Relevant Files Found
## storage/setup.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you ma... |
2,557 | null | mabel-dev/opteryx | # Repository Context
Name: mabel-dev/opteryx
Description:
# Pull Request
## #2556
## Thank you for opening a Pull Request!
We appreciate your contribution to Opteryx. Your time and effort make a difference, and we’re excited to review your changes. To help ensure a smooth review process, please check the followi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.