pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
153 | null | ansari-project/ansari-backend | # Repository Context
Name: ansari-project/ansari-backend
Description:
# Pull Request
## Update Claude citation handling
This PR aims to resolve the invalid json and encoded text rendering in the citations text, specifically this issue:

book_name = FieldSchema(name="book_name", dtype=DataType.... |
92 | null | mtlynch/resticpy | # Repository Context
Name: mtlynch/resticpy
Description:
# Pull Request
## Bump version to 0.1.5
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os.path
import setuptools
setuptools.setup(
name='resticpy',
long_description=open(
os.path.join(os.path.abspath(os.path.dirname... |
196 | null | SkBlaz/py3plex | # Repository Context
Name: SkBlaz/py3plex
Description:
# Pull Request
## Expand CrossHair formal verification to 8 modules with 15 verified invariants
## Overview
This PR expands CrossHair formal verification coverage by 60%, adding contracts to 3 additional core modules and documenting 15 mathematical and structu... |
339 | null | zooniverse/aggregation-for-caesar | # Repository Context
Name: zooniverse/aggregation-for-caesar
Description:
# Pull Request
## Update panoptes-client requirement from <1.2,>=1.1 to >=1.1,<1.3
Updates the requirements on [panoptes-client](https://github.com/zooniverse/panoptes-python-client) to permit the latest version.
<details>
<summary>Changelog<... |
110 | null | protectai/modelscan | # Repository Context
Name: protectai/modelscan
Description:
# Pull Request
## Fix Missing Issues Field
Add empty issues field to report if there are no issues found
# Relevant Files Found
## modelscan/modelscan.py
```
import logging
import zipfile
import importlib
from modelscan.settings import DEFAULT_SETTINGS... |
51 | null | chrieke/prettymapp | # Repository Context
Name: chrieke/prettymapp
Description:
# Pull Request
## Add get osm geometries from xml
Addresses https://github.com/chrieke/prettymapp/issues/47, enables plotting exported OSM XML files from e.g. openstreetmap.org
# Relevant Files Found
## prettymapp/osm.py
```
from osmnx.features import fe... |
19 | null | OrderlyNetwork/orderly-evm-connector-python | # Repository Context
Name: OrderlyNetwork/orderly-evm-connector-python
Description:
# Pull Request
## fixed: refine testnet config
# Relevant Files Found
## orderly_evm_connector/lib/utils.py
```
import json
import os
import time
import uuid
from urllib.parse import urlparse
from collections import OrderedDict... |
571 | null | dstl/Stone-Soup | # Repository Context
Name: dstl/Stone-Soup
Description:
# Pull Request
## Run manager serapis c38 multiprocess
# Relevant Files Found
## runmanager_template.py
```
from stonesoup.runmanager.runmanagercore import RunManagerCore
import sys
import argparse
if __name__ == "__main__":
parser = argparse.Argument... |
2,128 | null | aristanetworks/avd | # Repository Context
Name: aristanetworks/avd
Description:
# Pull Request
## Feat(eos_cli_config_gen): Add schema for platform
## Add schema for data model
<!-- Use this PR Title: Feat(eos_cli_config_gen): Add schema for platform -->
## Checklist
### Contributor Checklist
- [x] Create schema fragment ma... |
11 | null | myeon9h/PlanRAG | # Repository Context
Name: myeon9h/PlanRAG
Description:
# Pull Request
## prompt minor revision
# Relevant Files Found
## src/techniques/PlanRAG/PlanRAG_woReplan/prompt.py
```
# flake8: noqa
PREFIX = """You are a decision-making agent answering a given question.
You should collect the data to answer the questio... |
105 | null | crimsobot/crimsoBOT | # Repository Context
Name: crimsobot/crimsoBOT
Description:
# Pull Request
## Add images in >poll and >polltally
Just attach an image to the >poll command, and enjoy.
- Could also throw an error if there's more than one image, if you wanted? (but why?)
- Just Works™ if the attachment's not an image
# Relevant ... |
414 | null | demisto/demisto-sdk | # Repository Context
Name: demisto/demisto-sdk
Description:
# Pull Request
## Docker image change should not fail build
## Status
- [ ] In Progress
- [x] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
fixes: link to the issue
## Description
When the docker image is not the latest we want to on... |
472 | null | TileDB-Inc/TileDB-Py | # Repository Context
Name: TileDB-Inc/TileDB-Py
Description:
# Pull Request
## Sync with release-0.8.2
Sync with `0.8.2` which was tagged and uploaded after full CI+release job build on this commit.
- https://dev.azure.com/TileDB-Inc/CI/_build/results?buildId=9359&view=results
- https://dev.azure.com/isaiahnorton... |
250 | null | cogent3/cogent3 | # Repository Context
Name: cogent3/cogent3
Description:
# Pull Request
## cogent3.get_code and documented genetic codes
# Relevant Files Found
## src/cogent3/__init__.py
```
"""The most commonly used constructors are available from this toplevel module.
The rest are in the subpackages: core, draw, evolve, forma... |
2,988 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Make it possible to JIT trace a PySyft Plan to convert to Torchscript
# Relevant Files Found
## syft/messaging/plan/plan.py
```
import re
from typing import Dict
from typing import List
from typing import Tuple
from typing import Union
... |
245 | null | cds-snc/notification-api | # Repository Context
Name: cds-snc/notification-api
Description:
# Pull Request
## Make Fido2_Domain configurable
We are having trouble automatically extracting the correct domain to use for the Fido2 server, so we might as well just define it through ENV
# Relevant Files Found
## app/config.py
```
from datetime... |
219 | null | basnijholt/adaptive-scheduler | # Repository Context
Name: basnijholt/adaptive-scheduler
Description:
# Pull Request
## Add `RunManager.remove_existing_data`
Tagging @enielse
# Relevant Files Found
## adaptive_scheduler/_server_support/run_manager.py
```
from __future__ import annotations
import asyncio
import shutil
import time
import warnin... |
4 | null | KohakuBlueleaf/Kohaku-NAI | # Repository Context
Name: KohakuBlueleaf/Kohaku-NAI
Description:
# Pull Request
## (feat):Implemented Telegram Bot
### 变动
- 新增 `tg-bot-config.json` 配置
- 提取一些常量到 `args_creator.py`
- 添加依赖
- 添加命令解析
### 测试情况
- [ ] 未经测试
# Relevant Files Found
## kohaku_nai/dc_bot_modules/functions.py
```
CAPITAL_ARGS_MAPPI... |
8,187 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Update CHANGELOG and verson numbers for jaxlib 0.1.72 release
# Relevant Files Found
## jaxlib/version.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... |
528 | null | fetchai/agents-aea | # Repository Context
Name: fetchai/agents-aea
Description:
# Pull Request
## Support nested get/set.
## Proposed changes
This PR enhances the commands `aea config get` and `aea config set` by letting the user to specify an arbitrary nested json path.
The path can only navigate through objects.
## Fixes
... |
55 | null | autopkg/rtrouton-recipes | # Repository Context
Name: autopkg/rtrouton-recipes
Description:
# Pull Request
## Updating VMwareGuestToolsURLProvider for AutoPkg 2.0 compatibility
## VMwareTools.download:
### AutoPkg 2.0b3:
```
./autopkg run -vvvv VMwareTools.download
Processing VMwareTools.download...
WARNING: VMwareTools.download is miss... |
944 | null | aryn-ai/sycamore | # Repository Context
Name: aryn-ai/sycamore
Description:
# Pull Request
## Update standardizer.py
Adding a new class called ignore_errors to enable the standardizers to gracefully continue when encountering null key:value pairs
# Relevant Files Found
## lib/sycamore/sycamore/tests/unit/transforms/test_standardize... |
71 | null | AllenInstitute/neuron-proofreader | # Repository Context
Name: AllenInstitute/neuron-proofreader
Description:
# Pull Request
## refactor: black formatting
# Relevant Files Found
## src/deep_neurographs/deep_learning/old-net.py
```
"""
Created on Mon July 27 16:00:00 2023
@author: Anna Grim
@email: anna.grim@alleninstitute.org
Graph neural netwo... |
2,497 | null | google/osv.dev | # Repository Context
Name: google/osv.dev
Description:
# Pull Request
## fix(api): Reduce dynamic paging time to 20 seconds
- Refactored the code to take in a cutoff time and place all the shared logic in a context method.
- Separate out batch query time limit and normal query time limit, as they have very differe... |
29,641 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add ZHA group API
## Description:
This PR adds web socket commands needed to manage Zigbee groups from the front end. Still debating if I should break this up into multiple PR's.
## Checklist:
- [X] The code change is tested and ... |
863 | null | cardinalitypuzzles/cardboard | # Repository Context
Name: cardinalitypuzzles/cardboard
Description:
# Pull Request
## Update comments
Removes outdated comment
# Relevant Files Found
## cardboard/settings.py
```
"""
Django settings for cardboard project.
Generated by 'django-admin startproject' using Django 2.2.7.
For more information on thi... |
560 | null | workalendar/workalendar | # Repository Context
Name: workalendar/workalendar
Description:
# Pull Request
## v12.0.0
- Commit for the tag:
- [x] Edit version in setup.py
- [x] Add version in Changelog.md ; trim things
- [x] Push & wait for the tests to be green
- [x] tag me.
- [x] build sdist + wheel packages (``make... |
880 | null | wills106/homeassistant-solax-modbus | # Repository Context
Name: wills106/homeassistant-solax-modbus
Description:
# Pull Request
## solinteg: long term stats, icons, cleanup, fine tuning
# Relevant Files Found
## custom_components/solax_modbus/plugin_solinteg.py
```
import logging
from dataclasses import dataclass
from homeassistant.components.nu... |
987 | null | home-assistant-libs/pychromecast | # Repository Context
Name: home-assistant-libs/pychromecast
Description:
# Pull Request
## Avoid logging graceful disconnect as error
The chromecasts restart each night, and seem to
generally do this by doing a socket shutdown of
write leading to a EOF received by clients.
No need to log this as an error
# Re... |
1,369 | null | IMAP-Science-Operations-Center/imap_processing | # Repository Context
Name: IMAP-Science-Operations-Center/imap_processing
Description:
# Pull Request
## HIT L1B - add algorithm for summed rates product
This PR adds the algorithm to HIT L1B processing to create the summed rates product. It also adds unit tests for the functions added to support this work.
Clos... |
148 | null | tsutterley/gravity-toolkit | # Repository Context
Name: tsutterley/gravity-toolkit
Description:
# Pull Request
## fix: endpoint for TN-13 and TN-14 is now documentation
# Relevant Files Found
## gravity_toolkit/utilities.py
```
#!/usr/bin/env python
u"""
utilities.py
Written by Tyler Sutterley (10/2024)
Download and management utilities fo... |
1,354 | null | IMAP-Science-Operations-Center/imap_processing | # Repository Context
Name: IMAP-Science-Operations-Center/imap_processing
Description:
# Pull Request
## Ultra l1b - Bugs fixed for cdf creation
# Change Summary
## Overview
Found some small bugs that I want to fix before I forget.
## Updated Files
- de.py
- Realized that the non-count filter was happen... |
25 | null | CarmineOptions/derisk-solana | # Repository Context
Name: CarmineOptions/derisk-solana
Description:
# Pull Request
## fix bug with token list
# Relevant Files Found
## src/amms.py
```
"""
Module dedicated to fetching and storing data from AMM pools.
"""
from abc import ABC, abstractmethod
from typing import Any, Dict, List, Tuple
import json... |
894 | null | zincware/ZnTrack | # Repository Context
Name: zincware/ZnTrack
Description:
# Pull Request
## check and test for `InvalidStageName` in group
# Relevant Files Found
## tests/unit_tests/test_node_name.py
```
import pytest
from dvc.stage.exceptions import InvalidStageName
import zntrack
class MyNode(zntrack.Node):
pass
# Ba... |
17 | null | JacksonBurns/fastprop | # Repository Context
Name: JacksonBurns/fastprop
Description:
# Pull Request
## v1.0.6 -> fix previous patch `train` bug
Previous patch release introduced a bug which would prevent calling `fastprop train` using a configuration file, unless performing hyperparameter optimization. This release will fix said bug!
# ... |
5 | null | HackBulgaria/Programming-101-Python-2020-Spring | # Repository Context
Name: HackBulgaria/Programming-101-Python-2020-Spring
Description:
# Pull Request
## Demo GitHub
# Relevant Files Found
# Edits
This pull request adds a demonstration of Python's method resolution order (MRO) using class inheritance. It introduces several classes (`A`, `B`, `C`, `X`, and ... |
216 | null | mrmap-community/mrmap | # Repository Context
Name: mrmap-community/mrmap
Description:
# Pull Request
## User logout behaviour tests
This PR adds the user logout behaviour tests
Fixes #215
# Relevant Files Found
## mrmap/users/tests/acceptance/environment.py
```
import behave_webdriver
def before_all(context):
context.behave_d... |
30,664 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [core] Ignore --external-downloader-args if --external-downloader was rejected
## Please follow the guide below
---
### Before submitting a *pull request* make sure you have:
- [x] [Searched](https://github.com/ytdl-org/youtube-dl/se... |
1,726 | null | NeuralEnsemble/python-neo | # Repository Context
Name: NeuralEnsemble/python-neo
Description:
# Pull Request
## Modify a check that prevented Segment from being subclassed (fix for #1725)
# Relevant Files Found
## neo/core/spiketrainlist.py
```
# -*- coding: utf-8 -*-
"""
This module implements :class:`SpikeTrainList`, a pseudo-list
which... |
50 | null | openeventdata/phoenix_pipeline | # Repository Context
Name: openeventdata/phoenix_pipeline
Description:
# Pull Request
## New one-a-day filtering.
Name says it all.
# Relevant Files Found
## formatter.py
```
import re
import timex
import datetime
import utilities
from dateutil import parser
from collections import Counter
def format_content(... |
1,991 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Fix tutorial Part 7
# Relevant Files Found
## syft/__init__.py
```
"""Some syft imports..."""
from . import frameworks
from . import workers
from . import serde
from . import codes
from .grid import VirtualGrid
# CONVENIENCE HOOKS
# The... |
2,856 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Update version to 3.0.0a2
@jbeezley
# Relevant Files Found
## girder/__init__.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright Kitware Inc.
#
... |
3,274 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [feat] Allow users define custom log handlers and attach them to the framework
This PR adds support for defining a custom log handler that can be specified in the reframe configuration file.
For example, adding a plugin log handler wo... |
26,328 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## New package: py-async-lru
# Relevant Files Found
# Edits
This pull request adds a new Python package, `py-async-lru`, to the Spack package manager, providing an LRU cache implementation for use with `asyncio`. The key changes include the ad... |
5 | null | sunscrapers/django-templated-mail | # Repository Context
Name: sunscrapers/django-templated-mail
Description:
# Pull Request
## Fix: from_email should return None by default
> If from_email is None, use the DEFAULT_FROM_EMAIL setting.
https://docs.djangoproject.com/en/2.0/_modules/django/core/mail/#send_mail
@piotr-szpetkowski didn't see this pr... |
4,873 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Move paging to azure-core
This PR migrates paging support from *msrest* to *azure-core*
* Tentatively removed `raw`, `get`, and `async_get` methods as unused or unneeded
* Merged `reset` method code back into the initializer
*... |
1,119 | null | lk-geimfari/mimesis | # Repository Context
Name: lk-geimfari/mimesis
Description:
# Pull Request
## v5.1.1
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Mimesis documentation build configuration file, created by
# sphinx-quickstart on Tue Oct 18 14:11:49 2016.
#
# This file is execfile... |
115 | null | MeltanoLabs/tap-github | # Repository Context
Name: MeltanoLabs/tap-github
Description:
# Pull Request
## Test tokens during initialization
Closing #113. Filtering out tokens that don't pass a simple test (get rate_limit).
# Relevant Files Found
## tap_github/authenticator.py
```
"""Classes to assist in authenticating to the GitHub API.... |
2,405 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## Components: send "key" and "default" to frontend
With this PR, the special "key" and "default" params are now sent to the ComponentInstance on the frontend.
(If these values are null/None, they'll still be included in the params that g... |
2,620 | null | RedHatQE/openshift-virtualization-tests | # Repository Context
Name: RedHatQE/openshift-virtualization-tests
Description:
# Pull Request
## net: Fix test_dhcp_broadcast[#ovs bridge#]
The test was failing because the VM received an IPv4 address from an unknown source on the `172.31.0.243/24` network, might be different DHCP server in the cluster or from the... |
718 | null | bitcoin-core/HWI | # Repository Context
Name: bitcoin-core/HWI
Description:
# Pull Request
## Improve error handle for `Ledger` devices
Discovered it while reviewing [#bitcoin/24313](https://github.com/bitcoin/bitcoin/pull/24313). The `ledger_exception` function was not dealing with `ApduException` exceptions. It's basically similar ... |
399 | null | quantumlib/OpenFermion | # Repository Context
Name: quantumlib/OpenFermion
Description:
# Pull Request
## version bump
Ready for PyPI release after merging.
# Relevant Files Found
## src/openfermion/_version.py
```
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with... |
17,538 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Fix trailing `,` in manifest generation
### What does this PR do?
Fix trailing comma in the manifest
# Relevant Files Found
## datadog_checks_dev/datadog_checks/dev/tooling/commands/create.py
```
# (C) Datadog, Inc. 2018-prese... |
216 | null | appleseedhq/blenderseed | # Repository Context
Name: appleseedhq/blenderseed
Description:
# Pull Request
## Fix project format revision.
# Relevant Files Found
## projectwriter.py
```
#
# This source file is part of appleseed.
# Visit http://appleseedhq.net/ for additional information and resources.
#
# This software is released under ... |
552 | null | opensearch-project/opensearch-build | # Repository Context
Name: opensearch-project/opensearch-build
Description:
# Pull Request
## Adding tests for assemble, sign and usage.
Signed-off-by: dblock <dblock@dblock.org>
### Description
Adds tests for assemble and sign workflows. Checks that `--help` outputs usage.
### Check List
- [x] Commits a... |
60 | null | amygdala/code-snippets | # Repository Context
Name: amygdala/code-snippets
Description:
# Pull Request
## Tables e2e
# Relevant Files Found
# Edits
This pull request adds an end-to-end example for using Kubeflow Pipelines (KFP) with Google Cloud AutoML Tables to automate model training, evaluation, and conditional deployment. It intr... |
11 | null | orsinium-labs/svg.py | # Repository Context
Name: orsinium-labs/svg.py
Description:
# Pull Request
## Add support for data attributes
This adds support for data-* attributes through "data" on Element. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/data-*
# Relevant Files Found
## svg/elements.py
```
from __future__ import ... |
442 | null | terrapower/armi | # Repository Context
Name: terrapower/armi
Description:
# Pull Request
## Module-level logging setable in Settings file
Essentially, we have a new (optional) setting in the settings YAML file that allows a user to set the verbosity for any module-level loggers in their code.
# Relevant Files Found
## armi/cases/i... |
912 | null | google/grr | # Repository Context
Name: google/grr
Description:
# Pull Request
## Second (and final) batch of changes from @simstoykov for Osquery
# Relevant Files Found
## grr/client/grr_response_client/client_actions/osquery.py
```
#!/usr/bin/env python
# Lint as: python3
"""A module with client action for talking with os... |
1,028 | null | cloudify-cosmo/cloudify-system-tests | # Repository Context
Name: cloudify-cosmo/cloudify-system-tests
Description:
# Pull Request
## Make snapshot tests work
# Relevant Files Found
## cosmo_tester/framework/examples.py
```
import json
import os
import retrying
from cosmo_tester.framework.util import (
create_deployment,
get_resource_path,... |
5,589 | null | pydantic/pydantic | # Repository Context
Name: pydantic/pydantic
Description:
# Pull Request
## Support `PathLike`
fix #2178
Selected Reviewer: @hramezani
# Relevant Files Found
## pydantic/_internal/_std_types_schema.py
```
"""
Logic for generating pydantic-core schemas for standard library types.
Import of this module is deferr... |
36 | null | nasa-jpl-memex/memex-explorer | # Repository Context
Name: nasa-jpl-memex/memex-explorer
Description:
# Pull Request
## [WIP] More templates
One more error to fix.
# Relevant Files Found
## app/config.py
```
import os
BASEDIR = os.path.abspath(os.path.dirname(__file__))
# Project
# -------
TITLE = 'MEMEX EXPLORER'
ADMINS = []
# Server
# -... |
172 | null | biosustain/cameo | # Repository Context
Name: biosustain/cameo
Description:
# Pull Request
## Fix/phenopp
- avoid mutables in defaults
- allow not specifying c-source (and failing to guess)
# Relevant Files Found
## cameo/flux_analysis/analysis.py
```
# coding=utf-8
# Copyright 2014 Novo Nordisk Foundation Center for Biosustainab... |
13,595 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [cleanup] Misc (for 2025.07.XX release)
Closes #10853, Closes #12436, Closes #13314, Closes #13609
<details open><summary>Template</summary> <!-- OPEN is intentional -->
### Before submitting a *pull request* make sure you have:
- [x] At... |
638 | null | AI-Hypercomputer/xpk | # Repository Context
Name: AI-Hypercomputer/xpk
Description:
# Pull Request
## Add Kueue_manager and use it to provision Kueue resources
## Fixes / Features
- Resources applied before fix, http://gpaste/5252728276254720
- Resources applied after fix, http://gpaste/5778507300995072#l=4
## Testing / Documentatio... |
4,135 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## fix(parser)!: Parse VALUES & query modifiers in wrapped FROM clause
Fixes #4133
When parsing a `FROM` clause, we'll attempt to `_parse_table()` which in turn will call `_parse_subquery(table=True)` if the clause is wrapped.
The nested ... |
232 | null | cancervariants/variation-normalization | # Repository Context
Name: cancervariants/variation-normalization
Description:
# Pull Request
## Issue 229: Fix deletions state (not always empty sequence)
Closes #229
# Relevant Files Found
## tests/test_gnomad_vcf_to_protein.py
```
"""Module for testing gnomad_vcf_to_protein works correctly"""
import pytest
f... |
3,026 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## [TestFix] Fix module calls based on new changes to MGR lib
# Description
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
<details>
<summary>click to ... |
3,972 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## fix(backend): 修复cc过滤缓慢的问题 #3967
# Relevant Files Found
## dbm-ui/backend/db_services/ipchooser/handlers/host_handler.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by making... |
399 | null | CTPUG/wafer | # Repository Context
Name: CTPUG/wafer
Description:
# Pull Request
## Load jQuery once and only once, in page foot
I found a small herd of hairy yaks while looking at a JS error on our talk submission page:
> Uncaught TypeError: element.markItUp is not a function
The form was rendering inline script and CSS t... |
1,791 | null | ClusterHQ/flocker | # Repository Context
Name: ClusterHQ/flocker
Description:
# Pull Request
## [FLOC-2711] Remove busybox from acceptance tests
Also fixes https://clusterhq.atlassian.net/browse/FLOC-2401 as a side-effect.
This depends on #1767 being merged first.
# Relevant Files Found
## flocker/acceptance/test_api.py
```
# Cop... |
240 | null | aryn-ai/sycamore | # Repository Context
Name: aryn-ai/sycamore
Description:
# Pull Request
## Upgrade test workflow to os 2.10
Current default OS 2.9 is old and doesn't have hybrid search. 2.11 seems to have an http client issue which requires some additional config, but 2.12 seems to go back to 2.9 behavior. Keeping it 2.10 until we... |
8 | null | tasos-py/Search-Engines-Scraper | # Repository Context
Name: tasos-py/Search-Engines-Scraper
Description:
# Pull Request
## Referencing issue #7-Filename argument in search_engines_cli.py
# Relevant Files Found
## search_engines_cli.py
```
# -*- encoding: utf-8 -*-
import argparse
try:
from search_engines.engines import search_engines_... |
79 | null | ecmwf/pdbufr | # Repository Context
Name: ecmwf/pdbufr
Description:
# Pull Request
## Fix computed key filter when required_columns are set
This PR fixes the following issues:
- the `filter` was not applied if it contained a computed key and `required_columns` were set
- the `filter` containing a computed key matched subse... |
2,289 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Add di/1.2.0.
Specify library name and version: **di/1.2.0**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) for contributing.
- [x] I've followed the [PEP8](... |
1,243 | null | dimagi/open-chat-studio | # Repository Context
Name: dimagi/open-chat-studio
Description:
# Pull Request
## Small optimization: Remove the number of messages to get to the max ucompressed messages limit
## Description
<!-- A summary of the change, the reason for its implementation, and relevent links.
Include technical details required t... |
142 | null | awslabs/aws-config-rdk | # Repository Context
Name: awslabs/aws-config-rdk
Description:
# Pull Request
## I107
*Issue #, if available:* 107
*Description of changes:* Updates the argument parsing to require Rule names be short enough to not cause issues with CloudFormation deployments. Also updates Windows regression tests.
By submi... |
449 | null | ansys/pydynamicreporting | # Repository Context
Name: ansys/pydynamicreporting
Description:
# Pull Request
## add PDF export to serverless
# Relevant Files Found
## src/ansys/dynamicreporting/core/serverless/adr.py
```
from collections.abc import Iterable
import copy
from datetime import datetime
import json
import os
from pathlib import... |
2,296 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## lz4: fix pkgconfig name
Specify library name and version: **lz4/all**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) for contributing.
- [x] I've followed th... |
3,033 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Remove deprecated device specs (2 months ago)
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add it in the CHANGE... |
998 | null | moj-analytical-services/splink | # Repository Context
Name: moj-analytical-services/splink
Description:
# Pull Request
## Update spark udf jars
Updates the default jar(s) and fixes [this issue](https://github.com/moj-analytical-services/splink/issues/951).
# Relevant Files Found
## splink/spark/jar_location.py
```
def similarity_jar_locatio... |
796 | null | bcgov/foi-flow | # Repository Context
Name: bcgov/foi-flow
Description:
# Pull Request
## Dev dv 697
# Relevant Files Found
## request-management-api/request_api/models/FOIMinistryRequests.py
```
from flask.app import Flask
from sqlalchemy.sql.schema import ForeignKey, ForeignKeyConstraint
from .db import db, ma
from datetime ... |
219 | null | torchbox/torchbox.com | # Repository Context
Name: torchbox/torchbox.com
Description:
# Pull Request
## Fix issues with live previews when creating a PersonPage
[Link to Ticket](https://torchbox.monday.com/boards/1192293412/pulses/1463252135)
### Description of Changes Made
During a live preview when creating a PersonPage, there was... |
877 | null | scikit-hep/awkward | # Repository Context
Name: scikit-hep/awkward
Description:
# Pull Request
## Buffer pointers should come from `data()`, not `ptr().get()`.
# Relevant Files Found
# Edits
This pull request fixes an issue where array indexing with masked indices from a sliced `NumpyArray` produced incorrect results due to a los... |
67 | null | nipunn1313/mypy-protobuf | # Repository Context
Name: nipunn1313/mypy-protobuf
Description:
# Pull Request
## Smoothen testing for test_negative
Annotate lines in test_negative w/ expected failures - to make sure that we're testing what we think we're testing.
# Relevant Files Found
## test/test_generated_mypy.py
```
"""
This file serves ... |
111 | null | JuDFTteam/aiida-kkr | # Repository Context
Name: JuDFTteam/aiida-kkr
Description:
# Pull Request
## Development of BdG impurity workflow
# Relevant Files Found
## aiida_kkr/calculations/kkr.py
```
# -*- coding: utf-8 -*-
"""
Input plug-in for a KKR calculation.
"""
from __future__ import print_function, absolute_import
from __future... |
21 | null | hex/llm-perplexity | # Repository Context
Name: hex/llm-perplexity
Description:
# Pull Request
## Add include_citations option
This change introduces a way to hide Perplexity’s citation block and discourage the inline numeric markers in the output. I needed this myself, as it was cluttering output for tools (like `llm cmd`).
Since the... |
5 | null | mattieb/fediplay | # Repository Context
Name: mattieb/fediplay
Description:
# Pull Request
## move from aplay to ffplay
here's the oh so simple change to fediplay to use ffplay instead of aplay.
tested on Windows 10 Professional under cmd.exe using python 3.6.4 and statically linked ffmpeg binaries (build 20171228-be4dfbf) from ht... |
5,896 | null | cython/cython | # Repository Context
Name: cython/cython
Description:
# Pull Request
## Fix an issue trying list.index indexing in FusedNode
In some Python versions, generating the error message when .index fails to find an index leads to a compiler crash.
Fix this by not relying on type being fully set up while generating `__r... |
28 | null | karel-brinda/samsift | # Repository Context
Name: karel-brinda/samsift
Description:
# Pull Request
## Switch CI to Github Actions
closes #27
# Relevant Files Found
## samsift/samsift.py
```
#! /usr/bin/env python3
"""SAMsift - advanced filtering and tagging of SAM/BAM alignments using Python expressions
Author: Karel Brinda <kbrind... |
155 | null | CQCL/lambeq | # Repository Context
Name: CQCL/lambeq
Description:
# Pull Request
## Circuit ansatze should be dagger functors
It would be nice to have `CircuitAnsatz` acting as a __dagger functor__, that is
```python
ansatz(diagram).dagger() == ansatz(diagram.dagger())
```
Currently this is not true. For instance:
```... |
73 | null | GoogleCloudPlatform/python-runtime | # Repository Context
Name: GoogleCloudPlatform/python-runtime
Description:
# Pull Request
## Add tool to run cloudbuild.yaml steps locally.
Supports just enough Container Builder functionality to build this image.
# Relevant Files Found
# Edits
This pull request adds a new tool, `local-cloudbuild.py`, that all... |
337 | null | AnacondaRecipes/aggregate | # Repository Context
Name: AnacondaRecipes/aggregate
Description:
# Pull Request
## Remove outdated submodules
Remove outdated submodules - submodules pinned to specific versions, or submodules of feedstock that are inactive.
Also remove old root aggregate files (old cbcs and such).
Related script: https://gi... |
204 | null | ADE-Scheduler/ADE-Scheduler | # Repository Context
Name: ADE-Scheduler/ADE-Scheduler
Description:
# Pull Request
## Log API req activity
# Relevant Files Found
## app.py
```
# Python imports
import os
import traceback
from datetime import timedelta
from jsmin import jsmin
from ics import Calendar
# Flask imports
from werkzeug.exceptions im... |
1,241 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## fix: fit latest csharp executor interface
This pull request to `src/promptflow/promptflow/batch/_csharp_executor_proxy.py` removes an unused import statement and adds two new class methods to the `CSharpExecutorProxy` class.
* <a href... |
2,447 | null | aimhubio/aim | # Repository Context
Name: aimhubio/aim
Description:
# Pull Request
## [feat] Track DVC Params
Enhanced DVC parameter tracking
# Relevant Files Found
## aim/sdk/objects/plugins/dvc_metadata.py
```
from aim.storage.object import CustomObject
@CustomObject.alias('dvc.metadata')
class DvcData(CustomObject):
"... |
15,225 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## Fix relik extractor skip error
# Relevant Files Found
## llama-index-integrations/extractors/llama-index-extractors-relik/llama_index/extractors/relik/base.py
```
import tqdm
import logging
from typing import Any, List, Dict
from l... |
4,045 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Bug/make dia build
I'm not absolutely confident about freetype being a 'build' dependency. However, it seems to work when set up this way, so....
ps. Built on CentOS7
# Relevant Files Found
## var/spack/repos/builtin/packages/dia/package.p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.