pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
2,496 | null | cloudify-cosmo/cloudify-manager | # Repository Context
Name: cloudify-cosmo/cloudify-manager
Description:
# Pull Request
## RD-712 Add temp log cleanup between tests
# Relevant Files Found
## tests/integration_tests/tests/agentless_tests/test_hooks.py
```
########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# License... |
351 | null | pysal/momepy | # Repository Context
Name: pysal/momepy
Description:
# Pull Request
## BUG: fix issue with blocks within another blocks
Fixing the case when one block is fully within the exterior of the other. It currently creates overlapping blocks, this should fix it.
# Relevant Files Found
## momepy/elements.py
```
#!/usr/bi... |
2,716 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## chore: merge --config and --template in server.py
# What does this PR do?
Part of #2696
## Test Plan
Run `llama stack run starter`
Error:
```
myenv ❯ llama stack run starters
WARNING 2025-07-10 12:12:43,052 llama_stack.c... |
12,947 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## fix(dbm-services): 修复演练tendbcluster获取备份记录 #12946
# Relevant Files Found
## dbm-ui/backend/db_periodic_task/local_tasks/mysql_backup_rollback/gen_task.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support th... |
13 | null | hao-ai-lab/Dynasor | # Repository Context
Name: hao-ai-lab/Dynasor
Description:
# Pull Request
## Support vLLM Server `/chat/completion` endpoint
Fix #11 : support for /v1/chat/completions end point
# Relevant Files Found
## dynasor/cli/serving_completion.py
```
# SPDX-License-Identifier: Apache-2.0
import asyncio
import time
from ... |
10 | null | TonicAI/textual | # Repository Context
Name: TonicAI/textual
Description:
# Pull Request
## Add option to record redact() SDK requests
# Relevant Files Found
## tonic_textual/__init__.py
```
__version__ = "3.0.1"
```
## tonic_textual/redact_api.py
```
import io
import json
import os
import requests
from time import sleep
fro... |
839 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## Feature/shadow root
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of cha... |
280 | null | zstackio/zstack-utility | # Repository Context
Name: zstackio/zstack-utility
Description:
# Pull Request
## add some apis
添加了2个API
# Relevant Files Found
## apibinding/apibinding/api_actions.py
```
from apibinding import inventory
from apibinding import api
from zstacklib.utils import jsonobject
class AddAliyunKeySecretAction(inventory.... |
293 | null | one-zero-eight/sport | # Repository Context
Name: one-zero-eight/sport
Description:
# Pull Request
## SPORT-624: Add max duration on backend
# Relevant Files Found
## adminpage/adminpage/settings.py
```
"""
Django settings for adminpage project.
Generated by 'django-admin startproject' using Django 2.2.11.
For more information on t... |
29 | null | datawhalechina/torch-rechub | # Repository Context
Name: datawhalechina/torch-rechub
Description:
# Pull Request
## Implementation of the SINE matching model
This is an implementation of SINE (Sparse-Interest Network for Sequential Recommendation) matching model. The implementation follows the arXiv paper (https://arxiv.org/abs/2102.09267), but... |
1,976 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## add image import
add image import code and example
# Relevant Files Found
## docs/notebooks/04_components_geometry.py
```
# # Geometry
#
# gdsfactory provides you with some geometric functions
# ## Boolean / outline / offset / inver... |
9,154 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [MetaSchedule][M3a] TaskScheduler
This PR is part of the stage M3a of the meta schedule project (#8473).
The architecture is re-designed by Junru and Xiyou. `TaskScheduler` is designed to manage the whole meta schedule auto tuning process. We i... |
12 | null | blockchain-etl/iotex-etl | # Repository Context
Name: blockchain-etl/iotex-etl
Description:
# Pull Request
## Convert producer pubkey to address
Fix #11
# Relevant Files Found
## iotexetl/mappers/block_mapper.py
```
# MIT License
#
# Copyright (c) 2020 Evgeny Medvedev, evge.medvedev@gmail.com
#
# Permission is hereby granted, free of cha... |
1,115 | null | HKUDS/LightRAG | # Repository Context
Name: HKUDS/LightRAG
Description:
# Pull Request
## Hot fix: Server can not startup with legacy data (json_doc_status_impl.py)
Hot fix: Server can not startup with legacy data. Only json_doc_status_impl.py is fixed.
# Relevant Files Found
## lightrag/api/utils_api.py
```
"""
Utility function... |
51 | null | viur-framework/viur-core | # Repository Context
Name: viur-framework/viur-core
Description:
# Pull Request
## Fixed / unified cursors
# Relevant Files Found
## db.py
```
# -*- coding: utf-8 -*-
from __future__ import annotations
from viur.core.config import conf
from viur.core import utils
import logging
from typing import Union, Tuple, ... |
3 | null | Dicklesworthstone/llm_docs | # Repository Context
Name: Dicklesworthstone/llm_docs
Description:
# Pull Request
## Fix: Pin langchain-core to resolve dependency conflict
I've pinned langchain-core to version 0.3.63 in pyproject.toml.
This is necessary because the `browser-use` package (imported via a git URL) has a strict dependency on `lang... |
44,172 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## bash: update 5.2 patches
Updating available patches for Bash 5.2.
# Relevant Files Found
## var/spack/repos/builtin/packages/bash/package.py
```
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Develo... |
3 | null | xiewenya/django-aliyun-oss2-storage | # Repository Context
Name: xiewenya/django-aliyun-oss2-storage
Description:
# Pull Request
## Update backends.py
static storage / media storage的目录从settings中读取(原来static默认为static目录,media默认为根目录)
# Relevant Files Found
## aliyun_oss2_storage/backends.py
```
import os
import datetime
import six
import posixpath
fr... |
325 | null | sovrin-foundation/token-plugin | # Repository Context
Name: sovrin-foundation/token-plugin
Description:
# Pull Request
## [Stable-1.0.3] Bump indy-node to stable version
Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
# Relevant Files Found
## sovtoken/setup.py
```
import os
import sys
from setuptools import setup, find_pack... |
24 | null | geospatial-jeff/pyasyncio-benchmark | # Repository Context
Name: geospatial-jeff/pyasyncio-benchmark
Description:
# Pull Request
## track failures
# Relevant Files Found
## alembic/versions/7e57f0e42f5e_init.py
```
"""init
Revision ID: 7e57f0e42f5e
Revises:
Create Date: 2024-10-31 19:22:56.544188
"""
from typing import Sequence, Union
from alem... |
1,208 | null | safe-global/safe-transaction-service | # Repository Context
Name: safe-global/safe-transaction-service
Description:
# Pull Request
## Add ARBITRUM_GOERLI
What was wrong?
Configurations for Arbitrum Goerli was missing
Depends on https://github.com/safe-global/safe-eth-py/pull/406
# Relevant Files Found
## safe_transaction_service/history/management/c... |
103 | null | vijayvarma392/gw_eccentricity | # Repository Context
Name: vijayvarma392/gw_eccentricity
Description:
# Pull Request
## Add eccentricity definition
This merge request adds the eccentricity definition we have been discussing about. This is the temporal eccentricity at Newtonian order as a function of the eccentricity measured from the 22-mode freq... |
8 | null | bmsan/DictGest | # Repository Context
Name: bmsan/DictGest
Description:
# Pull Request
## Dev/typeconvert
# Relevant Files Found
## dictgest/__init__.py
```
from .serdes import from_dict, typecast, Path
from .cast import TypeCastable
```
## dictgest/cast.py
```
import copy
import inspect
from typing import (
Any,
Cal... |
578 | null | aristanetworks/anta | # Repository Context
Name: aristanetworks/anta
Description:
# Pull Request
## feat(anta.tests): Added testcase to verify stun client
# Description
Added test case to verify the stun client.
* success: The test will pass if the STUN client is correctly configured with the specified IPv4 source address, public a... |
302 | null | hbldh/bleak | # Repository Context
Name: hbldh/bleak
Description:
# Pull Request
## Made context managers for .NET ``DataReader`` and ``DataWriter``
# Relevant Files Found
## bleak/backends/dotnet/client.py
```
# -*- coding: utf-8 -*-
"""
BLE Client for Windows 10 systems.
Created on 2017-12-05 by hbldh <henrik.blidh@nedomk... |
413 | null | mlcommons/dynabench | # Repository Context
Name: mlcommons/dynabench
Description:
# Pull Request
## Update - move Trends from Bottle to FastAPI backend
## Context
- We are moving all the active Bottle logic to FastAPI.
## Changes Made
1. Create endpoint for Trends on FastAPI and use it in the FE.
- This is for the FE to have a... |
103 | null | asapdiscovery/asapdiscovery | # Repository Context
Name: asapdiscovery/asapdiscovery
Description:
# Pull Request
## Remove extra ligands
## Description
We've had a hard time tracking down when OpenEye grabs the ligand from chain A vs chain B to use to create the receptor grid. In order to do this explicitly, @kaminow has written a function to ... |
15,101 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Refactor: use SecretStr for GPTRouter chat-model
# Relevant Files Found
## libs/community/langchain_community/chat_models/gpt_router.py
```
from __future__ import annotations
import logging
from typing import (
TYPE_CHECKING,
... |
6,904 | null | pyg-team/pytorch_geometric | # Repository Context
Name: pyg-team/pytorch_geometric
Description:
# Pull Request
## Small typo in the `LightGCN` documentation
# Relevant Files Found
## torch_geometric/nn/models/lightgcn.py
```
from typing import Optional, Union
import torch
import torch.nn.functional as F
from torch import Tensor
from torch... |
335 | null | UTSAVS26/PySnippets | # Repository Context
Name: UTSAVS26/PySnippets
Description:
# Pull Request
## ✨ Enhance the Communications code snippets
✅ Fixes: #327
This pull request includes significant updates to the `send_email` function, its documentation, and related tests. The changes enhance error handling, logging, and input validat... |
89 | null | panther-labs/pypanther | # Repository Context
Name: panther-labs/pypanther
Description:
# Pull Request
## List all attributes easy by giving it all
Give it that `--attributes all` to list all the attributes.
```
pypanther list rules --attributes all
+-------------------------------------+-------------------------------+------------... |
94 | null | LABSN/mnefun | # Repository Context
Name: LABSN/mnefun
Description:
# Pull Request
## FIX:additional plot window process blocking behavior.
@Eric89GXL blocking behavior for psd plots.
@jyeatman can you try this out to see if it works?
# Relevant Files Found
## mnefun/_mnefun.py
```
# -*- coding: utf-8 -*-
# Copyright (c) 201... |
116 | null | jaywink/federation | # Repository Context
Name: jaywink/federation
Description:
# Pull Request
## Add more things to JSON webfinger
These add possibility to add the optional properties in the webfinger used in diaspora. There is currently a bug in diaspora stable that requires these.
# Relevant Files Found
## federation/hostmeta/djan... |
94 | null | ros-controls/ros2_control_demos | # Repository Context
Name: ros-controls/ros2_control_demos
Description:
# Pull Request
## correct diffdrive demo
fixes https://github.com/ros-controls/ros2_control_demos/issues/93
# Relevant Files Found
## ros2_control_demo_robot/launch/diffbot_system.launch.py
```
# Copyright 2020 ros2_control Development Team
... |
169 | null | canonical/data-platform-libs | # Repository Context
Name: canonical/data-platform-libs
Description:
# Pull Request
## [DPE-4335] Do not trigger secret revision change if the relation content is the same
This PR prevents the data interface abstraction from triggering the emission of a new secret revision if the content is the same. The behavior... |
777 | null | viamrobotics/viam-python-sdk | # Repository Context
Name: viamrobotics/viam-python-sdk
Description:
# Pull Request
## Automated Protos Update
This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
# Relevant Files Found
## src/viam/components/arm/service.py
``... |
77 | null | jazzband/Watson | # Repository Context
Name: jazzband/Watson
Description:
# Pull Request
## Add mkdocs documentation
After discussing with @willdurand, we conclude that sphinx + readthedoc wasn't a nice/easy combo and decided to give mkdocs a try. Since I love markdown and ReStructuredText is ... ReStructuredText, I think this PR wi... |
36 | null | yt-project/unyt | # Repository Context
Name: yt-project/unyt
Description:
# Pull Request
## paper over python2 test failure
It looks like numpy 1.15.0 caused some breakage on python2.7. It has something to do with array scalars not behaving correctly (the backtrace comes from a usage of `assert_equal`). I don't really want to dig an... |
2,012 | null | ossf/fuzz-introspector | # Repository Context
Name: ossf/fuzz-introspector
Description:
# Pull Request
## pyline: Fix pylint error for frontend datatypes
This PR disable the unused variable and unncessary pass checking in the frontend datatypes which contains only general class for language frontend. This PR also fixes other pylint error i... |
35,691 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Fix stock ACC resume signal
Closes https://github.com/commaai/openpilot/issues/35679
# Relevant Files Found
## selfdrive/controls/controlsd.py
```
#!/usr/bin/env python3
import math
from typing import SupportsFloat
from cereal import ca... |
21 | null | XMU-Kuangnan-Fang-Team/BiFuncLib | # Repository Context
Name: XMU-Kuangnan-Fang-Team/BiFuncLib
Description:
# Pull Request
## Delete simulation_data.py
# Relevant Files Found
## simulation_data.py
```
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from scipy.stats import multivariate_normal, norm
from pathlib import P... |
3,126 | null | schemathesis/schemathesis | # Repository Context
Name: schemathesis/schemathesis
Description:
# Pull Request
## perf: Speedup config hierarchy loading
# Relevant Files Found
## src/schemathesis/config/_diff_base.py
```
from __future__ import annotations
from dataclasses import dataclass, fields, is_dataclass
from typing import TypeVar
T... |
89 | null | neptune-ai/open-solution-mapping-challenge | # Repository Context
Name: neptune-ai/open-solution-mapping-challenge
Description:
# Pull Request
## Dev dice loss
*dice loss
*fix in steps/pytorch.validation.py to free memory at epoch end (from @taraspiotr )
*fix of loaders
# Relevant Files Found
## loaders.py
```
import math
from itertools import product
im... |
5 | null | thomaswmorris/maria | # Repository Context
Name: thomaswmorris/maria
Description:
# Pull Request
## Added CI
# Relevant Files Found
## maria/__init__.py
```
# AVE MARIA, GRATIA PLENA, DOMINUS TECUM
# -- General packages --
import os
import numpy as np
import scipy as sp
import astropy as ap
import pandas as pd
import h5py
import ... |
228 | null | temporalio/samples-python | # Repository Context
Name: temporalio/samples-python
Description:
# Pull Request
## External client configuration sample
## What was changed
Basic samples for environment configuration, showing default usage and usage with a specific profile and environment variables overrides.
Partly addresses #178
2. How w... |
8 | null | macbre/mediawiki-dump | # Repository Context
Name: macbre/mediawiki-dump
Description:
# Pull Request
## WikiaDump | handle 7zip dump archives
Resolves #6
# Relevant Files Found
## corpus/dumps.py
```
"""
CLasses that support fetching dumps
"""
import bz2
import logging
from hashlib import md5
from os.path import isfile
from tempfile i... |
6,224 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [MAINTENANCE] Adding type hints to DataAssistant implementations
Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], ... |
1,537 | null | bluesky/bluesky | # Repository Context
Name: bluesky/bluesky
Description:
# Pull Request
## STY: fix whitespace around keywords
Fixes new style checks.
Due to changes in linting tools these are now being flagged.
# Relevant Files Found
## bluesky/plan_patterns.py
```
import functools
import operator
import collections
from enu... |
105 | null | yeraydiazdiaz/lunr.py | # Repository Context
Name: yeraydiazdiaz/lunr.py
Description:
# Pull Request
## Add support for Python 3.10, remove pin to NLTK < 3.5
Removing the pin is necessary as NLTK < 3.5 crashes on Python 3.10
Closes #94
# Relevant Files Found
## setup.py
```
import os
import re
from setuptools import setup, find_pac... |
21,747 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## boost: add version 1.84.0
Specify library name and version: **boost/1.84.0**
boost/1.84.0 added Cobalt and Redis libraires.
Cobalt is a static/shared library.
Redis is a header only library.
In boost/1.84.0, there are com... |
16,908 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## Check only the file and directory GitHub urls of zulip/zulip.
f82cc4e started checking all zulip/zulip GitHub links in CI. Instead, it should have checked only zulip/zulip file and directory links since checking for other links require making req... |
1,253 | null | pymovements/pymovements | # Repository Context
Name: pymovements/pymovements
Description:
# Pull Request
## feat: add Gaze.save() function
## Description
Now it is possible to save separate gaze objects to the given directory. It is possible to define the directory and what will be saved: preprocessed samples to samples.{ext} file, event... |
14,921 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Sync with master
<details><summary>🛠 DevTools 🛠</summary>
<p>
[](https://codespaces.new/mlflow-app[bot]/mlflow/pull/14921?quickstart=1)
#### Install mlflow fro... |
571 | null | cubed-dev/cubed | # Repository Context
Name: cubed-dev/cubed
Description:
# Pull Request
## Fix Rich progress bar flickering by limiting refreshes
# Relevant Files Found
## cubed/diagnostics/rich.py
```
import logging
import sys
from contextlib import contextmanager
from rich.console import RenderableType
from rich.progress imp... |
2,636 | null | Netflix/metaflow | # Repository Context
Name: Netflix/metaflow
Description:
# Pull Request
## update module importer
Update the ModuleImporter class to use `find_spec` instead of `find_module` and `create_module` and `exec_module` instead of `load_module`. In Python 3.12, the fallback that looked for a `find_module()` method if a met... |
103 | null | canonical/kafka-k8s-operator | # Repository Context
Name: canonical/kafka-k8s-operator
Description:
# Pull Request
## [DPE-3857] Test consistency between workload and metadata versions
# Relevant Files Found
## tests/integration/test_charm.py
```
#!/usr/bin/env python3
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.... |
2,384 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Feature/currency symbols in templates
# Relevant Files Found
# Edits
This pull request adds support for displaying currency symbols in donation confirmation emails. It introduces a new Django template filter `format_money` in ... |
2,992 | null | mosaicml/composer | # Repository Context
Name: mosaicml/composer
Description:
# Pull Request
## Fix Profiler schedule skip_first
# What does this PR do?
almost same as https://github.com/mosaicml/composer/pull/2986, which was reverted. Copied from that PR:
currently the profiler’s skip_first argument counts batches from the begi... |
403 | null | getzep/graphiti | # Repository Context
Name: getzep/graphiti
Description:
# Pull Request
## Bulk embed
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Adds batch embedding support for nodes and edges, refactoring existing code to use batch methods for improved performance.
>
> - **Behavior**:
> - Introduces `create_entity_edge_e... |
3,467 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Requirements] Bump storey to 1.3.19
With a related documentation update – see [ML-3782](https://jira.iguazeng.com/browse/ML-3782).
# Relevant Files Found
## tests/test_requirements.py
```
# Copyright 2018 Iguazio
#
# Licensed under the Apache... |
1,148 | null | nyu-mll/jiant | # Repository Context
Name: nyu-mll/jiant
Description:
# Pull Request
## Use hidden_size in taskmodels
Just for consistency - this should not affect the logic.
# Relevant Files Found
## jiant/proj/main/modeling/model_setup.py
```
from dataclasses import dataclass
from typing import Any, Dict, List, Optional
impo... |
124 | null | GWeindel/hmp | # Repository Context
Name: GWeindel/hmp
Description:
# Pull Request
## fixed double pool error
# Relevant Files Found
## src/hsmm_mvpy/models.py
```
'''
'''
import numpy as np
import xarray as xr
import multiprocessing as mp
import itertools
from pandas import MultiIndex
from warnings import warn, filterwarni... |
5 | null | jrbourbeau/openbrewerydb-python | # Repository Context
Name: jrbourbeau/openbrewerydb-python
Description:
# Pull Request
## Add verbose output option
This PR adds a `verbose` flag to `openbrewerydb.load()`
# Relevant Files Found
## openbrewerydb/core.py
```
from itertools import count
import pandas as pd
import requests
from .constants impor... |
192 | null | DeepLink-org/dlinfer | # Repository Context
Name: DeepLink-org/dlinfer
Description:
# Pull Request
## [maca] support multinode for maca.
# Relevant Files Found
## dlinfer/vendor/maca/maca_ops.py
```
import os
import math
import vllm
import torch
import torch.distributed as dist
from vllm import _custom_ops as custom_ops
from flash_... |
599 | null | QualiSystems/vCenterShell | # Repository Context
Name: QualiSystems/vCenterShell
Description:
# Pull Request
## fix setup & orchestrator
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/qualisystems/vcentershell/599)
<... |
26 | null | haikuginger/beekeeper | # Repository Context
Name: haikuginger/beekeeper
Description:
# Pull Request
## Variable refactor 2016 01
More robust variable parsing in general and modularization of requests and responses
# Relevant Files Found
## beekeeper/__init__.py
```
from .beekeeper import API
from .utils import httpbasicauth
from .hiv... |
3,009 | null | nebari-dev/nebari | # Repository Context
Name: nebari-dev/nebari
Description:
# Pull Request
## add node taint upgrade step
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://nebari.dev/community
-->
## Reference Issues or PRs
fixes https://github.com/nebari-... |
8,412 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## merge all one op views [pr]
# Relevant Files Found
## tinygrad/engine/schedule.py
```
import sys, atexit, functools, pickle
from collections import defaultdict, deque
from dataclasses import dataclass, field
from tinygrad.ops import Gro... |
1,104 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Add `pytest` unit tests for `mlflow` example programs
This PR introduces unit tests for an initial set of example programs. Unit tests help ensure the quality of these programs, which for many users are the first exposure to `mlflow`. Properl... |
704 | null | C2SM/spack-c2sm | # Repository Context
Name: C2SM/spack-c2sm
Description:
# Pull Request
## Use correct tag for c2sm/icon
# Relevant Files Found
## test/system_test.py
```
import unittest
import pytest
import subprocess
import sys
import os
import uuid
from pathlib import Path
import inspect
spack_c2sm_path = os.path.join(os.pa... |
2,753 | null | Electron-Cash/Electron-Cash | # Repository Context
Name: Electron-Cash/Electron-Cash
Description:
# Pull Request
## Qt: Fix PyQt5 import from PyQt5.Qt instead of PyQt5.QtCore
The `PyQt5.Qt` namespace should not be used.
```
ImportError: cannot import name 'Qt' from 'PyQt5.Qt' (unknown location)
```
# Relevant Files Found
## electroncash_... |
53 | null | trustlines-protocol/py-eth-index | # Repository Context
Name: trustlines-protocol/py-eth-index
Description:
# Pull Request
## Fix/linting
# Relevant Files Found
## src/ethindex/pgimport.py
```
"""import ethereum events into postgres
"""
import binascii
import json
import logging
import math
import sys
import time
from typing import Iterable, Uni... |
12,389 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [query] Lower and stage `import_bgen`
- add infrastructure for producing streams as iterators
- move index attributes map to a runtime, rather than compile-time parameter
- redesign index_bgen to be a registered function
# Relevant Files Foun... |
665 | null | cloudify-cosmo/cloudify-common | # Repository Context
Name: cloudify-cosmo/cloudify-common
Description:
# Pull Request
## RD-1431 Add labels to blueprint upload
The complementary PR in the rest service is https://github.com/cloudify-cosmo/cloudify-manager/pull/2692
# Relevant Files Found
## cloudify_rest_client/blueprints.py
```
########
# Copy... |
104 | null | arviz-devs/preliz | # Repository Context
Name: arviz-devs/preliz
Description:
# Pull Request
## fix corner case for ylim
Automatic ylim setting was not giving a good looking plot for some cases like beta(1, 1)
# Relevant Files Found
## preliz/utils/plot_utils.py
```
import numpy as np
import matplotlib.pyplot as plt
from matplotlib... |
278 | null | pasteurlabs/tesseract-core | # Repository Context
Name: pasteurlabs/tesseract-core
Description:
# Pull Request
## fix: test for missing deps in pip install test
#### Relevant issue or PR
n/a
#### Description of changes
☝️
#### Testing done
CI
# Relevant Files Found
## tesseract_core/sdk/tesseract.py
```
# Copyright 2025 Pasteur La... |
2,775 | null | stanford-crfm/helm | # Repository Context
Name: stanford-crfm/helm
Description:
# Pull Request
## Add local tokenizer for AI21
Fixes #1772.
# Relevant Files Found
## src/helm/clients/ai21_client.py
```
from typing import Dict, List, Optional, TypedDict
import requests
from helm.common.cache import CacheConfig
from helm.common.reque... |
4,193 | null | infiniflow/ragflow | # Repository Context
Name: infiniflow/ragflow
Description:
# Pull Request
## Update progress time info
### What problem does this PR solve?
Ignore the millisecond and microsecond value.
### Type of change
- [x] Refactoring
# Relevant Files Found
## api/db/services/task_service.py
```
#
# Copyright 20... |
1,902 | null | conda-forge/conda-smithy | # Repository Context
Name: conda-forge/conda-smithy
Description:
# Pull Request
## ENH use a sandboxed env for jinja2
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
Checklist
* [x] Added a ``news`` entry
... |
87 | null | AllenNeuralDynamics/parallax | # Repository Context
Name: AllenNeuralDynamics/parallax
Description:
# Pull Request
## Wip/update docs
Documentation updated.
- User Guide (Updated 1m video instruction)
- Programmer's Guide (Reticle Detection)
- Programmer's Guide (Probe Detection)
# Relevant Files Found
## docs/source/conf.py
```
# Confi... |
23 | null | acturtle/cashflower | # Repository Context
Name: acturtle/cashflower
Description:
# Pull Request
## introduce settings to the model
# Relevant Files Found
## cashflower/__init__.py
```
import time
import datetime
import functools
import inspect
import os
import pandas as pd
from . import admin
from . import utils
def assign(var)... |
40 | null | braydio/RSAssistant | # Repository Context
Name: braydio/RSAssistant
Description:
# Pull Request
## Add persistent order queue
## Summary
- persist queued orders in `volumes/db/order_queue.json`
- schedule queued orders on startup
- refactor order scheduling to store/remove queued orders
- support scheduling in autobuy and message handl... |
1,033 | null | microsoft/onnxscript | # Repository Context
Name: microsoft/onnxscript
Description:
# Pull Request
## Rand ops
# Relevant Files Found
## onnxscript/function_libs/torch_lib/ops/core.py
```
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed... |
143 | null | cleanlab/cleanlab-studio | # Repository Context
Name: cleanlab/cleanlab-studio
Description:
# Pull Request
## Feature: adds max tokens option to TLM
Adds configurability for `max_tokens` param of TLM. Accompanying PR up in backend
Closes: https://github.com/cleanlab/cleanlab-studio-integration/issues/1415
# Relevant Files Found
## clean... |
619 | null | mlcommons/mlperf-automations | # Repository Context
Name: mlcommons/mlperf-automations
Description:
# Pull Request
## support quantisation with v5.1 hashes + env variable fixes
### 🧾 PR Checklist
- [ ] Target branch is `dev`
📌 Note: PRs must be raised against `dev`. Do not commit directly to `main`.
### ✅ Testing & CI
- [ ] No existi... |
15 | null | SolaceLabs/solace-agent-mesh-core-plugins | # Repository Context
Name: SolaceLabs/solace-agent-mesh-core-plugins
Description:
# Pull Request
## Move dev branch to main
Promote all the recent changes to main
# Relevant Files Found
## sam-geo-information/src/agents/geo_information/geo_information_agent_component.py
```
"""Geographic location agent component... |
932 | null | beeware/briefcase | # Repository Context
Name: beeware/briefcase
Description:
# Pull Request
## Add cookiecutter filter for escaping double quotes and backslashes #905
<!--- Describe your changes in detail -->
Add cookiecutter filter for escaping double quotes and backslashes in Formal Name and Description
<!--- What problem does ... |
2 | null | charlielito/web-avatarify | # Repository Context
Name: charlielito/web-avatarify
Description:
# Pull Request
## Cloud relay
# Relevant Files Found
## app/api/avatarify.py
```
import base64
import json
import os
import time
import typing
import uuid
from pathlib import Path
import cv2
import numpy as np
from fastapi import APIRouter
from ... |
4,932 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## libgit2 0.28: remove openssl fix
also, bump openssl
Specify library name and version: **libgit2/0.28.***
- [ ] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.m... |
656 | null | cubed-dev/cubed | # Repository Context
Name: cubed-dev/cubed
Description:
# Pull Request
## Change `chunk_shape` back to `chunks` for Zarr v3
To fix failures in https://github.com/cubed-dev/cubed/actions/workflows/zarr-v3-tests.yml due to upstream Zarr changes
# Relevant Files Found
## cubed/storage/backends/zarr_python_v3.py
```... |
4,852 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## [device_tracker] Don't clear GPS coordinates when no GPS reported.
**Description:**
Take two? (#4851) (#4848)
If the code does not interact with devices:
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged u... |
30,971 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Use a list of emails
## Product Description
<!-- For non-invisible changes, describe user-facing effects. -->
This was causing emails not to send since the list of emails was a JsonArray, not an actual list.
## Technical Summary
<!--... |
116 | null | textext/textext | # Repository Context
Name: textext/textext
Description:
# Pull Request
## feat(ui): Add new node content UI option (PyGTK only)
Related issue(s):
resolves #115
Precise description of the changes proposed in the pull request:
New node can be initialized with
- empty content (default)
- inline math... |
7 | null | PFython/log2d | # Repository Context
Name: PFython/log2d
Description:
# Pull Request
## Find
Hi Peter,
Here the `FIND` function + modified readme and associated tests. I've touched nothing else (I don't think). Have a look and see if it's OK
Mike
# Relevant Files Found
## log2d/__init__.py
```
import logging
import loggi... |
398 | null | idaholab/civet | # Repository Context
Name: idaholab/civet
Description:
# Pull Request
## Update default settings
# Relevant Files Found
## civet/settings.py
```
# Copyright 2016 Battelle Energy Alliance, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance wi... |
3 | null | codewithdark-git/QuantLLM | # Repository Context
Name: codewithdark-git/QuantLLM
Description:
# Pull Request
## Refactor: Improve Quantization Suite & Benchmarking
This commit introduces a series of enhancements to the quantization library and its benchmarking capabilities.
Key improvements include:
1. **Core Refactoring:**
* St... |
46 | null | matrix-org/python-canonicaljson | # Repository Context
Name: matrix-org/python-canonicaljson
Description:
# Pull Request
## Make `frozendict` import conditional.
Fixes #45
Implements the workaround suggested by @DMRobertson.
# Relevant Files Found
## canonicaljson.py
```
# -*- coding: utf-8 -*-
# Copyright 2014 OpenMarket Ltd
# Copyright 201... |
208 | null | ManimCommunity/manim | # Repository Context
Name: ManimCommunity/manim
Description:
# Pull Request
## Allow for End-to-end tests on Windows
Allow for End-To-End tests on windows as well, by installing TinyTex, FFMPEG, and Sox.
When we were using Travis for our CI, we couldn't implement end-to-end tests on Windows because you couldn't ... |
5,856 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## Add support for conversion of inplace_binop to parfor.
If we have a inplace_binop with both sides being numpy arrays then we can convert that to a parfor and enable more fusion.
# Relevant Files Found
## numba/core/cpu_options.py
```
"""
Defin... |
2,466 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Remove Cython from `install_requires`.
<!-- Thank you for creating a pull request! In general, we merge your pull requests after they get two or more approvals. -->
## Motivation
<!-- Describe your motivation why you will submit this PR. Th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.