pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
5,745 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## Redirect users from unmaintained osf.io/news, to maintained cos.io/news [OSF-6417]
## Purpose
Make sure user aren't exposed to out of date news at osf.io/news
## Changes
New website view function redirects to cos.io/news which i... |
3,506 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Add more Spanner resource metadata.
Add more Spanner resource metadata.
# Relevant Files Found
## perfkitbenchmarker/linux_benchmarks/cloud_spanner_ycsb_benchmark.py
```
# Copyright 2017 PerfKitBenchmarker Authors. ... |
1,492 | null | landlab/landlab | # Repository Context
Name: landlab/landlab
Description:
# Pull Request
## Bc/imshowhs
<!-- Hello! Thanks for submitting a PR. To help make things go a bit more
smoothly we would appreciate that you go through this template.
-->
### Description
Fixed some bugs in the *imshowhs_grid* plotting function, als... |
959 | null | DataBiosphere/toil | # Repository Context
Name: DataBiosphere/toil
Description:
# Pull Request
## Fix scheduling a restarted successor twice (resolves #808)
The previous behavior sometimes caused a parent job to schedule its already-finished children, because its stack hadn't been correctly updated.
The basic pattern was: a failed ch... |
3,272 | null | stanford-crfm/helm | # Repository Context
Name: stanford-crfm/helm
Description:
# Pull Request
## Allow running on all subjects for MMLU-Pro
# Relevant Files Found
## src/helm/benchmark/scenarios/mmlu_pro_scenario.py
```
from typing import Dict, List
from datasets import Dataset, load_dataset
from helm.common.hierarchical_logger i... |
219 | null | viur-framework/viur-core | # Repository Context
Name: viur-framework/viur-core
Description:
# Pull Request
## Raise NotFound if no entry was found in list-protypes edit
Raise NotFound as documented in https://github.com/viur-framework/viur-core/blob/21516d777cfd4c0784db8136ec3dd13c87fd4e41/prototypes/list.py#L189
Fixes #159
# Relevant Fil... |
3,068 | null | sanic-org/sanic | # Repository Context
Name: sanic-org/sanic
Description:
# Pull Request
## silent on RuntimeError when write_eof
Current websocket will raise an RuntimeError because of uvloop
```
Error closing websocket connection
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/sanic/server/... |
31 | null | open-v2x/dandelion | # Repository Context
Name: open-v2x/dandelion
Description:
# Pull Request
## fix: modify RSI duration event_radius event_priority is empty by default
closes #25
# Relevant Files Found
## dandelion/models/rsi_event.py
```
# Copyright 2022 99Cloud, Inc. All Rights Reserved.
#
# Licensed under the Apache License, V... |
301 | null | bachya/simplisafe-python | # Repository Context
Name: bachya/simplisafe-python
Description:
# Pull Request
## Fix bug with how 401s are caught and refreshed
**Describe what the PR does:**
The current method for refreshing access tokens when receiving an `HTTP 401` or `HTTP 403` assumed that tokens will always last 1 hour. I realize that, ... |
60 | null | remance/Masendor | # Repository Context
Name: remance/Masendor
Description:
# Pull Request
## Improve list UI
Think we should get code in sync now because of all code conflicts we are having
# Relevant Files Found
## engine/game/game.py
```
import ast
import configparser
import glob
import os.path
import sys
import pygame
from py... |
9 | null | Lightning-AI/litAI | # Repository Context
Name: Lightning-AI/litAI
Description:
# Pull Request
## Fix CI - test_readme will only check LitAI code blocks
<details>
<summary><b>Before submitting</b></summary>
- [ ] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
- [ ] Did you read the [contr... |
2,909 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Go] Log collector logic updates and fixes
A follow up PR to https://github.com/mlrun/mlrun/pull/2900, containing some updates and fixes:
- Improve state file structure and usage:
- Create an interface `StateStore` that is used by the log... |
525 | null | vllm-project/vllm-spyre | # Repository Context
Name: vllm-project/vllm-spyre
Description:
# Pull Request
## :recycle: Simplify env var overrides and add tests
# Description
~~There seems to be a small bug where passing a valid env var override will not set the correct value in the environment, only the cache. This could be an issue where... |
1,384 | null | huggingface/smolagents | # Repository Context
Name: huggingface/smolagents
Description:
# Pull Request
## Support Streamable HTTP MCP servers
Support Streamable HTTP MCP servers.
Close #1354.
# Relevant Files Found
## src/smolagents/mcp_client.py
```
#!/usr/bin/env python
# coding=utf-8
# Copyright 2025 The HuggingFace Inc. team. Al... |
8 | null | ssato/python-anyconfig | # Repository Context
Name: ssato/python-anyconfig
Description:
# Pull Request
## It's better to show ini file structure erros
than pass silently with empty config. Saves some debugging when you get empty config ;)
# Relevant Files Found
## anyconfig/backend/ini_.py
```
#
# Copyright (C) 2011 - 2013 Satoru SATOH... |
9 | null | Snapmaker/SnapmakerCuraPlugin | # Repository Context
Name: Snapmaker/SnapmakerCuraPlugin
Description:
# Pull Request
## Fix: Fix global qualities
# Relevant Files Found
## SnapmakerJ1Plugin.py
```
import os.path
import shutil
from typing import Optional
from UM.Application import Application
from UM.Extension import Extension
from UM.PluginR... |
71 | null | jazzband/django-robots | # Repository Context
Name: jazzband/django-robots
Description:
# Pull Request
## Drop older Django versions, add new ones
Django < 1.8 are no longer supported upstream, I see no reason to keep them
# Relevant Files Found
## robots/views.py
```
from django.contrib.sites.models import Site
from django.core.urlreso... |
500 | null | CybercentreCanada/assemblyline-ui | # Repository Context
Name: CybercentreCanada/assemblyline-ui
Description:
# Pull Request
## Fix description for SHA256 submissions
# Relevant Files Found
## assemblyline_ui/api/v4/ingest.py
```
import json
import os
import shutil
from assemblyline.common.classification import InvalidClassification
from flask i... |
2,189 | null | espnet/espnet | # Repository Context
Name: espnet/espnet
Description:
# Pull Request
## espnet2 librispeech v2
- enable speed perturbation with corresponding bug fixes
- add subsampling layers (6 and 8)
- change several configurations
# Relevant Files Found
## espnet/nets/pytorch_backend/transformer/encoder.py
```
#!/usr/... |
10,190 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Fix unitary synthesis for parameterized basis gates in Target (backport #10090)
This is an automatic backport of pull request #10090 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br ... |
109 | null | RatInABox-Lab/RatInABox | # Repository Context
Name: RatInABox-Lab/RatInABox
Description:
# Pull Request
## Fixed incorrect scaling of BVCs firingrates I#108.
Fixes #108.
Added a line when `self.cell_fr_norm` is initialized in the BVCs to unscale it using `self.min_fr` and `self.max_fr`.
BVCs now generate firingrates spanning the full... |
45 | null | microsoft/picologging | # Repository Context
Name: microsoft/picologging
Description:
# Pull Request
## Add BufferingHandler
From CPython [here](https://github.com/python/cpython/blob/e5b841a4037d1c2ce3d12a584facf800ae36332a/Lib/logging/handlers.py#L1276) adds the basics for implementing `MemoryHandler`.
# Relevant Files Found
## src/pi... |
6,201 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import script for Wirral (2024-05-02) (closes #6200)
PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/6200
# Relevant Files Found
## polling_stations/apps/data_importers/management/comm... |
141 | null | beardsvibe/buildfox | # Repository Context
Name: beardsvibe/buildfox
Description:
# Pull Request
## getting better at python
# Relevant Files Found
## buildfox.py
```
#!/usr/bin/env python
# BuildFox ninja generator
import os
import re
import sys
import copy
import argparse
import subprocess
from lib_engine import Engine
from lib... |
373 | null | hiddenSymmetries/simsopt | # Repository Context
Name: hiddenSymmetries/simsopt
Description:
# Pull Request
## Fix to unittest.
This PR is in response to #371. Assert statements have now been included in the unit tests for the LPTorsionalStrainPenalty and LPBinormalCurvatureStrainPenalty.
# Relevant Files Found
## tests/geo/test_strainopt... |
20,113 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Fix random rare error in completion plugin
See commit message for details.
Notes:
* We have observed the fixed error on Linux only.
* There is a (remote) possibility that the fixed error is the one reported in #9557, #9755 and #101... |
2,411 | null | spack/spack-packages | # Repository Context
Name: spack/spack-packages
Description:
# Pull Request
## lm-sensors: add missing build dependencies
Ran into build issues when trying to `spack containerize`.
Edit: looks like Spackbot works properly and assigned the appropriate reviewers.
# Relevant Files Found
## repos/spack_repo/builti... |
4 | null | Infinidat/munch | # Repository Context
Name: Infinidat/munch
Description:
# Pull Request
## Fixed String representation of objects with keys that have spaces
Fixes https://github.com/Infinidat/munch/issues/3
# Relevant Files Found
## munch/__init__.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""" Munch is a subclass of d... |
224 | null | microsoft/archai | # Repository Context
Name: microsoft/archai
Description:
# Pull Request
## Fix bug in merge_status_entity, add more unit test coverage
# Pull Request Template
## Description
Fix bug in merge_status_entity, add more unit test coverage
Fixes: # (issue)
## Changes
Please delete options that are not releva... |
16 | null | festim-dev/foam2dolfinx | # Repository Context
Name: festim-dev/foam2dolfinx
Description:
# Pull Request
## Rename cell type variable
## Proposed changes
With this change, the variable OF_cell_type_value has been simplified to cell_type, however as this isnt the clearest naming, a setter has been added to ensure the value given is an int... |
41 | null | OpenHumans/open-humans-api | # Repository Context
Name: OpenHumans/open-humans-api
Description:
# Pull Request
## added tests for upload functions
<!--- Provide a general summary of your changes in the Title above -->
## General Checkups
- [x] Have you checked that there aren't other open pull requests for the same issue/update/change?
- ... |
8,409 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Translate: Allow kwargs to be passed to create_channel (via synth).
This PR was generated using Autosynth. :rainbow:
Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/translate/synt... |
1,219 | null | akrherz/iem | # Repository Context
Name: akrherz/iem
Description:
# Pull Request
## Omnibus
# Relevant Files Found
## pylib/iemweb/request/coopobs.py
```
""".. title:: NWS COOP Observations Download
Return to `API Services </api/#cgi>`_. This service is the backend for the
`COOP Obs Download </request/coop/obs-fe.phtml>`_ ... |
597 | null | KristopherKubicki/glimpser | # Repository Context
Name: KristopherKubicki/glimpser
Description:
# Pull Request
## Persist HTTP status cache
## Summary
- persist failed request status codes in `data/status_cache.json`
- reload/persist the cache across runs
- skip failing requests using the persisted cache
- update docs with status code caching ... |
346 | null | PrimeIntellect-ai/verifiers | # Repository Context
Name: PrimeIntellect-ai/verifiers
Description:
# Pull Request
## AGENTS.md
## Description
Added AGENTS.md file for development guidelines.
Also:
- Updated PR template
- ruff fixes
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] Bug fix (non-breaking change w... |
24 | null | neon-jungle/wagtailmodelchooser | # Repository Context
Name: neon-jungle/wagtailmodelchooser
Description:
# Pull Request
## Iterate over correct qs in chooser test
Hi again.
Noticed a fault and added a fix in the tests for #23.
Cheers
# Relevant Files Found
## tests/test_chooser_view.py
```
from django.test import TestCase
from django.url... |
59 | null | YanCheng-go/easyearth | # Repository Context
Name: YanCheng-go/easyearth
Description:
# Pull Request
## tmp and logs folder under user defined data folder
- check the OS and change $HOME accordingly
- updated the plugin file, docker related files, and file for launching server locally
fix #51, #50
# Relevant Files Found
## easyearth... |
25 | null | brack3t/django-braces | # Repository Context
Name: brack3t/django-braces
Description:
# Pull Request
## JSONResponseMixin throws an exception in Django 1.5
All JSONResponseMixin views in my Django 1.5 app throw an exception when using the (now deprecated) `django.utils.simplejson` library:
```
Internal Server Error: /account/billing/upda... |
183 | null | geekcomputers/Python | # Repository Context
Name: geekcomputers/Python
Description:
# Pull Request
## Fixed the missing semicolon of variation1.py
# Relevant Files Found
## CountMillionCharacters-Variations/variation1.py
```
def countChars(filename):
count = {}
with open(filename) as info: #inputFile Replaced with filename
readF... |
323 | null | kornia/kornia | # Repository Context
Name: kornia/kornia
Description:
# Pull Request
## fix examples
simple PR fixing the examples in the flips.py docstrings
# Relevant Files Found
## kornia/geometry/transform/flips.py
```
import torch
import torch.nn as nn
class Vflip(nn.Module):
r"""Vertically flip a tensor image or a b... |
379 | null | mongomock/mongomock | # Repository Context
Name: mongomock/mongomock
Description:
# Pull Request
## added collation as an attribute to the Cursor object
Relevant issue: #378
# Relevant Files Found
## mongomock/collection.py
```
from __future__ import division
import collections
from collections import OrderedDict
import copy
from da... |
5,705 | null | rucio/rucio | # Repository Context
Name: rucio/rucio
Description:
# Pull Request
## Core: Resolve the config not found exception #5704
Importing the client without a config file raises a RuntimeError:
```python
>>> from rucio.client import Client
...
RuntimeError: Could not load Rucio configuration file. Rucio looked in
t... |
219 | null | databricks/databricks-sdk-py | # Repository Context
Name: databricks/databricks-sdk-py
Description:
# Pull Request
## Rearrange imports in `databricks.sdk.runtime` to improve local editor experience
## Changes
<!-- Summary of your changes that are easy to understand -->
The type hinting here means that VSCode does not give useful syntax high... |
352 | null | ceph/s3-tests | # Repository Context
Name: ceph/s3-tests
Description:
# Pull Request
## per each new uploaded file(for test), it got unique name(random), and…
… uploaded file is verified for its content
Signed-off-by: gal salomon <gal.salomon@gmail.com>
# Relevant Files Found
## s3tests_boto3/functional/test_s3select.py
```
... |
21,848 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix flaky statistics sensor test
## Description:
I am not an expert of sqlalchemy, but the logic of the session_scope seems weird to me.
Hope it can fix the error we randomly saw in python 3.5 test
```
ERROR:homeassistant.componen... |
155 | null | Farama-Foundation/Gymnasium | # Repository Context
Name: Farama-Foundation/Gymnasium
Description:
# Pull Request
## Add REINFORCE implementation tutorial
# Description
Created a new tutorial depicting the new .step() function of gymnasium v26 using PyTorch. REINFORCE is employed to solve Mujoco's Reacher.
## Type of change
Please delet... |
546 | null | python-discord/bot | # Repository Context
Name: python-discord/bot
Description:
# Pull Request
## Docs command improvements
Improves the docs command by:
- [X] Resolving symbol name conflicts
- [X] Auto deleting commands that didn't find anything
- [X] Improving output for docs of modules
closes: #538
closes: #210
closes: #38... |
436 | null | opiproject/opi-api | # Repository Context
Name: opiproject/opi-api
Description:
# Pull Request
## refactor: delete common dir
nobody uses it
# Relevant Files Found
## common/v1/__init__.py
```
```
## common/v1/gen/__init__.py
```
```
## common/v1/gen/python/__init__.py
```
```
## common/v1/gen/python/uuid_pb2.py
```
# -*- c... |
634 | null | CodeForPoznan/pah-fm | # Repository Context
Name: CodeForPoznan/pah-fm
Description:
# Pull Request
## fix some errors with project setup
# Relevant Files Found
## backend/fleet_management/permissions.py
```
from django.contrib.auth.models import Group
from rest_framework import permissions
from .constants import Groups
def is_in_g... |
67 | null | sooperset/mcp-atlassian | # Repository Context
Name: sooperset/mcp-atlassian
Description:
# Pull Request
## Fix Jira Server/Data Center Support
## Description
This PR adds proper support for Jira Server/Data Center deployments by changing how environment variables are checked. Previously, the code always required JIRA_USERNAME and JIRA_API... |
587 | null | preludeorg/libraries | # Repository Context
Name: preludeorg/libraries
Description:
# Pull Request
## optional name parameter on tests
# Relevant Files Found
## python/cli/prelude_cli/views/build.py
```
import re
import uuid
import click
import prelude_cli.templates as templates
import importlib.resources as pkg_resources
from rich ... |
700 | null | viamrobotics/viam-python-sdk | # Repository Context
Name: viamrobotics/viam-python-sdk
Description:
# Pull Request
## [RSDK-8383] Add robot get_version
https://viam.atlassian.net/browse/RSDK-8383
# Relevant Files Found
## src/viam/robot/client.py
```
import asyncio
from dataclasses import dataclass
from datetime import datetime
from threading... |
876 | 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... |
57 | null | ThermoPhase-FCSRG/blank-python-project | # Repository Context
Name: ThermoPhase-FCSRG/blank-python-project
Description:
# Pull Request
## Extend docs with ipynbs
Not only were the docs extended, but also the notebooks are incorporated as tests, contributing to code coverage as well.
# Relevant Files Found
## tasks.py
```
from invoke import task, except... |
250 | null | alichtman/shallow-backup | # Repository Context
Name: alichtman/shallow-backup
Description:
# Pull Request
## Refactor --add option and bump to v3.3
# Relevant Files Found
## shallow_backup/__main__.py
```
import click
from .backup import *
from .prompts import *
from .reinstall import *
from .git_wrapper import *
from .utils import (
m... |
4,129 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## enfore types in constants
## Summary
Replace the PDK constants implementation with a typed Constants subclass and update the generic PDK to use it; also comment out the legacy KLayoutTechnology demo code.
Enhancements:
- Introduc... |
140 | null | jeffshek/betterself | # Repository Context
Name: jeffshek/betterself
Description:
# Pull Request
## Update Demo Fixtures
# Relevant Files Found
## apis/betterself/v1/events/serializers.py
```
from django.core.exceptions import ValidationError, ObjectDoesNotExist
from rest_framework import serializers
from rest_framework.fields impor... |
4 | null | ezhuk/mqtt-mcp | # Repository Context
Name: ezhuk/mqtt-mcp
Description:
# Pull Request
## Add receive and publish tools
Add receive and publish message tools.
# Relevant Files Found
## src/mqtt_mcp/server.py
```
"""A lightweigth MCP server for the MQTT protocol."""
from fastmcp import FastMCP
from fastmcp.prompts.prompt import ... |
1,776 | null | run-house/kubetorch | # Repository Context
Name: run-house/kubetorch
Description:
# Pull Request
## don't override rns address for secret when reloading from name
# Relevant Files Found
## runhouse/resources/secrets/secret.py
```
import copy
import json
import os
from pathlib import Path
from typing import Dict, List, Optional, Uni... |
339 | null | 5afe/safe-relay-service | # Repository Context
Name: 5afe/safe-relay-service
Description:
# Pull Request
## Fix v1.1.1 master copy
# Relevant Files Found
## config/settings/base.py
```
"""
Base settings to build other settings files upon.
"""
import environ
ROOT_DIR = (
environ.Path(__file__) - 3
) # (safe_relay_service/config/se... |
11 | null | CangyuanLi/checkedframe | # Repository Context
Name: CangyuanLi/checkedframe
Description:
# Pull Request
## feat: add schema generation (lazy and eager)
closes https://github.com/CangyuanLi/checkedframe/issues/7
# Relevant Files Found
## src/checkedframe/__init__.py
```
# ruff: noqa: F401
from checkedframe import exceptions, selectors
f... |
20 | null | NousResearch/atropos | # Repository Context
Name: NousResearch/atropos
Description:
# Pull Request
## Removed mentions of NousResearch/DeepHermes-3-Llama-3-1B-Preview and …
…swapped it for NousResearch/DeepHermes-3-Llama-3-3B-Preview
I don't think there is a NousResearch/DeepHermes-3-Llama-3-1B-Preview
<!--
╭──────────────────────... |
175 | null | microsoft/debug-gym | # Repository Context
Name: microsoft/debug-gym
Description:
# Pull Request
## A set of fixes
This pull request introduces significant updates to the `trim` and `trim_prompt_messages` utility functions, enhances test coverage for these utilities, and makes minor adjustments to Docker and environment setup configurat... |
736 | null | genialis/resolwe | # Repository Context
Name: genialis/resolwe
Description:
# Pull Request
## Fix schema generation for list fields in Python processes
# Relevant Files Found
## resolwe/process/fields.py
```
"""Process input or output fields."""
import collections
import json
import resolwe_runtime_utils
class ValidationError(... |
6,301 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## Update AlGO_HASH
Fixes set_device issue and disclaimer
- https://github.com/Project-MONAI/research-contributions/pull/216
- https://github.com/Project-MONAI/research-contributions/pull/212
### Description
A few sentences describ... |
16,686 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Remove several deprecated APIs
These have all been issuing deprecation warnings for >3 months, in accordance with JAX's [API Compatibility Policy](https://jax.readthedocs.io/en/latest/api_compatibility.html).
# Relevant Files Found
## jax/__init... |
180 | null | pioarduino/platform-espressif32 | # Repository Context
Name: pioarduino/platform-espressif32
Description:
# Pull Request
## Add espressif esp-idf-size to the build engine to show firmware metrics
## Description:
**Related issue (if applicable):** fixes #<issue number goes here>
## Checklist:
- [x] The pull request is done against the lates... |
2 | null | interdotlink/pynetbox-stubs | # Repository Context
Name: interdotlink/pynetbox-stubs
Description:
# Pull Request
## Adding github actions and applying black & isort to files
Adding github actions to run tox tests on PR, and applying black & isort to existing files
# Relevant Files Found
## gen.py
```
import json
import os
from enum import En... |
61 | null | CentML/DeepView.Predict | # Repository Context
Name: CentML/DeepView.Predict
Description:
# Pull Request
## Release v0.1.6.1
# Relevant Files Found
## analyzer/setup.py
```
import codecs
import os
from importlib.metadata import files
import re
import sysconfig
import subprocess
from setuptools import setup, find_packages
from setuptool... |
21,048 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## [IXP-564] Re-sync the latest set of metric metadata units
### What does this PR do?
<!-- A brief description of the change being made with this pull request. -->
Re-sync the list of valid metric metadata units. I followed the comm... |
73 | null | stac-utils/stac-geoparquet | # Repository Context
Name: stac-utils/stac-geoparquet
Description:
# Pull Request
## Add batched tests
Add tests that read JSON as multiple chunks, instead of a single chunk. Happily no tests failed (though matching Arrow data can be finicky, and here it's more stable to do the match assertions on the JSON represen... |
606 | null | softlayer/softlayer-python | # Repository Context
Name: softlayer/softlayer-python
Description:
# Pull Request
## Changes VSManager.wait_for_ready() to behave more intuitively
- when calling wait_for_ready() it will wait until the given time period and no more (except maybe with the additionally time of an API call)
- changes `slcli vs create`... |
78 | null | venthur/gscholar | # Repository Context
Name: venthur/gscholar
Description:
# Pull Request
## update user agent str
# Relevant Files Found
## gscholar/gscholar.py
```
#!/usr/bin/env python
"""
Library to query Google Scholar.
Call the method query with a string which contains the full search
string. Query will return a list of ... |
6 | null | yukinarit/pyserde | # Repository Context
Name: yukinarit/pyserde
Description:
# Pull Request
## Support Decimal
Regarding #4, I've implemented custom serializer/deserializer facility.
You still can't pass their own custom serializer/deserializer because it's still experimental. I am planning to support more types in python's stand... |
69 | null | Physical-Intelligence/openpi | # Repository Context
Name: Physical-Intelligence/openpi
Description:
# Pull Request
## Fix bugs in aloha_real and add README for docker workflow
# Relevant Files Found
## examples/aloha_real/env.py
```
import numpy as np
from typing_extensions import override
import einops
from examples.aloha_real import real... |
143 | null | cobrateam/splinter | # Repository Context
Name: cobrateam/splinter
Description:
# Pull Request
## Solving problem due to changing on Selenium module name
Apparently, the new Selenium version (2.20.0) used in Splinter 0.4.4 changed the selenium.common.exceptions module to selenium.webdriver.common.exceptions, which broke a lot of tests... |
37,721 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## [tests, `qwen2_5_omni`] fix flaky tests
# What does this PR do?
cc @zucchini-nlp
Fixes two `qwen2_5_omni` flaky issues:
1. Typo in the model name in `VLM_CLASS_NAMES` (used to skip tests) -> model was not being skipped -> fla... |
352 | null | googleapis/python-pubsublite | # Repository Context
Name: googleapis/python-pubsublite
Description:
# Pull Request
## chore(python): add missing import for prerelease testing
Source-Link: https://github.com/googleapis/synthtool/commit/d2871d98e1e767d4ad49a557ff979236d64361a1
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:late... |
48 | null | Repello-AI/Agent-Wiz | # Repository Context
Name: Repello-AI/Agent-Wiz
Description:
# Pull Request
## Hacktoberfest Release 1 - bug fixes, dependency fixes and version bump
# Relevant Files Found
## src/repello_agent_wiz/analyzers/threat_modelling.py
```
import os
import json
from openai import OpenAI
import importlib.resources as p... |
128 | null | piskvorky/sqlitedict | # Repository Context
Name: piskvorky/sqlitedict
Description:
# Pull Request
## Do not create tables when in read-only mode
If db was opened with flag='r', check if tablename exists, if not raise RuntimeError.
Closes #127
# Relevant Files Found
## sqlitedict.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-... |
31,509 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## dev_settings: Fix landing page not accessible on root domain.
[CZO Discussion](https://chat.zulip.org/#narrow/stream/49-development-help/topic/Cloud.20.2Fhelp.20pages.20on.20dev/near/1844344)
The `ROOT_DOMAIN_LANDING_PAGE` boolean setting is s... |
339 | null | stefanfoulis/django-phonenumber-field | # Repository Context
Name: stefanfoulis/django-phonenumber-field
Description:
# Pull Request
## Add testing for upcoming Python 3.8
# Relevant Files Found
## setup.py
```
from setuptools import setup
from phonenumber_field import __version__
setup(
name="django-phonenumber-field",
version=__version__,... |
170 | null | vmware/vsphere-automation-sdk-python | # Repository Context
Name: vmware/vsphere-automation-sdk-python
Description:
# Pull Request
## Bug fixes for sddc_crud.py
# Relevant Files Found
## samples/vmc/sddc/sddc_crud.py
```
#!/usr/bin/env python
"""
* *******************************************************
* Copyright (c) VMware, Inc. 2017. All Rights ... |
699 | null | griptape-ai/griptape-nodes | # Repository Context
Name: griptape-ai/griptape-nodes
Description:
# Pull Request
## Registered workflows are now a list and not a dict. WARNING: Requires a config reset for now.
Stepping stone towards #555
Once we have these as a list, we can now interrogate metadata directly for `is_template` and use this to ... |
3 | null | mcpcap/mcpcap | # Repository Context
Name: mcpcap/mcpcap
Description:
# Pull Request
## Feature/cli enhancements
# Relevant Files Found
## src/mcpcap/cli.py
```
"""CLI entry point for mcpcap.
This module provides the command-line interface for mcpcap, handling argument parsing
and server initialization.
"""
import argparse
... |
13 | null | kapi2289/vulcan-api | # Repository Context
Name: kapi2289/vulcan-api
Description:
# Pull Request
## Add models
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full lis... |
2 | null | bajatin/ctft | # Repository Context
Name: bajatin/ctft
Description:
# Pull Request
## Bajatin patch 2
Fixed module scope error
# Relevant Files Found
## ctft/ctftime_scrape.py
```
from bs4 import BeautifulSoup
from souper import souper
import html2text
import re
from formatter import formatter
from github_scrape import github_... |
34,153 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Revert "Revert "gitlab: Add shared PR mirror to places pipelines look for binaries.""
Long story short: we need the mirror, but we have to fix the issue where `index.json.hash` is incorrect:
1. Could be due to a race (both pushing and pulling ... |
312 | null | bloomberg/memray | # Repository Context
Name: bloomberg/memray
Description:
# Pull Request
## Flamegraph cleanup
Fix several flame graph bugs, and make some improvements to pave the way for us to introduce new types of flame graphs.
# Relevant Files Found
## src/memray/reporters/frame_tools.py
```
"""Tools for processing and filte... |
6 | null | apel/apel | # Repository Context
Name: apel/apel
Description:
# Pull Request
## Queue purging
Purges added to load_all_msgs method after messages have been loaded to clear out the empty directories of accept, incoming, and reject, as well as unlock messages older than 5 minutes.
Unlocking of current message added to shutdown ... |
5,014 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## Fixed backend tests
After my recent PR which converted all change_dicts to objects, a PR went in that used change_dicts, which caused travis to throw backend errors for all other PRs. This PR fixes that error.
Also, as a note to all developers... |
92 | null | lshpaner/eda_toolkit | # Repository Context
Name: lshpaner/eda_toolkit
Description:
# Pull Request
## Fix Pretty Print Regression in generate_table1
Resolved: regression where pretty-printed output from `generate_table1()` was being silently overridden due to a `fillna("")` call after the result was wrapped with a custom string represent... |
35 | null | alimanfoo/zarrita | # Repository Context
Name: alimanfoo/zarrita
Description:
# Pull Request
## BUG: fix u8 and i8 dtype names
I encountered the following error when trying to call the `create_array` method to generate a `uint8` array.
```Python
Traceback (most recent call last):
File "../zarr_implementations/generate_data/gene... |
2,137 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## chore(refact): move paginate_records fn outside of datasetio
# What does this PR do?
Move under utils.
# Relevant Files Found
## llama_stack/providers/inline/agents/meta_reference/agents.py
```
# Copyright (c) Meta Platforms, I... |
339 | null | coderamp-labs/gitingest | # Repository Context
Name: coderamp-labs/gitingest
Description:
# Pull Request
## fix issue #335
Closes https://github.com/cyclotruc/gitingest/issues/335
# Relevant Files Found
## src/gitingest/utils/ignore_patterns.py
```
"""Default ignore patterns for Gitingest."""
from __future__ import annotations
from pat... |
581 | null | SeldonIO/MLServer | # Repository Context
Name: SeldonIO/MLServer
Description:
# Pull Request
## Add model reload hooks
Add a new set of model reload hooks to ensure that models don't get removed from parallel workers when reloading an existing model.
# Relevant Files Found
## mlserver/registry.py
```
import asyncio
from typing im... |
1,566 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Add gov.wales domain
# Relevant Files Found
## app/config.py
```
import os
if os.environ.get('VCAP_SERVICES'):
# on cloudfoundry, config is a json blob in VCAP_SERVICES - unpack it, and populate
# standard environme... |
127 | null | WISDEM/Ard | # Repository Context
Name: WISDEM/Ard
Description:
# Pull Request
## Hotfix/floris zeroed prob
Discovered a problem where FLORIS's `model` treats the intended-public `get_turbine_powers` and intended-private `get_turbine_thrust_coefficients` methods have different behavior for wind roses with exactly-zero probabili... |
9 | null | awslabs/export-for-vcenter | # Repository Context
Name: awslabs/export-for-vcenter
Description:
# Pull Request
## #4 Implement HostCollector class with comprehensive test coverage
Issue #4
### Implementation
- Add HostCollector class for collecting vCenter host inventory data
- Implement get_host_properties() for CPU, memory, NIC count, ... |
265 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Builder and variable fixes
Various fixes for the UI
# Relevant Files Found
## lumen/ui/sources.py
```
import os
import pathlib
import yaml
import panel as pn
import param
import requests
from panel.reactive import ReactiveHTML
from lumen.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.