pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,896 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Move config check until after checkout.
There was a silly bug that was checking for YAML config prior to code checkout.
This worked when there was already a cached checkout on disk,
but obviously doesn't respect the config on a fr... |
16 | null | jesopo/twisted-opm | # Repository Context
Name: jesopo/twisted-opm
Description:
# Pull Request
## Consolidate build-system into setup.py
I'm not a Python expert, so there might be some idioms here I don't know. However this change allows me to `pip3 install .` without any other interventions. For working out of the source directory the... |
5,164 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## convert PoissonRegression, Skat to relational functions
Should be analogous to the logistic regression change
# Relevant Files Found
## hail/python/hail/ir/table_ir.py
```
import json
import hail as hl
from hail.ir.base_ir import *
from hail... |
562 | null | sfepy/sfepy | # Repository Context
Name: sfepy/sfepy
Description:
# Pull Request
## fix MUMPSSolver.__init__(): raise if no mpi4py found
# Relevant Files Found
## sfepy/solvers/ls.py
```
from __future__ import absolute_import
import hashlib
import numpy as nm
import warnings
import scipy.sparse as sps
import six
from six.m... |
28,886 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Datasets] Improve `batch_format` error message
## Why are these changes needed?
To improve the batch_format error message.
## Related issue number
Fixes #28872
## Checks
- [ ] I've signed off every commit(by using the -s flag, i.... |
1,662 | null | mitodl/ol-infrastructure | # Repository Context
Name: mitodl/ol-infrastructure
Description:
# Pull Request
## ocw_studio issue 1874
# What are the relevant tickets?
closes : https://github.com/mitodl/ocw-studio/issues/1874
# Description (What does it do?)
Fixing content_type for ocw studio gh webhook definitions.
https://www.pulumi.c... |
248 | null | AMD-AGI/TraceLens | # Repository Context
Name: AMD-AGI/TraceLens
Description:
# Pull Request
## warn when compute perf metrics fails
# Relevant Files Found
## TraceLens/TreePerf/tree_perf.py
```
# MIT License
# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved.
# Permission is hereby granted, free of cha... |
429 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## improve masker docstrings
missing change for #422
# Relevant Files Found
## nilearn/input_data/multi_nifti_masker.py
```
"""
Transformer used to apply basic transformations on multi subject MRI data.
"""
# Author: Gael Varoquaux, Alexand... |
302 | null | browser-use/web-ui | # Repository Context
Name: browser-use/web-ui
Description:
# Pull Request
## feat: add num_ctx slider when provider is ollama and add predefined model names for ollama
This pull request provides the following:
### 1. adds num_ctx slider when provider is ollama
Previously, num_ctx defaults to 32000 with no way o... |
1,739 | null | basetenlabs/truss | # Repository Context
Name: basetenlabs/truss
Description:
# Pull Request
## loosing validation for lora names
# Relevant Files Found
## truss/base/trt_llm_config.py
```
from __future__ import annotations
import logging
import os
import warnings
from enum import Enum
from typing import TYPE_CHECKING, Annotated,... |
435 | null | ai-dynamo/aiperf | # Repository Context
Name: ai-dynamo/aiperf
Description:
# Pull Request
## fix: initialize RNG in input config
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added support for random seed initialization to enable reproducible experiment... |
19 | null | mirzakhany/django_boilerplate | # Repository Context
Name: mirzakhany/django_boilerplate
Description:
# Pull Request
## NEW: load settings using env file
Changes:
- Add `.sample_env` file
- Load `python-dotenv` package in django `manage.py` file
- Add `python-dotenv` package in `requirements.txt`
closes: #7
P.S. `pyproject.toml` file is... |
16 | null | microsoft/playwright-pytest | # Repository Context
Name: microsoft/playwright-pytest
Description:
# Pull Request
## docs: add examples for custom fixtures
Fixes #15
Is this enough for closing #15?
# Relevant Files Found
## pytest_playwright/pytest_playwright.py
```
# Copyright (c) Microsoft Corporation.
#
# Licensed under the Apache Licen... |
43 | null | osmlab/maproulette | # Repository Context
Name: osmlab/maproulette
Description:
# Pull Request
## clean up requirements.txt and small changes to readme to allow easy access to setup and api docs.
# Relevant Files Found
## maproulette/__init__.py
```
import os, sys
from flask import Flask, session, request, send_from_directory, json... |
15 | null | sevendays/doorhole | # Repository Context
Name: sevendays/doorhole
Description:
# Pull Request
## FIX: force QPlainTextEdit fg and bg colors to avoid transparent bg
QPlainTextEdit is the widget used to edit a requirement. Its default colors used to be black/white, but now the default bg is transparent. So we're setting black/white expl... |
150 | null | globus/globus-sdk-python | # Repository Context
Name: globus/globus-sdk-python
Description:
# Pull Request
## token_response unit tests, activation_response unit tests, and framework changes for them
I added a JOSE_FLAG in the code to only run logic dependent on python-jose if it was able to be imported, but this makes some tests pass trivia... |
928 | null | quantumlib/Qualtran | # Repository Context
Name: quantumlib/Qualtran
Description:
# Pull Request
## Improve wire symbol testing
- Allow wire symbol testing to accept non-trivial shapes (multi-dimensional registers)
- Allow wire symbol testing to accept WireSymbols without text
- Add wire symbol testing to Toffoli()
Fixes: #608
# R... |
1,084 | null | Alphonsus411/pCobra | # Repository Context
Name: Alphonsus411/pCobra
Description:
# Pull Request
## Corrige eliminación de main en transpilador WASM
## Resumen
- evita que `inline_functions` borre funciones como `main`
- añade soporte de retorno y constantes al WAT generado
- prueba unitaria que verifica la presencia de la función en la... |
353 | null | sktime/skbase | # Repository Context
Name: sktime/skbase
Description:
# Pull Request
## [ENH] safer `get_fitted_params` default functionality to avoid exception on `getattr`
This PR makes the `get_fitted_params` core functionality and defaults safer against exceptions on `getattr`.
In rare cases, `getattr` can cause an exceptio... |
6 | null | svg-project/flash-kmeans | # Repository Context
Name: svg-project/flash-kmeans
Description:
# Pull Request
## [Feature] Add API interface & torch native fallback
Add a `Kmeans` API interface, aliged with [fastkmeans](https://github.com/AnswerDotAI/fastkmeans), with torch naive fallback when triton is not aviliable.
## Modify
- Add `fla... |
6,401 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## Import script for Hackney (2024-05-02) (closes #6400)
PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/6400
# Relevant Files Found
## polling_stations/apps/data_importers/management/com... |
1,032 | null | Diaoul/subliminal | # Repository Context
Name: Diaoul/subliminal
Description:
# Pull Request
## Require setuptools, subliminal/extensions.py and tests/test_extensions.py import pkg_resources
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import io
import os
import re
import sys
from setuptool... |
575 | null | virtool/virtool | # Repository Context
Name: virtool/virtool
Description:
# Pull Request
## Update data directory structure
- create new directory structure on initial app setup
- fix bad `PROJECTION` reference in `CreateSubtraction`
- update to new structure in organize module
- update `BuildIndex` to use new data directory stru... |
1,075 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Shots refactor I of III
**Context:**
The shots refactor is a long-planned change that makes the execution of circuits with varying numbers of shots more flexible.
The first change adds an optional kwarg to the qnode's `__call__` ... |
15,849 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add a comment explaining the except
# Relevant Files Found
## salt/config.py
```
# -*- coding: utf-8 -*-
'''
All salt configuration loading and defaults should be in this module
'''
# Import python libs
from __future__ import generators
i... |
1 | null | progrium/ginkgo | # Repository Context
Name: progrium/ginkgo
Description:
# Pull Request
## adding support for user, chroot, extensions as well as a fix for stopping daemons and making debugging easier
# Relevant Files Found
## gevent_tools/runner.py
```
import io
import optparse
import os.path
import sys
import time
import set... |
53 | null | toolforge/quarry | # Repository Context
Name: toolforge/quarry
Description:
# Pull Request
## Restore EXPLAIN capability
The explain endpoint now takes an additional db_name param, so that we can figure out the replica host to which the explain query should be sent.
Bug: T205214
# Relevant Files Found
## quarry/web/query.py
```... |
2 | null | TechGeek01/BackDrop | # Repository Context
Name: TechGeek01/BackDrop
Description:
# Pull Request
## Added multi-source mode support
With single source mode, you had to back up folders in one source. Most people have multiple network drives, one for each share, so an ability to select more than one source was desired.
# Relevant Files F... |
217 | null | rackerlabs/scantron | # Repository Context
Name: rackerlabs/scantron
Description:
# Pull Request
## Minor tuning of uwsgi models and api client
# Relevant Files Found
## master/django_scantron/__init__.py
```
__version__ = "1.33"
```
## master/django_scantron/models.py
```
from django.db import models
from django.conf import sett... |
470 | null | MagicStack/asyncpg | # Repository Context
Name: MagicStack/asyncpg
Description:
# Pull Request
## Do not look for a port in a Unix socket domain path
Contributes to MagicStack/asyncpg#419
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
# Relevant Files Found
## asyncpg/connect_utils.py
```
# Copyright (C) 2016-present the asy... |
287 | null | ethereum/eth-utils | # Repository Context
Name: ethereum/eth-utils
Description:
# Pull Request
## add memoryview to as valid input type where converting from bytes
### What was wrong?
A `memoryview` is a valid bytes-like type. We use it currently in `hexbytes`, `eth-keyfile`, and `py-evm`, but `eth-utils` conversion functions don't ... |
79 | null | ceph/s3-tests | # Repository Context
Name: ceph/s3-tests
Description:
# Pull Request
## Improve proxy error support: "Bad Request" case
If you are run the S3 testsuite against a reverse proxy (eg haproxy)
rather than RGW directly, some of the tests will return errors from the
proxy, rather than haproxy itself.
Some proxies differ... |
167 | null | whad-team/whad-client | # Repository Context
Name: whad-team/whad-client
Description:
# Pull Request
## Fixed a regression in CLUES database helper (implements/fixes #134)
Code rework introduced a regression in this feature rendering it useless.
Code has been fixed to restore this feature while keeping the linter happy.
# Relevant Files... |
30 | null | crystaldba/postgres-mcp | # Repository Context
Name: crystaldba/postgres-mcp
Description:
# Pull Request
## DBA-725 Run integration tests on docker
# Relevant Files Found
## tests/integration/dta/test_dta_calc_integration.py
```
import logging
import os
import time
import pytest
import pytest_asyncio
from postgres_mcp.dta import Datab... |
474 | null | boto/botocore | # Repository Context
Name: boto/botocore
Description:
# Pull Request
## Add region name property to clients
As part of this change, I removed the `clone_client` method. This ended up not being as useful as I thought, and gets harder to maintain as we add new features to the client.
For now, the region_name is jus... |
2,555 | null | wevote/WeVoteServer | # Repository Context
Name: wevote/WeVoteServer
Description:
# Pull Request
## WV-345, add POST method to voter_guide_possibility_position_save.
Utilize the new function return_value_from_request so that voter_guide_possibility_position_save_view can process either a GET or a POST method.
# Relevant Files Found
##... |
52 | null | brennercruvinel/CCPlugins | # Repository Context
Name: brennercruvinel/CCPlugins
Description:
# Pull Request
## feat: add extended thinking and minimal command orchestration
## Summary
This PR enhances command intelligence with extended thinking capabilities and minimal, pragmatic command orchestration.
## Changes
- Add extended thinking mod... |
9,241 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## [ORCA] Fix Psutil version
## Description
Set psutil version as 5.9.5 to fix related nightly test error.
### How to test?
- [x] Unit test
# Relevant Files Found
## python/orca/src/setup.py
```
#!/usr/bin/env python
#
# Copyright 20... |
1,349 | null | django-commons/django-debug-toolbar | # Repository Context
Name: django-commons/django-debug-toolbar
Description:
# Pull Request
## Improve "Setting up URLconf" section in installation docs
Remove the "if settings.DEBUG" guard. This guard is not necessary and
leads to several edge cases in local development setups.
This is not necessary as all view... |
135 | null | columnflow/columnflow | # Repository Context
Name: columnflow/columnflow
Description:
# Pull Request
## displays empty bins using the background color
# Relevant Files Found
## columnflow/plotting/plot2d.py
```
# coding: utf-8
"""
Example 2d plot functions.
"""
from __future__ import annotations
from collections import OrderedDict
... |
5,099 | null | aristanetworks/avd | # Repository Context
Name: aristanetworks/avd
Description:
# Pull Request
## Refactor(eos_designs): Fix type issues and other small improvements
## Change Summary
<!-- Enter short PR description -->
Refactor(eos_designs): Fix type issues and other small improvements
## Proposed changes
<!--- Describe your c... |
79 | null | matplotlib/cheatsheets | # Repository Context
Name: matplotlib/cheatsheets
Description:
# Pull Request
## update checks
- create a Makefile recipe for running the checks
- add scripts to check the number of pages and detect broken links
# Relevant Files Found
# Edits
This pull request adds automated checks to improve the quality of t... |
1,683 | null | PlasmaControl/DESC | # Repository Context
Name: PlasmaControl/DESC
Description:
# Pull Request
## Resolve Plotting issues
Resolves #1682
- Removes `norm_F` and `norm_name`. Instead, all the normalisation logic is done based on `normalize` keyword argument which is an optional string. Related to #1371
- Adds `|F|_normalized` compute ... |
712 | null | Datura-ai/lium-io | # Repository Context
Name: Datura-ai/lium-io
Description:
# Pull Request
## deploy validator
## Describe your changes
## Issue ticket number and link
[Task Title](https://www.notion.so/Compute-SN-c27d35dd084e4c4d92374f55cdd293f2?p=f9b26856f1a6406892b5db46446260da&pm=s)
## Checklist before requesting a revi... |
14 | null | naga251602/AiStora | # Repository Context
Name: naga251602/AiStora
Description:
# Pull Request
## Dev
Parser update(chunks)
# Relevant Files Found
## engine/parser.py
```
# engine/parser.py
import os
class CsvParser:
"""
A custom CSV parser that reads and parses CSV files from scratch.
It now also infers data types.
... |
611 | null | ialbert/biostar-central | # Repository Context
Name: ialbert/biostar-central
Description:
# Pull Request
## fixed up ansible playbook and worked on api
- fixed relative paths in server-migrate play book.
- added docs explaining migrate playbook
- added api end points
- putting in syncing infrastructure using the api.
# Relevant Files ... |
312 | null | histolab/histolab | # Repository Context
Name: histolab/histolab
Description:
# Pull Request
## Add method dispatcher compatible with older Python versions
<!--- Provide a general summary of your changes in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!... |
3,085 | null | dask/distributed | # Repository Context
Name: dask/distributed
Description:
# Pull Request
## set task duration based on current duration
not 100% sure if i have the details correct, but as i understand it:
if you have a task that takes 1hr+ currently the scheduler adapts based on occupancy which when set can be boiled down to essen... |
421 | null | openvinotoolkit/open_model_zoo | # Repository Context
Name: openvinotoolkit/open_model_zoo
Description:
# Pull Request
## AC: add image retrieval dataset converter
# Relevant Files Found
## tools/accuracy_checker/accuracy_checker/annotation_converters/__init__.py
```
"""
Copyright (c) 2019 Intel Corporation
Licensed under the Apache License, ... |
514 | null | vespa-engine/pyvespa | # Repository Context
Name: vespa-engine/pyvespa
Description:
# Pull Request
## Tmaregge/cloud deploy from disk
Commit 1 implements a method to deploy to Vespa Cloud from an application package located on disk. This was already supported for Docker deployments, but not for cloud.
Commit 4 makes a base class for s... |
10,981 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## optimize phi3 1st token performance
## Description
use new `sdp_causal` kernel to optimize phi3 1st token performance
# Relevant Files Found
## python/llm/src/ipex_llm/transformers/models/phi3.py
```
#
# Copyright 2016 The BigDL A... |
1,434 | null | genjax-community/genjax | # Repository Context
Name: genjax-community/genjax
Description:
# Pull Request
## Add a "static" version of `Const` (GEN-852)
This PR allows folks to pass non-consts into `Const.unwrap` (in addition to the existing `const_instance.unwrap()`
# Relevant Files Found
## src/genjax/_src/core/pytree.py
```
# Copyright... |
1,317 | null | linz/topo-imagery | # Repository Context
Name: linz/topo-imagery
Description:
# Pull Request
## fix: title and description years should match temporal extent TDE-1464
### Motivation
The STAC Collection `title` and `description` dates should match its `temporal` `extent` rather than taking the start date and end date of the newly ad... |
2,910 | null | raspiblitz/raspiblitz | # Repository Context
Name: raspiblitz/raspiblitz
Description:
# Pull Request
## Refactor Repair & Recovery Options #2901
# Relevant Files Found
## home.admin/config.scripts/lnd.initwallet.py
```
#!/usr/bin/env python3
import os
import sys
from pathlib import Path
import grpc
if sys.version_info < (3, 0):
... |
13,149 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Remove the deprecated `logger.close`
## What does this PR do?
<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are requi... |
11 | null | shiba6v/shape_commentator | # Repository Context
Name: shiba6v/shape_commentator
Description:
# Pull Request
## Fix setup
# Relevant Files Found
## setup.py
```
from setuptools import setup
import os
import subprocess
VERSION = "0.1.4"
# $TEST_RELEASE_HASHに短いコミット番号をつけると,テストリリース時にそれを後ろにつける.
# TestPyPIでリリースバージョンが被ってCIがコケるのを防ぐため.
i... |
183 | null | uptrain-ai/uptrain | # Repository Context
Name: uptrain-ai/uptrain
Description:
# Pull Request
## Update Fraud Detection
The dataset download link was broken. Missed out while checking last time because the file was already downloaded.
Fixed the link and made other minor changes.
# Relevant Files Found
## examples/fraud_detection/... |
3,063 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## fix pipeline __setattr__ value == None
# Relevant Files Found
## src/diffusers/pipelines/pipeline_utils.py
```
# coding=utf-8
# Copyright 2023 The HuggingFace Inc. team.
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved... |
539 | null | MarechJ/hll_rcon_tool | # Repository Context
Name: MarechJ/hll_rcon_tool
Description:
# Pull Request
## Include tagged version in logging/API calls
Including the version in output should make it a lot easier to help people troubleshoot their problems, especially when people are running an older version where a problem is already fixed.
... |
15,959 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## refactor: simplify Tensor import
## What does this PR do?
shorten the type annottaions
## Before submitting
- [ ] Was this **discussed/approved** via a GitHub issue? (not for typos and docs)
- [x] Did you read the [co... |
867 | null | conda-forge/staged-recipes | # Repository Context
Name: conda-forge/staged-recipes
Description:
# Pull Request
## Print rate limit before and after
Hopefully this helps us better meter the info on our rate limit as it will give us info at the beginning and the end of each feedstock addition (assuming no failures - could put it in a giant `try`... |
3,997 | null | huggingface/datasets | # Repository Context
Name: huggingface/datasets
Description:
# Pull Request
## Sync Features dictionaries
This PR adds a wrapper to the `Features` class to keep the secondary dict, `_column_requires_decoding`, aligned with the main dict (as discussed in https://github.com/huggingface/datasets/pull/3723#discussion_r... |
3 | null | constantinpape/pybdv | # Repository Context
Name: constantinpape/pybdv
Description:
# Pull Request
## WIP: Fix set-up id
Infer set-up id from data.
# Relevant Files Found
## pybdv/converter.py
```
import os
import numpy as np
import h5py
from tqdm import tqdm
try:
import z5py
except ImportError:
z5py = None
from .util import... |
110 | null | qntm/greenery | # Repository Context
Name: qntm/greenery
Description:
# Pull Request
## Faster `Charclass` instantiation
* Add a unit test for #109.
* Replace `add_ord_range` with `collapse_ord_ranges`, which is far more efficient.
# Relevant Files Found
## greenery/charclass.py
```
# pylint: disable=fixme,too-many-locals,too-... |
12,783 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Fix support for `ModelCheckpoint` monitors with dots
## What does this PR do?
<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencie... |
32,484 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Tune] Fix docstring failures
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee section when yo... |
76 | null | openannotation/annotator-store | # Repository Context
Name: openannotation/annotator-store
Description:
# Pull Request
## Make storage parts independent of Flask
The ElasticSearch wrapper and models can now be used without running the
flask app. Only the REST API needs flask, and has been renamed from
store.py to rest_api.py as 'store' seems too g... |
84 | null | trendmicro/cloudone-filestorage-plugins | # Repository Context
Name: trendmicro/cloudone-filestorage-plugins
Description:
# Pull Request
## feat: Add GCP Promote and Quarantine Plugin
# Add GCP Promote and Quarantine Plugin
## Change Summary
Add GCP promte and quarantine plugin
## PR Checklist
- [x] I've read and followed the [Contributing Guid... |
516 | null | scikit-rf/scikit-rf | # Repository Context
Name: scikit-rf/scikit-rf
Description:
# Pull Request
## WIP: Docs, Tutorial and Tests for De-embedding Class
Hi,
I've written up a tutorial on how de-embedding works in scikit-rf. Please let me know your comments, or let me know if something is not clear and I'll address that.
Also, I no... |
243 | null | sblibs/pySwitchbot | # Repository Context
Name: sblibs/pySwitchbot
Description:
# Pull Request
## Fix adv_parser for Switchbot Lock Pro
Turns out the lock pro indeed has a different passive mode data format (duh), and we will need a separate parser for it.
Currently only these fields are tested to work:
+ battery
+ calibration
+ ... |
2,762 | null | opensanctions/opensanctions | # Repository Context
Name: opensanctions/opensanctions
Description:
# Pull Request
## [gleif] Some fixes
- **[gleif] When re-emitting a company, add a single prop to avoid emit complaining**
- **[gleif] Parse EntityStatus properly**
From the LLM, having been fed the XSD:
> The parser is checking for "DUP... |
114 | null | MarketSquare/robotframework-browser | # Repository Context
Name: MarketSquare/robotframework-browser
Description:
# Pull Request
## Clean up atests
# Relevant Files Found
## Browser/keywords/browser_control.py
```
from typing import Optional, Union
from robotlibcore import keyword # type: ignore
from ..base import LibraryComponent
from ..generat... |
19,104 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## code[patch]: Add in code documentation to core Runnable with_fallbacks method (docs only)
- Description: [a description of the change] Add in code documentation to core Runnable with_fallbacks method (docs only)
- Issue: the issue #18... |
68 | null | singlestore-labs/mcp-server-singlestore | # Repository Context
Name: singlestore-labs/mcp-server-singlestore
Description:
# Pull Request
## Feature/docker api key login
Brought API key login method again for docker images, to be included on [Docker MCP Catalog](https://www.docker.com/blog/docker-mcp-catalog-secure-way-to-discover-and-run-mcp-servers/). We'... |
21 | null | discovery/django-bitly | # Repository Context
Name: discovery/django-bitly
Description:
# Pull Request
## :bug: Fix urllib Python 2/3 compatibility
# Relevant Files Found
## django_bitly/models.py
```
import json
import re
import six
import urllib
try:
import urllib.request as urllib2
except ImportError:
import urllib2
from da... |
19 | null | neuroboros/neuroboros | # Repository Context
Name: neuroboros/neuroboros
Description:
# Pull Request
## Improvements on the searchlights module
- Fix an issue with NumPy dtype overflow.
- Combine similar code blocks.
- Add documentation.
- Add tests.
# Relevant Files Found
## src/neuroboros/searchlights.py
```
import os
import nu... |
426 | null | log2timeline/dftimewolf | # Repository Context
Name: log2timeline/dftimewolf
Description:
# Pull Request
## Fixes for workspace audit logs
Adds a few more message strings, makes timesketch timeline names a bit nicer, and fixes some casing issues.
# Relevant Files Found
## dftimewolf/lib/containers/containers.py
```
# -*- coding: utf-8 -*... |
22 | null | bmaltais/kohya_ss | # Repository Context
Name: bmaltais/kohya_ss
Description:
# Pull Request
## Update LoRA GUI
# Relevant Files Found
## bitsandbytes_windows/main.py
```
"""
extract factors the build is dependent on:
[X] compute capability
[ ] TODO: Q - What if we have multiple GPUs of different makes?
- CUDA version
- Softwa... |
74 | null | PagerDuty/pagerduty-mcp-server | # Repository Context
Name: PagerDuty/pagerduty-mcp-server
Description:
# Pull Request
## feat: Add Status pages tools support
### Description
Add support for the following tools...
| Tool | Area | Description | Read-only |
|-------------... |
867 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## fix unformatted strings (MERGE BEFORE RELEASE)
Found a couple missing unformatted strings
https://github.com/holoviz/lumen/pull/854/files
# Relevant Files Found
## lumen/ai/tools.py
```
from __future__ import annotations
from typing import... |
240 | null | simonsobs/sotodlib | # Repository Context
Name: simonsobs/sotodlib
Description:
# Pull Request
## Add IO interfaces for sparse arrays
This is part of a larger project I'm working on for creating descriptive caldbs off of observations but I'm breaking this out for easier review. Sparse arrays look like they're going to be super useful f... |
776 | null | avalan-ai/avalan | # Repository Context
Name: avalan-ai/avalan
Description:
# Pull Request
## Increase model coverage tests
## Summary
- ensure Bedrock stream tests cover message stop events that carry metadata
- add a reasoning parser regression test that drives the pending-branch trimming logic
- verify non-stream responses prefetc... |
150 | null | alerta/alerta | # Repository Context
Name: alerta/alerta
Description:
# Pull Request
## Use alarm['AlarmName'] instead of alarm['Trigger']['MetricName'] for …
…event in cloudwatch webhook
Fixes #149
# Relevant Files Found
## alerta/app/webhooks/views.py
```
import json
import datetime
from copy import copy
from flask import... |
2,998 | null | jina-ai/serve | # Repository Context
Name: jina-ai/serve
Description:
# Pull Request
## test: test remote pod with parallel
# Relevant Files Found
## tests/distributed/test_local_flow_use_remote_executor/test_integration.py
```
import os
import pytest
import numpy as np
from jina import Flow, Document
from jina.parsers impor... |
3,027 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Fix a bug were the user_has_permission.
This is an immediate fix to add the permission checks to the callback page.
However, we have a plan to add a unit test to check for permission introspectively for all routes that have serv... |
1 | null | Sceptre/sceptre-cdk-handler | # Repository Context
Name: Sceptre/sceptre-cdk-handler
Description:
# Pull Request
## Initial CDK Template Handler
Initial AWS CDK Template Handler.
Example Sceptre stack config:
```yaml
template:
type: cdk
path: CDK/s3.py
context: {{ cdk_context }}
class_name: CdkStack
sceptre_user_data:
obj... |
5,645 | null | jina-ai/serve | # Repository Context
Name: jina-ai/serve
Description:
# Pull Request
## test(hub): make less signature assumptions in _mock_fetch
<!---Decomposing the complex issue into subtasks can help you build it step-by-step. Thanks for your pull request! :rocket: --->
<!---We know that dev life is hectic, but **please provi... |
216 | null | googleapis/python-bigquery-pandas | # Repository Context
Name: googleapis/python-bigquery-pandas
Description:
# Pull Request
## [TST] Avoid listing datasets and tables in system tests
Most tests only use a single dataset, so it doesn't make sense to list
datasets in the clean-up method. Also, listing datasets is
eventually-consistent, so avoiding ... |
9,903 | null | Rapptz/discord.py | # Repository Context
Name: Rapptz/discord.py
Description:
# Pull Request
## Fix Poll.duration rounding errors
## Summary
In `Poll._from_data`, `expiry - message.created_at` may be a non-integer number of hours. If a received poll has a duration of only one hour, then `_to_dict()` may yield something like `{ ... ... |
285 | null | huggingface/text-generation-inference | # Repository Context
Name: huggingface/text-generation-inference
Description:
# Pull Request
## feat(server): optim flash causal lm decode_token
# Relevant Files Found
## server/text_generation_server/models/custom_modeling/flash_llama_modeling.py
```
# coding=utf-8
# Copyright 2022 EleutherAI and the HuggingFa... |
10,005 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## Add `has_papers` and `has_supplements` fields/annotations
<!-- Before submit your Pull Request, make sure you picked
the right branch:
- For hotfixes, select "master" as the target branch
- For new features, se... |
1,058 | null | joke2k/faker | # Repository Context
Name: joke2k/faker
Description:
# Pull Request
## fix unnecessary list comprehensions
`flake8-comprehensions` added a check against using comprehensions when a `list()` would just do. This PR fixes those uses.
# Relevant Files Found
## faker/build_docs.py
```
# coding=utf-8
from __future__ ... |
1,855 | null | browser-use/browser-use | # Repository Context
Name: browser-use/browser-use
Description:
# Pull Request
## re-enable scrollbars in screenshots so agent knows when to scroll down to see more content
Fixes #1852
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Scrollbars are now visible in browser screen... |
84 | null | bretterer/home-assistant-rivian | # Repository Context
Name: bretterer/home-assistant-rivian
Description:
# Pull Request
## Fix wiper fluid state
Adjusted the Wiper Fluid Level check to use `normal` as the "ok" value as my vehicle seems to be reporting `empty` instead of `low`. This will handle both scenarios.
# Relevant Files Found
## custom_com... |
369 | null | airbus/discrete-optimization | # Repository Context
Name: airbus/discrete-optimization
Description:
# Pull Request
## Add access to minimal correction set from cpmpy (fine and meta version)
# Relevant Files Found
## discrete_optimization/generic_tools/cpmpy_tools.py
```
# Copyright (c) 2022 AIRBUS and its affiliates.
# This source code is ... |
92 | null | kbialek/deye-inverter-mqtt | # Repository Context
Name: kbialek/deye-inverter-mqtt
Description:
# Pull Request
## Make log stream configurable
Keeps the default behaviour to log to stdout.
Introduces a new config option `LOG_STREAM`, which can be set to either `STDOUT` or `STDERR` (where the default is the former). If it's set to something ... |
16,823 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Attempt to resolve relative requisites on minion start
As outlined in #16722, the minion will fail to load modules with
cross-imports at start because they can't be resolved.
This stores those failures and re-tries them because the requisites... |
335 | null | architecture-building-systems/CityEnergyAnalyst | # Repository Context
Name: architecture-building-systems/CityEnergyAnalyst
Description:
# Pull Request
## I329 bugfix latent cooling load
The pull request includes updates in the HVAC model as discussed by Fonseca, Hsieh and Happle. HOWEVER the end result of the cooling load calculation is NOT affected. Merging is ... |
2,449 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## expose ports_map
useful for components with electrical ports you might want to expose
# Relevant Files Found
## gdsfactory/components/cutback_component.py
```
from __future__ import annotations
from functools import partial
import ... |
99 | null | FusRoman/fink-mm | # Repository Context
Name: FusRoman/fink-mm
Description:
# Pull Request
## Issue/98/hdfs root path
close #98
# Relevant Files Found
## fink_mm/__init__.py
```
# Copyright 2022 AstroLab Software
# Author: Roman Le Montagner
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.