pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
45 | null | piercefreeman/iceaxe | # Repository Context
Name: piercefreeman/iceaxe
Description:
# Pull Request
## Add alias support in typehinted queries
Even when using raw SQL queries with `select().text()`, users often want to cast the response values into native TableBase instances or raw field values. Previously we only supported TableBases or ... |
165 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Updated wsgi so that it can read the environment from the files prese…
…nt on AWS instances
# Relevant Files Found
## wsgi.py
```
from app import create_app
from credstash import getAllSecrets
secrets = getAllSecrets(region=... |
73 | null | jina-ai/jina-hubble-sdk | # Repository Context
Name: jina-ai/jina-hubble-sdk
Description:
# Pull Request
## fix: json output indent and eof line break
Looks like docker config file defaults to 2 space indent.
Also add the missing line break at the end of file.
# Relevant Files Found
## hubble/dockerauth.py
```
#!/usr/bin/env python
imp... |
1,674 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Allow for operations to have gradient recipes that depend on the operation state
**Context:** Currently, operations cannot have gradient recipes (or gradient methods) that are dependent on the state of the operation. This is because the... |
641 | null | meta-pytorch/tritonbench | # Repository Context
Name: meta-pytorch/tritonbench
Description:
# Pull Request
## Fix test failures
Summary: jagged_flash_attention_v4: https://www.internalfb.com/intern/test/281475241919195?ref_report_id=0
Differential Revision:
D86906886
Privacy Context Container: L1400789
# Relevant Files Found
## triton... |
391 | null | swarmauri/swarmauri-sdk | # Repository Context
Name: swarmauri/swarmauri-sdk
Description:
# Pull Request
## fixed Toolkit_test and AccessibilityToolkit_test
# Relevant Files Found
## tests/toolkits/AccessibilityToolkit_test.py
```
import pytest
import logging
from swarmauri.standard.tools.concrete.AdditionTool import AdditionTool
from s... |
127 | null | stphivos/django-mock-queries | # Repository Context
Name: stphivos/django-mock-queries
Description:
# Pull Request
## Fix order_by random
Fixes https://github.com/stphivos/django-mock-queries/pull/120
# Relevant Files Found
## django_mock_queries/query.py
```
import datetime
from collections import OrderedDict, namedtuple
from mock import Moc... |
410 | null | ishandutta2007/scipy | # Repository Context
Name: ishandutta2007/scipy
Description:
# Pull Request
## [pull] main from scipy:main
See [Commits](/ishandutta2007/scipy/pull/410/commits) and [Changes](/ishandutta2007/scipy/pull/410/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **... |
4,167 | null | rucio/rucio | # Repository Context
Name: rucio/rucio
Description:
# Pull Request
## Core & Internals: Add config option for default mail; Fix #4164
Core & Internals: Add config option for default mail; Fix #4164
# Relevant Files Found
## lib/rucio/core/rule.py
```
# -*- coding: utf-8 -*-
# Copyright 2012-2020 CERN
#
# License... |
30,575 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Datasets] Raise error message if user calls `Dataset.__iter__`
Signed-off-by: Balaji <balaji@anyscale.com>
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening ... |
25 | null | v1k45/django-notify-x | # Repository Context
Name: v1k45/django-notify-x
Description:
# Pull Request
## Replaced UrlField with CharField; closes #22
# Relevant Files Found
## notify/models.py
```
from django.contrib.contenttypes.fields import GenericForeignKey
from django.contrib.contenttypes.models import ContentType
from django.db i... |
287 | null | huggingface/optimum-habana | # Repository Context
Name: huggingface/optimum-habana
Description:
# Pull Request
## Scope out autocast for mult in extended atten mask gen
This PR addresses nan issue appeared in loss computation for BERT family.
JH...!
# Relevant Files Found
## optimum/habana/transformers/models/albert/modeling_albert.py
... |
39 | null | quadproduction/quadpype | # Repository Context
Name: quadproduction/quadpype
Description:
# Pull Request
## Add the BG application on single frame publish
Linked to #37
# Relevant Files Found
## src/quadpype/plugins/publish/extract_review.py
```
import os
import re
import copy
import json
import shutil
import subprocess
from abc import ... |
270 | null | FINNGEN/pheweb | # Repository Context
Name: FINNGEN/pheweb
Description:
# Pull Request
## 269 error on userresults variant page
# Relevant Files Found
## pheweb/serve/data_access/db.py
```
# -*- coding: utf-8 -*-
import abc
import attr
from importlib import import_module
from collections import defaultdict
from elasticsearch im... |
391 | null | Jittor/jittor | # Repository Context
Name: Jittor/jittor
Description:
# Pull Request
## Add Area interpolation support
add area interpolation support, which has been aligned with Pytorch.
# Relevant Files Found
## python/jittor/misc.py
```
# ***************************************************************
# Copyright (c) 2022 Ji... |
246 | null | DUNE/larnd-sim | # Repository Context
Name: DUNE/larnd-sim
Description:
# Pull Request
## Minor changes to backtracking
Note: the configuration key words have been changed.
# Relevant Files Found
## cli/simulate_pixels.py
```
#!/usr/bin/env python
"""
Command-line interface to larnd-sim module.
"""
from math import ceil
from tim... |
5,020 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Drop leased messages after flow_control.max_lease_duration has passed.
Closes #5005
# Relevant Files Found
## pubsub/google/cloud/pubsub_v1/subscriber/policy/base.py
```
# Copyright 2017, Google LLC All rights reserved.
#
# ... |
798 | null | Rapptz/discord.py | # Repository Context
Name: Rapptz/discord.py
Description:
# Pull Request
## Changed discord.Client.event to debug log success instead of info log.
I am proposing a change to the chosen verbosity of logging this message when registering an event:
https://github.com/Rapptz/discord.py/blob/54f2c71e71f20bdc18231eed2... |
87 | null | python-discord/site | # Repository Context
Name: python-discord/site
Description:
# Pull Request
## Add date parsing tests.
This PR adds a bunch of simple tests for the `pysite/utils/time.py` module.
# Relevant Files Found
# Edits
This pull request adds comprehensive unit tests for the `parse_duration` and `is_expired` functions in... |
103 | null | populationgenomics/talos | # Repository Context
Name: populationgenomics/talos
Description:
# Pull Request
## VEP: slight change in setting up mount
# Fixes
The VEP data location on the `cpg-reference` bucket is parameterised by version now, so needed a slight adjustment to remove the hardcoded `/vep/GRCh38` path.
# Relevant Files Foun... |
12 | null | wagtail-nest/wagtail-django-recaptcha | # Repository Context
Name: wagtail-nest/wagtail-django-recaptcha
Description:
# Pull Request
## Cleanup
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup, find_packages
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
# allow se... |
601 | null | QuarkChain/pyquarkchain | # Repository Context
Name: QuarkChain/pyquarkchain
Description:
# Pull Request
## add qkc cache to speed up pow check
- processing 20 root blocks and minor blocks now takes about 13s from 28s
# Relevant Files Found
## qkchash/qkcpow.py
```
import os
from functools import lru_cache
from typing import Optional, Tu... |
650 | null | BAMWelDX/weldx | # Repository Context
Name: BAMWelDX/weldx
Description:
# Pull Request
## Spelling
## Changes
Enable code-spell pre-commit hook and fix some typos.
## Related Issues
Closes #475
## Checks
- [ ] updated CHANGELOG.rst
- [ ] updated tests
- [ ] updated doc/
- [ ] update example/tutorial notebooks
- ... |
4 | null | wrabit/tailwind-merge-python | # Repository Context
Name: wrabit/tailwind-merge-python
Description:
# Pull Request
## Fix and features
# Relevant Files Found
## tailwind_merge/__init__.py
```
from .core import TailwindMerge
__version__ = "0.1.0"
__all__ = ["TailwindMerge"]
```
## tailwind_merge/core.py
```
from typing import List, Tuple, ... |
53 | null | xpublish-community/xpublish-edr | # Repository Context
Name: xpublish-community/xpublish-edr
Description:
# Pull Request
## Add geojson support
Closes #50
uses geopandas
# Relevant Files Found
## tests/test_cf_router.py
```
import pytest
import xpublish
from fastapi.testclient import TestClient
from xpublish_edr import CfEdrPlugin
@pytest... |
920 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Add CMA-ES sampler.
Add a CMA-ES sampler by using https://github.com/CyberAgent/cmaes.
# Relevant Files Found
## optuna/samplers/__init__.py
```
import optuna
from optuna.samplers.base import BaseSampler # NOQA
from optuna.samplers.random... |
22,154 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add new package: net-snmp
# Relevant Files Found
# Edits
This pull request adds a new package for net-snmp to the Spack package manager, providing support for installing the SNMP application library, tools, and daemon. The key changes inclu... |
161 | null | fugue/credstash | # Repository Context
Name: fugue/credstash
Description:
# Pull Request
## bumped version and added changelog
# Relevant Files Found
## setup.py
```
from setuptools import setup
setup(
name='credstash',
version='1.13.2',
description='A utility for managing secrets in the cloud using AWS KMS and Dyna... |
161 | null | django/daphne | # Repository Context
Name: django/daphne
Description:
# Pull Request
## Unix socket fix
Fixes #160
# Relevant Files Found
## daphne/server.py
```
# This has to be done first as Twisted is import-order-sensitive with reactors
import sys # isort:skip
import warnings # isort:skip
from twisted.internet import asy... |
777 | null | genialis/resolwe | # Repository Context
Name: genialis/resolwe
Description:
# Pull Request
## Bugfix/createobject
# Relevant Files Found
## resolwe/process/models.py
```
"""Python process Django Models."""
import json
import os
from pathlib import Path
from typing import Any, Dict, List, MutableMapping, Optional, Type
from .comm... |
2,546 | null | projectmesa/mesa | # Repository Context
Name: projectmesa/mesa
Description:
# Pull Request
## Switch sugarscape to using property layers
This changes sugarscape to use property layers for sugar and spice instead of a resource agent.
I haven't yet updated the visualization side fully to take advantage of the property layer visuali... |
194 | null | qclib/qclib | # Repository Context
Name: qclib/qclib
Description:
# Pull Request
## Creates the `Ucr` class with `Frqi` optimizations
It also includes an optimization that ignores multicontrolled operations from the most repeated angle.
# Relevant Files Found
## qclib/gates/__init__.py
```
from .mcg import Mcg
from .mcx impor... |
2 | null | hassio-addons/repository-updater | # Repository Context
Name: hassio-addons/repository-updater
Description:
# Pull Request
## Adds an add-on README generator
# Proposed Changes
Adds a README generator for the add-on itself in the repository.
This allows for a more dynamic presentation of the add-on within the Hass.io interface.
## Related Iss... |
1,003 | null | hbldh/bleak | # Repository Context
Name: hbldh/bleak
Description:
# Pull Request
## backends/winrt/characteristic: remove unused import
This was missed in #989.
# Relevant Files Found
## bleak/backends/winrt/characteristic.py
```
# -*- coding: utf-8 -*-
from uuid import UUID
from typing import List, Union
from bleak_winrt.... |
8,178 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## Added the convenience function `sunpy.util.grid_perimeter()`
Both #8040 and #8161 use this new `grid_perimeter()` function, but I decided to break the relevant commit out to a separate PR since I don't know which of those two PRs will go in first... |
3,685 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## import script for colchester (closes #3528)
# Relevant Files Found
## polling_stations/apps/data_importers/management/commands/import_colchester.py
```
from data_importers.management.commands import BaseXpressDemocracyCl... |
397 | null | beer-garden/brewtils | # Repository Context
Name: beer-garden/brewtils
Description:
# Pull Request
## Remove pyjwt dependency
This PR removes the pyjwt dependency listed in the setup.py, since that library is no longer used.
# Relevant Files Found
## setup.py
```
import re
from setuptools import setup, find_packages
def find_versio... |
2,856 | null | agno-agi/agno | # Repository Context
Name: agno-agi/agno
Description:
# Pull Request
## fix deepseek api key validation
## Summary
This pull request introduces the `_get_client_params` method to the `DeepSeek` model class. Previously, when the `DEEPSEEK_API_KEY` environment variable was not set, the error message incorrectly re... |
3,623 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## fix(logging): disable console telemetry sink by default
The current span processing dumps so much junk on the console that it makes actual understanding of what is going on in the server impossible. I am killing the console sink as a d... |
140 | null | fbchat-dev/fbchat | # Repository Context
Name: fbchat-dev/fbchat
Description:
# Pull Request
## Updated send methods
Instead of exposing one big `send()` method, I made it private and created other smaller methods with specific purpose and more understandable parameters:
* `sendMessage()`
* `sendRemoteImage()`
* `sendLocalImage()` ... |
49 | null | Bayer-Group/PhenEx | # Repository Context
Name: Bayer-Group/PhenEx
Description:
# Pull Request
## Materialise
# Relevant Files Found
## phenex/phenotypes/cohort.py
```
from typing import List, Dict, Optional
from phenex.phenotypes.phenotype import Phenotype
import ibis
from ibis.expr.types.relations import Table
from phenex.tables ... |
54 | null | ciena/afkak | # Repository Context
Name: ciena/afkak
Description:
# Pull Request
## Make Message repr truncate value
I grow weary of megabytes-long lines of output when the tests fail.
# Relevant Files Found
## afkak/__init__.py
```
# -*- coding: utf-8 -*-
# Copyright 2016 Cyan, Inc.
# Copyright 2018 Ciena Corporation.
from ... |
801 | null | napalm-automation/napalm | # Repository Context
Name: napalm-automation/napalm
Description:
# Pull Request
## junos lldp_neighbors_detail support for additonal models
Support added for:
Juniper srx300, ex2300-24p, ex2300-c-12p
Otherwise we get:
[lldp_neighbors_detail] cannot retrieve device data: RpcError(severity: error, bad_element: g... |
2 | null | Blizzard/heroprotocol | # Repository Context
Name: Blizzard/heroprotocol
Description:
# Pull Request
## readme change: how to use heroprotocol.py
added some lines to README on how to use heroprotocol.py
# Relevant Files Found
## heroprotocol.py
```
#!/usr/bin/env python
#
# Copyright (c) 2015 Blizzard Entertainment
#
# Permission is h... |
592 | null | Crown-Commercial-Service/digitalmarketplace-api | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-api
Description:
# Pull Request
## REFACTOR-use-orm-to-change-and-reset-framework-in-test
Refactor framework changing test to use ORM and commit successfully
# Relevant Files Found
## tests/main/views/test_brief_response.py
```
import json
im... |
733 | null | beeware/briefcase | # Repository Context
Name: beeware/briefcase
Description:
# Pull Request
## Support for Popen start_new_session Flag
## Problem
Currently, all processes invoked by Briefcase are added to the process group of the python interpreter running Briefcase. This can be beneficial since it allows the OS to handle these pro... |
362 | null | bolna-ai/bolna | # Repository Context
Name: bolna-ai/bolna
Description:
# Pull Request
## chore: add request id logging
# Relevant Files Found
## bolna/transcriber/deepgram_transcriber.py
```
import asyncio
import traceback
import os
import json
import aiohttp
import time
from urllib.parse import urlencode
from dotenv import lo... |
2,792 | null | oppia/oppia | # Repository Context
Name: oppia/oppia
Description:
# Pull Request
## tr language file checked
- tr language file checked in local server, working all good.
- tr language file saved in UTF-8 without BOM
# Relevant Files Found
## feconf.py
```
# coding: utf-8
#
# Copyright 2014 The Oppia Authors. All Ri... |
3,945 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Condense directory names with script.
The main reason for this is that I want to make the tests go faster by combining separate test directories that do the same thing into one (such as the three different test projects for PCH). This causes... |
39 | null | irdumbs/Dumb-Cogs | # Repository Context
Name: irdumbs/Dumb-Cogs
Description:
# Pull Request
## [noflippedtables] fileIO to dataIO
# Relevant Files Found
## noflippedtables/noflippedtables.py
```
import discord
from discord.ext import commands
from random import uniform as randfloat
import asyncio
import os
from .utils.dataIO impo... |
5,965 | null | home-assistant/supervisor | # Repository Context
Name: home-assistant/supervisor
Description:
# Pull Request
## Add code documentation for Jobs decorator
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
Add basic code documen... |
164 | null | noisepy/NoisePy | # Repository Context
Name: noisepy/NoisePy
Description:
# Pull Request
## Add single_freq parameter, bug fixes
In some datasets (e.g. SCEDC S3 bucket) the data comes in multiple sampling rates and we need a way of selecting one. So the desired sampling rate is passed as a config parameter and we find the sampling ... |
743 | null | QualiSystems/vCenterShell | # Repository Context
Name: QualiSystems/vCenterShell
Description:
# Pull Request
## Feature/raz context logger reservation
## Description
A few sentences describing the overall goals of the pull request's commits.
## Related Stories
List related PRs against other branches:
## Breaking
YES | NO
## Breaking change... |
2,134 | null | 3b1b/manim | # Repository Context
Name: 3b1b/manim
Description:
# Pull Request
## fix: `there_and_back_with_pause`
<!-- Thanks for contributing to manim!
Please ensure that your pull request works with the latest version of manim.
-->
## Motivation
<!-- Outline your motivation: In what way do your changes improve the ... |
4,965 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## Fix `cutensor` import in the test
Follow-up of #4920. This is needed to enable the check `cupy.cuda.cutensor.available`. Not sure how I missed this...
ref: https://github.com/cupy/cupy/pull/4920#discussion_r597873769
# Relevant Files Found
## ... |
6,301 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Fix cardinality inference around delegated exclusive constraints
Delegated exclusive constraints can't restrict cardinality on the
parent type. This matters for backlinks and for explicit filtering.
Fixes #5853.
# Relevant Files Found
## edb/e... |
338 | null | insight-platform/Savant | # Repository Context
Name: insight-platform/Savant
Description:
# Pull Request
## 256 document how json files used by source adapters must be configured
# Relevant Files Found
## adapters/gst/gst_plugins/python/video_to_avro_serializer.py
```
import json
from fractions import Fraction
from pathlib import Path
f... |
20,538 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Homekit controller BLE groundwork
## Description
This is part of my ongoing series of patches based on #20345. I have broken the work into 2 distinct pieces. For anyone new to this - this is groundwork for adding support for HomeKit BL... |
1,935 | null | gpustack/gpustack | # Repository Context
Name: gpustack/gpustack
Description:
# Pull Request
## chore: update box to 138
# Relevant Files Found
## gpustack/worker/tools_manager.py
```
import json
import logging
import os
import re
import sys
import tempfile
from pathlib import Path
import shutil
import stat
import subprocess
impor... |
3,654 | null | openshift/openshift-ansible | # Repository Context
Name: openshift/openshift-ansible
Description:
# Pull Request
## Do not update properties when they are not passed in.
# Relevant Files Found
## roles/lib_openshift/library/oc_project.py
```
#!/usr/bin/env python
# pylint: disable=missing-docstring
# flake8: noqa: T001
# ___ ___ _ _ __... |
1,519 | null | aws-cloudformation/cfn-lint | # Repository Context
Name: aws-cloudformation/cfn-lint
Description:
# Pull Request
## Fix table in rules.md
*Issue #, if available:* N/A
*Description of changes:* Fix table in rules.md

By submitt... |
892 | null | numba/llvmlite | # Repository Context
Name: numba/llvmlite
Description:
# Pull Request
## Bump minimum supported Python version to 3.8
This closes #891.
This updates the minimum supported Python version to 3.8 in similar fashion to the related `numba` repo PR https://github.com/numba/numba/pull/8319.
# Relevant Files Found
## ... |
122 | null | cadop/pyCGM | # Repository Context
Name: cadop/pyCGM
Description:
# Pull Request
## Refactor elbowJointCenter to 4x4 version
### Summary of PR:
Replace elbowJointCenter with calc_elbow_axis. Modify jointAngleCalc to handle the returned matrices.
### What issues does this PR close:
Refactor, Documentation
### What files w... |
6,578 | null | getmoto/moto | # Repository Context
Name: getmoto/moto
Description:
# Pull Request
## EC2: describe_vpc_endpoint_services() now returns user-defined ones
Fixes #5605
# Relevant Files Found
## moto/ec2/models/vpc_service_configuration.py
```
from typing import Any, Dict, List, Optional
from moto.core import CloudFormationModel... |
32 | null | erickang21/dat-banana-bot | # Repository Context
Name: erickang21/dat-banana-bot
Description:
# Pull Request
## skra
git dat star and rand emote BOI
# Relevant Files Found
## cogs/fun.py
```
import discord
import sys
import os
import io
import asyncio
import aiohttp
import random
import json
import idioticapi
from discord.ext im... |
7,897 | null | wandb/wandb | # Repository Context
Name: wandb/wandb
Description:
# Pull Request
## chore(sdk): Enable CGO on Windows when race detection is on; ci win
Description
---
Fixes CI on Windows: https://app.circleci.com/pipelines/github/wandb/wandb/35963/workflows/d4ae6858-1efa-4496-9eee-34262d8fff40/jobs/1209590?invite=true#step-106-... |
6,491 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [MAINTENANCE] Clean up tests for more formal Batch and Validator instantiation
### Scope
* Insure that `Batch` is instantiated with required `BatchDefinition` property in map metric and `Validator` test modules.
* Insu... |
1,913 | null | napalm-automation/napalm | # Repository Context
Name: napalm-automation/napalm
Description:
# Pull Request
## Fix documentation of getter support matrix
Replace pytest-json with pytest-json-report and make modifications to support new format.
# Relevant Files Found
## docs/conf.py
```
"""conf.py."""
# -*- coding: utf-8 -*-
#
# napalm docu... |
965 | null | dask/fastparquet | # Repository Context
Name: dask/fastparquet
Description:
# Pull Request
## Test: makes tests fail on xpass
This PR adds `xfail_strict = true` option to make the test fail on `xpass`. This change enhances the test suite, making us remove `xfail` marks when we fix bugs.
Additionally, it moves the `pytest` config t... |
148 | null | proxystore/taps | # Repository Context
Name: proxystore/taps
Description:
# Pull Request
## Raise task errors in synthetic bag-of-tasks app
# Description
<!--- Describe your changes in detail --->
Raise task errors in synthetic bag-of-tasks app.
### Fixes
<!--- List any issue numbers above that this PR addresses --->
<!--- ... |
8,397 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## [PLAT-783] Prevent accessing a deactivated users quickfiles ...again
## Purpose
Stop users from being able to access a disabled users quickfiles from the file detail page.
## Changes
- adds check for FileDetail class and ... |
40 | null | mk-fg/python-pulse-control | # Repository Context
Name: mk-fg/python-pulse-control
Description:
# Pull Request
## tests: lookup executables in PATH
I'm in the process of packaging this library for NixOS and some tests were failing because pulseaudio/paplay could not be found. So let's look them up.
# Relevant Files Found
## pulsectl/tests/du... |
506 | null | huggingface/evaluate | # Repository Context
Name: huggingface/evaluate
Description:
# Pull Request
## set dev version
I also updated the release instructions in setup.py
# Relevant Files Found
## setup.py
```
# Lint as: python3
""" HuggingFace/Evaluate is an open library for evaluation.
Note:
VERSION needs to be formatted followi... |
41 | null | arup-group/genet | # Repository Context
Name: arup-group/genet
Description:
# Pull Request
## Lab 651 documentation segmentation
- Chops up the huge walk-through notebook into smaller ones: [notebooks](https://github.com/arup-group/genet/tree/LAB-651-documentation-segmentation/notebooks)
- Removes a big portion of the README. [Wik... |
92 | null | CenterForOpenScience/waterbutler | # Repository Context
Name: CenterForOpenScience/waterbutler
Description:
# Pull Request
## [CR] repair logging for Waterbutler delete/create actions
## Problem
Create and delete actions via WaterButler v1 API are not being logged by the OSF. Example:
I issue a PUT against the WB v1 API to create a new folder, "p... |
210 | null | fllesser/nonebot-plugin-parser | # Repository Context
Name: fllesser/nonebot-plugin-parser
Description:
# Pull Request
## 🐎 ci: codecov test ci
# Relevant Files Found
## src/nonebot_plugin_resolver2/matchers/preprocess.py
```
import json
import re
from typing import Any, Literal
from nonebot import logger, on_message
from nonebot.adapters.on... |
5,577 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## [microsoft_face] Small error fixes
**Description:**
- Small bugfixes / help to fix api calls
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L16
[ex-import]: https://githu... |
293 | null | beer-garden/brewtils | # Repository Context
Name: beer-garden/brewtils
Description:
# Pull Request
## Using local Plugin Configs for System Client
The System Client can now reference itself. The System Client used to have to have manually passed in the name, the version, Instance, and the namespace. All of this information can be found i... |
3,283 | null | holoviz/holoviews | # Repository Context
Name: holoviz/holoviews
Description:
# Pull Request
## Aliased 'title_format' parameter to 'title'
Hopefully a simple PR. If the tests pass after the first commit I can update the tests and then the notebooks.
# Relevant Files Found
## holoviews/plotting/bokeh/element.py
```
from __future__ ... |
6,510 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## HistoryWindow : Fix editing of source plugs
I broke this in 28274546194a16903920e15ed7e337935b5a9740 when removing the `__inspector` member and replacing it with `__inspectorColumn`.
# Relevant Files Found
## python/GafferSceneUI/_History... |
91 | null | wiederm/endstate_correction | # Repository Context
Name: wiederm/endstate_correction
Description:
# Pull Request
## Save the switching trajectory into files to avoid OOM issue
# Relevant Files Found
## endstate_correction/neq.py
```
"""Provide the functions for non-equilibrium switching."""
import pickle
import random
from typing import T... |
238 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Add run_id to dagstermill output notebook path
# Relevant Files Found
## python_modules/dagstermill/dagstermill/__init__.py
```
from __future__ import (absolute_import, division, print_function, unicode_literals)
from builtins import *... |
15 | null | transferwise/pipelinewise | # Repository Context
Name: transferwise/pipelinewise
Description:
# Pull Request
## exit function with code 1 if there are exceptions during syncing tables
# Relevant Files Found
## fastsync/mysql-to-snowflake/mysql_to_snowflake/__init__.py
```
#!/usr/bin/env python3
import os
import mysql_to_snowflake.utils
... |
9 | null | namebrandon/Sparkov_Data_Generation | # Repository Context
Name: namebrandon/Sparkov_Data_Generation
Description:
# Pull Request
## bugfix: faker instantiated at every customer
Refactor with Faker in Customer was a bad idea as it slows things down.
Moving back to global. That was a last minute change I didn't realize affected speed so much.
Apologie... |
11,715 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## feat(backend): 集群查询和实例查询新增查询字段 #11052
# Relevant Files Found
## dbm-ui/backend/db_services/dbbase/instances/handlers.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by making... |
3,955 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## fix(api): do not swallow smoothie errors with certain patterns
In 628c6c47c79a656f9babd552784a96d99deb4852 the line that reraised the error
that was being handled was accidentally moved into the part of the code that
automatically homes... |
201 | null | aristanetworks/anta | # Repository Context
Name: aristanetworks/anta
Description:
# Pull Request
## feat(anta.tests): Add new AAA test cases
Hello,
Please review this PR for new AAA test cases.
Thanks
# Relevant Files Found
## tests/units/anta_tests/routing/bgp/data.py
```
"""Test inputs for anta.tests.routing.bgp"""
from typi... |
4,072 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## ParameterizedQuery: handle the case where a value is null
## What type of PR is this? (check all applicable)
<!-- Please leave only what's applicable -->
- [x] Bug Fix
# Relevant Files Found
## redash/models/parameterized_query.py
```... |
209 | null | leonardt/fault | # Repository Context
Name: leonardt/fault
Description:
# Pull Request
## Update Python simulator target for magma 2
Adds tests for using the setattr interface, depends on https://github.com/phanrahan/magma/pull/588
# Relevant Files Found
## fault/magma_simulator_target.py
```
from hwtypes import BitVector
import... |
13 | null | takapy0210/nlplot | # Repository Context
Name: takapy0210/nlplot
Description:
# Pull Request
## [update] refactoring
refactoring
# Relevant Files Found
## nlplot/nlplot.py
```
"""Visualization Module for Natural Language Processing"""
import os
import gc
import pandas as pd
import numpy as np
import itertools
import multiprocessin... |
194 | null | cloudviz/agentless-system-crawler | # Repository Context
Name: cloudviz/agentless-system-crawler
Description:
# Pull Request
## moving defaults back into code, and outside config_spec_and_defaults.conf
Signed-off-by: Sahil Suneja <sahilsuneja@gmail.com>
# Relevant Files Found
## crawler/config_parser.py
```
from configobj import ConfigObj
from val... |
18 | null | niceberginc/agentipy | # Repository Context
Name: niceberginc/agentipy
Description:
# Pull Request
## feat:langchain & create_solana_tools
# Relevant Files Found
## agentipy/__init__.py
```
```
# Edits
This PR adds LangChain integration to the Agentipy framework by introducing a suite of Solana blockchain tools compatible with L... |
139 | null | scikit-tda/kepler-mapper | # Repository Context
Name: scikit-tda/kepler-mapper
Description:
# Pull Request
## Corrected documentation of scaler in the projection function.
The documentation of the scaler parameter in the projection function of the kmapper.py file said that the scaling is done **before** the mapping, but in fact, it is done *... |
4 | null | sangonzal/repository-traffic-action | # Repository Context
Name: sangonzal/repository-traffic-action
Description:
# Pull Request
## Release v.0.1.1
- Update directory of main.py in Dockerfile
- Fix issue where plotting an empty dataframe would throw error
- Update README
# Relevant Files Found
## main.py
```
from github import Github
import os
imp... |
498 | null | lenskit/lkpy | # Repository Context
Name: lenskit/lkpy
Description:
# Pull Request
## Switch package builds to Hatchling
Due to problems with setuptools editable installs and static analysis engines, this switches the LensKit packages to build with Hatchling instead of Setuptools. Since this is abstracted behind Git, nothing chan... |
24 | null | CALFEM/calfem-python | # Repository Context
Name: CALFEM/calfem-python
Description:
# Pull Request
## redesigning tutorial to use existing py/ipynb files
This PR is the answer to #23. The changes are as follows:
- Instead of writing examples from scratch (i.e., rst files), I utilize the existing py and ipynb files
- The first example m... |
657 | null | oss-aspen/8Knot | # Repository Context
Name: oss-aspen/8Knot
Description:
# Pull Request
## Issues First Response Visualization for workshop(s)
# Relevant Files Found
## 8Knot/cache_manager/db_init.py
```
"""
NOTES ABOUT THIS FILE:
This file uses raw SQL to create tables in Postgres.
It's typically easiest and best-practice to ... |
1,076 | null | ansys/pyansys-heart | # Repository Context
Name: ansys/pyansys-heart
Description:
# Pull Request
## docs: add left ventricle mechanical example
# Relevant Files Found
## src/ansys/health/heart/examples.py
```
# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
# SPDX-License-Identifier: MIT
#
#
# Permission is hereby gran... |
4,839 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## #22 - Python
## Describe tus cambios
Pequeña corrección sobre el ejercicio de dificultad extra
# Relevant Files Found
## Roadmap/22 - FUNCIONES DE ORDEN SUPERIOR/python/any7dev.py
```
""" /*
* EJERCICIO:
* Explora el... |
102 | null | italia/spid-cie-oidc-django | # Repository Context
Name: italia/spid-cie-oidc-django
Description:
# Pull Request
## fix: dependency installation
it seems there may be an encoding problem on some windows environments
# Relevant Files Found
## setup.py
```
import re
import os
import re
import sys
from glob import glob
from setuptools import ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.