pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
5 | null | JintaoLee-Roger/cigsegy | # Repository Context
Name: JintaoLee-Roger/cigsegy
Description:
# Pull Request
## v1.1.7
upgrade to v1.1.7
Changes:
- Refine the ``scan`` function to support more situations.
- Add supports for dealing with more data sample formats, such as 4-byte, two's complement integer.
- Add a new class ``SegyNP`` to sim... |
197 | null | ISS-Mimic/Mimic | # Repository Context
Name: ISS-Mimic/Mimic
Description:
# Pull Request
## Improve serial port detection
Fixes #192 .
Changes proposed in this request:
- Adds and gives user a command line option to use config.json to specify serial ports with default devices expected
- If not using config.json, uses pyudev to ... |
42 | null | online-ml/river | # Repository Context
Name: online-ml/river
Description:
# Pull Request
## SVD implementation
Implementation of online SVD for recommender systems
# Relevant Files Found
## creme/reco/sgd_baseline.py
```
import collections
from .. import stats
from .. import optim
from . import base
__all__ = ['SGDBaseline']
... |
67 | null | tier4/AWML | # Repository Context
Name: tier4/AWML
Description:
# Pull Request
## feat(CalibrationStatusClassification): add calibration status classification
## Summary
A new project for miscalibration detection:
* The model consumes 5D array (R, G, B, depth, intensity) obtained by fusion of image, point cloud and projecti... |
1,885 | null | rlworkgroup/garage | # Repository Context
Name: rlworkgroup/garage
Description:
# Pull Request
## Backport #1878
# Relevant Files Found
## tests/garage/tf/algos/test_trpo.py
```
"""
This script creates a test that fails when garage.tf.algos.TRPO performance is
too low.
"""
import gym
import pytest
import tensorflow as tf
from gara... |
986 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Use safe version of os.path.isfile
Fixes https://github.com/holoviz/panel/issues/985
# Relevant Files Found
## panel/io/save.py
```
"""
Defines utilities to save panel objects to files as HTML or PNG.
"""
from __future__ import absolute_impo... |
222 | null | Quantco/tabmat | # Repository Context
Name: Quantco/tabmat
Description:
# Pull Request
## Fix typos.
Found these by running typos (https://github.com/crate-ci/typos) over our code base.
# Relevant Files Found
## src/tabmat/categorical_matrix.py
```
"""
Categorical data.
One-hot encoding a feature creates a sparse matrix that ha... |
24,661 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Bench] Add qwen-next in benchmark_moe.py
<!-- markdownlint-disable -->
## Purpose
## Test Plan
## Test Result
---
<details>
<summary> Essential Elements of an Effective PR Description Checklist </summary>
- [ ] The purpose of the PR, ... |
234 | null | DNPLab/DNPLab | # Repository Context
Name: DNPLab/DNPLab
Description:
# Pull Request
## Fix Topspin 3D Import Bug
- [x] tests added / passed `pytest .`
- [x] passes `black .`
# Relevant Files Found
## dnplab/io/topspin.py
```
import numpy as np
import re
from warnings import warn
from .. import DNPData
import os
_dspfvs_tab... |
22,703 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## {AMS} Migrate AMS module to new Microsoft graph
**Related command**
Migrate AMS Module to Microsoft graph according to #22174
**Description**<!--Mandatory-->
<!--Why this PR? What is changed? What is the effect? etc. A high-quality descr... |
211 | null | nipreps/dmriprep | # Repository Context
Name: nipreps/dmriprep
Description:
# Pull Request
## DOC: Improve building docs process, address warnings
# Relevant Files Found
## dmriprep/config/__init__.py
```
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
r"""
A Pytho... |
10,328 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## [Minor] Improve the style of server args
align some fileds better
# Relevant Files Found
## python/sglang/srt/server_args.py
```
# Copyright 2023-2024 SGLang Team
# Licensed under the Apache License, Version 2.0 (the "License");
# you m... |
60 | null | Marilyth/tibia-market-tracker | # Repository Context
Name: Marilyth/tibia-market-tracker
Description:
# Pull Request
## Wait for tibia to stop before tracking
# Relevant Files Found
## src/extract.py
```
from utils.wiki import Wiki
import os
import json
from utils.json_helper import object_to_json, json_to_object
from utils.data.market_values... |
5,158 | null | dask/distributed | # Repository Context
Name: dask/distributed
Description:
# Pull Request
## Fix RMM and UCX tests
The `rmm.get_info()` function was removed a while back, and it's not possible anymore to query for a pool size. We can still verify the memory resource type to verify that an RMM pool is indeed used.
Changes in UCX c... |
3,297 | null | open-mmlab/mmsegmentation | # Repository Context
Name: open-mmlab/mmsegmentation
Description:
# Pull Request
## [Feature] Support depth metrics
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't w... |
2,525 | null | aws/serverless-application-model | # Repository Context
Name: aws/serverless-application-model
Description:
# Pull Request
## Add ability to set Name of EventBridge Rule
*Issue #, if available:*
#2508
*Description of changes:*
Added `RuleName` Property to `EventBridgeRule` resource which translates to `Name` property in `AWS::Events::Rule`
... |
446 | null | intel/vaapi-fits | # Repository Context
Name: intel/vaapi-fits
Description:
# Pull Request
## ffmpeg-qsv: enable vpp lp mode
Signed-off-by: xinyu dong <xinyux.dong@intel.com>
# Relevant Files Found
## lib/ffmpeg/qsv/transcoder.py
```
###
### Copyright (C) 2018-2021 Intel Corporation
###
### SPDX-License-Identifier: BSD-3-Clause
##... |
4,218 | null | jina-ai/serve | # Repository Context
Name: jina-ai/serve
Description:
# Pull Request
## fix: fix scalable jinad test
# Relevant Files Found
## tests/distributed/test_scale_remote_executors/test_remote_executors.py
```
import os
import time
import multiprocessing
from functools import partial
import pytest
from jina import Fl... |
141 | null | cloudforet-io/inventory | # Repository Context
Name: cloudforet-io/inventory
Description:
# Pull Request
## Remove validation schedule check
### Category
- [ ] New feature
- [ ] Bug fix
- [ ] Improvement
- [x] Refactor
- [ ] etc
### Description
Remove validation schedule check
# Relevant Files Found
## src/spaceone/inventory/... |
3,699 | null | HyphaApp/hypha | # Repository Context
Name: HyphaApp/hypha
Description:
# Pull Request
## Add support for file uploads in communication
- Use privatemedia view for uploaded files and uses `uuid` for file links so they are not auto-discoverable
- Slightly update the typography for the rendered comment and section itself to match wi... |
17 | null | SublimeLinter/SublimeLinter-gcc | # Repository Context
Name: SublimeLinter/SublimeLinter-gcc
Description:
# Pull Request
## Use SL4 API and drop support for SL3
# Relevant Files Found
## linter.py
```
#
# linter.py
# Linter for SublimeLinter4, a code checking framework for Sublime Text 3
#
# Written by Jack Cherng
# Copyright (c) 2017-2019 jfch... |
76 | null | coralnet/pyspacer | # Repository Context
Name: coralnet/pyspacer
Description:
# Pull Request
## Logging: Use getLogger() + provide optional logging config
I finally learned why there was so much logging output when running pyspacer tests or coralnet tests.
pyspacer was logging using the form `logging.info(...)`. Generally the bette... |
95 | null | open-world-agents/open-world-agents | # Repository Context
Name: open-world-agents/open-world-agents
Description:
# Pull Request
## Implement Serde for McapMessage
# Relevant Files Found
## projects/mcap-owa-support/mcap_owa/decoder.py
```
import importlib
import io
import warnings
from typing import Any, Dict, Optional
import orjson
from easydict... |
25,230 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## [py-efficientnet-pytorch] added version 0.7.1
# Relevant Files Found
## var/spack/repos/builtin/packages/py-efficientnet-pytorch/package.py
```
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Develope... |
760 | null | inveniosoftware/invenio-app-ils | # Repository Context
Name: inveniosoftware/invenio-app-ils
Description:
# Pull Request
## ui: item details page
* fixes the query for past loans
* refactors Item detailsPage
* highlight the current loan
* closes #422
* closes #107
<img width="1672" alt="Screenshot 2020-02-26 at 17 15 53" src="https://user-im... |
712 | null | jazzband/django-taggit | # Repository Context
Name: jazzband/django-taggit
Description:
# Pull Request
## Fix similar_objects() in multi inheritance contexts (KeyError)
This addresses issues wagtail users have had using `similar_objects()` with `ClusterTaggableManager`
This PR would resolve both #424 and #508 and close issue #80.
It ... |
1,929 | null | EleutherAI/lm-evaluation-harness | # Repository Context
Name: EleutherAI/lm-evaluation-harness
Description:
# Pull Request
## Prettify lm_eval --tasks list
As requested by @haileyschoelkopf I am working on prettifying the output from `lm_eval --tasks list` and I wanted to start a draft PR to get feedback on my approach.
Following along with the ... |
281 | null | sgl-project/SpecForge | # Repository Context
Name: sgl-project/SpecForge
Description:
# Pull Request
## add template for deepseek-r1-distill
<!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesitate to submit your pul... |
1,173 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## TabNet fixes: entropy calculation and forest cover split
# Relevant Files Found
## ludwig/datasets/forest_cover/__init__.py
```
#! /usr/bin/env python
# coding=utf-8
# Copyright (c) 2019 Uber Technologies, Inc.
#
# Licensed under the Apa... |
1,962 | null | prowler-cloud/prowler | # Repository Context
Name: prowler-cloud/prowler
Description:
# Pull Request
## fix(cloudfront): handle empty objects in checks
### Context
There exists various errors in cloudfront checks when there are no permissions to perform `GetDistributionConfig` api call
### Description
Check the existence of in... |
7,708 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## #00 - Python
## Describe tus cambios
***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.*
## Comprobaciones
Asegúrate de ... |
616 | null | qtile/qtile | # Repository Context
Name: qtile/qtile
Description:
# Pull Request
## Small enhancement to prompt widget
- Enable keypad enter key to accept input.
- Disable prompt when focus is lost.
# Relevant Files Found
## libqtile/widget/prompt.py
```
# Copyright (c) 2010-2011 Aldo Cortesi
# Copyright (c) 2010 Philip Kran... |
53 | null | informatics-isi-edu/deriva-py | # Repository Context
Name: informatics-isi-edu/deriva-py
Description:
# Pull Request
## url rewrite post processor
adds `remote_paths` property to each output in outputs
# Relevant Files Found
## deriva/transfer/download/processors/__init__.py
```
from importlib import import_module
from deriva.core import read_... |
6,697 | null | PaddlePaddle/PaddleOCR | # Repository Context
Name: PaddlePaddle/PaddleOCR
Description:
# Pull Request
## update save model
# Relevant Files Found
## ppocr/utils/save_load.py
```
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file... |
1,156 | null | modal-labs/modal-client | # Repository Context
Name: modal-labs/modal-client
Description:
# Pull Request
## fix: restore volume.read_file liveness
Erroneously removed in https://github.com/modal-labs/modal-client/pull/1118
# Relevant Files Found
## modal/stub.py
```
# Copyright Modal Labs 2022
import inspect
import os
import typing
impor... |
992 | null | pallets-eco/flask-security | # Repository Context
Name: pallets-eco/flask-security
Description:
# Pull Request
## Chore - drop 3.8 support; bump version; docs; translations;
rearranged the configuration doc - grouped all the password/token variables together.
# Relevant Files Found
## flask_security/__init__.py
```
"""
flask_security
... |
274 | null | calliope-project/calliope | # Repository Context
Name: calliope-project/calliope
Description:
# Pull Request
## Fix gross imports
Fixes feature implemented in #271.
Summary of changes in this pull request:
* add tests for gross imports
* fix constraint so as to allow gross imports
My bad, I really should have written a test for gros... |
10 | null | andrew-kurin/route53manager | # Repository Context
Name: andrew-kurin/route53manager
Description:
# Pull Request
## fixing slicehost import error
Things were failing with SRV entries. This is a fix. Also updated the namespace document for the XML document to make it closer match the current Getting Started guide.
# Relevant Files Found
## ... |
1,606 | null | redis/redis-py | # Repository Context
Name: redis/redis-py
Description:
# Pull Request
## Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH
### Pull Request check-list
_Please make sure to review and check all of these items:_
- [x] Does `$ tox` pass with this change (including linting)?
- [x] Do the CI tests pass with t... |
25 | null | cannlytics/cannlytics | # Repository Context
Name: cannlytics/cannlytics
Description:
# Pull Request
## Added generate CoAs functionality (from the command line or Excel)
Added a routine that can generate CoAs given a list of analyte limits, a data import file, and a CoA template. The CoA template is expected to be an Excel workbook with ... |
108 | null | NREL/WaterTAP3 | # Repository Context
Name: NREL/WaterTAP3
Description:
# Pull Request
## just added a new unit process model that is a splitter. should do the…
… same for mixer. right now assumes equilibrium but should change based on user input. or optimization. easy fix to add as parameter in excel spreadsheet.
# Relevant Files... |
570 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## Consolidate error handling
Changes the main exception handling so that we only use the base Error for Infrahub to handle uncaught exceptions. Also changes the format of the error data so that we can reuse the same errors for both the REST AP... |
1,978 | null | PaddlePaddle/PaddleClas | # Repository Context
Name: PaddlePaddle/PaddleClas
Description:
# Pull Request
## add reid docs and images
1. 增加reid算法的介绍文档,以及对应图片
# Relevant Files Found
## deploy/python/preprocess.py
```
"""
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved
#
# Licensed under the Apache License, Version 2.0 (the "... |
129 | null | PyVRP/PyVRP | # Repository Context
Name: PyVRP/PyVRP
Description:
# Pull Request
## Support copying Individual
This PR adds support for (deep)copying individuals.
# Relevant Files Found
## pyvrp/GeneticAlgorithm.py
```
import time
from dataclasses import dataclass
from typing import Callable, Tuple
from pyvrp.educate import ... |
3,944 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## adjust tolerance for F.linear_interpolate double_backward tests
Fix F.linear_interpolate double-backward tests occasionally failing.
Confirmed 10000 repeats.
https://travis-ci.org/kmaehashi/chainer/jobs/305198079#L1281
# Relevant Files F... |
264 | null | opendp/dpcreator | # Repository Context
Name: opendp/dpcreator
Description:
# Pull Request
## update config file for k8s
# Relevant Files Found
## deploy/k8s_maker/dpcreator_specs_01.py
```
specs_01 = dict(bird='song',
# tag used for dpcreator app and nginx
dpcreator_app_container="ghcr.io/opend... |
96 | null | planetfederal/registry | # Repository Context
Name: planetfederal/registry
Description:
# Pull Request
## Include swagger configuration file in registry
Need to review web-security and cors on deployment
# Relevant Files Found
## registry.py
```
import collections
import datetime
import isodate
import json
import os
import PIL.Image
imp... |
125 | null | explosion/spacy-llm | # Repository Context
Name: explosion/spacy-llm
Description:
# Pull Request
## Use assemble and initialize in README examples
<!--- Provide a general summary of your changes in the title. -->
## Description
<!--- Use this section to describe your changes. If your changes required
testing, include information ab... |
12 | null | hivesolutions/appier | # Repository Context
Name: hivesolutions/appier
Description:
# Pull Request
## fixed wrap bug when relations arent loaded
# Relevant Files Found
## src/appier/model.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Hive Appier Framework
# Copyright (c) 2008-2016 Hive Solutions Lda.
#
# This file is part... |
96 | null | 1337-server/automatic-ripping-machine | # Repository Context
Name: 1337-server/automatic-ripping-machine
Description:
# Pull Request
## Added Gentoo Install Script for OpenRC based systems
With the caveat that Gentoo is a multi-headed beastie resulting from being an eminently configurable and rolling distro I offer this as at least a starting point. In o... |
7,599 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [youtube] More explicit player config JSON extraction (fixes #7468)
Fixed downloads for these videos:
- https://www.youtube.com/watch?v=Ms7iBXnlUO8
- https://www.youtube.com/watch?v=lsguqyKfVQg
# Relevant Files Found
## youtube_dl/extr... |
608 | null | openshift/assisted-test-infra | # Repository Context
Name: openshift/assisted-test-infra
Description:
# Pull Request
## MGMT-4360 - update day2 workflow to allow static network configuration
# Relevant Files Found
## discovery-infra/day2.py
```
import ipaddress
import json
import os
import subprocess
import time
import uuid
import waiting
fr... |
27,953 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## huggingface[fix]: HuggingFaceEndpointEmbeddings model parameter passing error when async embed
This change refines the handling of _model_kwargs in POST requests. Instead of nesting _model_kwargs as a dictionary under the parameters ke... |
47,214 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## neofoam: new package
This PR adds a basic package.py file for the [NeoFOAM](https://github.com/exasim-project/NeoFOAM) project.
# Relevant Files Found
# Edits
This pull request adds a new Spack package for NeoFOAM, a work-in-progress modern ... |
9 | null | 0vj/fbl | # Repository Context
Name: 0vj/fbl
Description:
# Pull Request
## Merage Dev to Main
# Relevant Files Found
## fbl/__main__.py
```
import argparse
import re
import fitz
import requests
import docx
from ODTtoText import odtToText
import logging
import os
# a regular expression of URLs
URL_REGEX = r"https?:\/\/(... |
1,067 | null | kornia/kornia | # Repository Context
Name: kornia/kornia
Description:
# Pull Request
## [Enhance] Removed augmentation functional module.
Removed augmentation functional module and the corresponding tests and docs.
# Relevant Files Found
## kornia/__init__.py
```
# Make sure that kornia is running on Python 3.6.0 or later
# (to... |
483 | null | nh-server/Kurisu | # Repository Context
Name: nh-server/Kurisu
Description:
# Pull Request
## Added shamrock to the list of holiday name commands
I did a copy paste like a good boy
# Relevant Files Found
## addons/extras.py
```
import datetime
import discord
import os
import random
import re
import string
from discord.ext import c... |
34 | null | Lapkipomoshi/help_paw_backend | # Repository Context
Name: Lapkipomoshi/help_paw_backend
Description:
# Pull Request
## Update settings.py
# Relevant Files Found
## help_paw/help_paw/settings.py
```
"""
Django settings for help_paw project.
Generated by 'django-admin startproject' using Django 4.1.4.
For more information on this file, see
h... |
498 | null | neurobooth/neurobooth-os | # Repository Context
Name: neurobooth/neurobooth-os
Description:
# Pull Request
## Read screen res from config
In this PR there are 3 changes:
1. Removed one line from gui.py calibration task console text based on CRC feedback
- affects gui.py
- unrelated to other changes
2. saccades task and ... |
32,163 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## fix(core): context preservation in shielded async callbacks
The `@shielded` decorator in async callback managers was not preserving context variables, breaking OpenTelemetry instrumentation and other context-dependent functionality.
#... |
141 | null | sphinx-contrib/confluencebuilder | # Repository Context
Name: sphinx-contrib/confluencebuilder
Description:
# Pull Request
## translator: correct next-child check for indent styling
When docutils block quotes are processed for indented paragraph blocks, child values are checked to help build consistent look-and-feel when various block levels are in ... |
641 | null | FederatedAI/FATE | # Repository Context
Name: FederatedAI/FATE
Description:
# Pull Request
## Contributor 1.0 affine
Fixes ISSUE #594 #623
Changes:
Affine Cipher potentially discloses the number of homomorphic additions
add support for IterativeAffine in sbt
# Relevant Files Found
## federatedml/secureprotol/__init__... |
82,691 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Expose config_entry and options as properties
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature re... |
17 | null | aws-samples/aws-emr-apache-ranger | # Repository Context
Name: aws-samples/aws-emr-apache-ranger
Description:
# Pull Request
## Updates to the support PrestoSQL/PrestoDB
*Issue #, if available:*
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the te... |
405 | null | allenai/OLMo | # Repository Context
Name: allenai/OLMo
Description:
# Pull Request
## [Storage cleaner] Fix double '/' in upload path
# Relevant Files Found
## scripts/storage_cleaner.py
```
import argparse
import logging
import os
import re
import shutil
import tempfile
from abc import ABC, abstractmethod
from argparse impor... |
1,782 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## change chat default
Resolves https://github.com/hwchase17/langchain/issues/1532, resolves https://github.com/hwchase17/langchain/issues/1652.
# Relevant Files Found
## langchain/chat_models/openai.py
```
"""OpenAI chat wrapper."""
f... |
727 | null | insanum/gcalcli | # Repository Context
Name: insanum/gcalcli
Description:
# Pull Request
## Bump requires-python to ">= 3.10"
Bump `project.requires-python`, remove py3.8 and py3.9 from test matrix, and clean up compatibility cruft for older python versions.
# Relevant Files Found
## gcalcli/_types.py
```
#!/usr/bin/env python
""... |
1,589 | null | XENONnT/straxen | # Repository Context
Name: XENONnT/straxen
Description:
# Pull Request
## Render hover tool only for targeted plots
HoverTool is a bit weird:
<img width="337" alt="image" src="https://github.com/user-attachments/assets/728db31f-a0d9-476f-ad6c-1c3539083476" />
This PR is a fix:
<img width="287" alt="image" sr... |
806 | null | jonescompneurolab/hnn-core | # Repository Context
Name: jonescompneurolab/hnn-core
Description:
# Pull Request
## [MRG]: Add cell parameters in GUI
This is the work for the cell params feature for L2 and L5 pyramidal cell types

... |
270 | null | elifesciences/builder | # Repository Context
Name: elifesciences/builder
Description:
# Pull Request
## bugfix for erronous terraform check that happens during cfn.launch
quick fix for now, but I would make all these update_* fns consistent in their signature and checks. Probably add a decorator to inject the context if it isn't provided ... |
4,863 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [notebook] Make notebook deletion reliable
- two network requests instead of four now that we know the name of both the service name and pod name
- use try-catch to avoid 500ing if a user hits `GET /new` and their service or pod is already go... |
1,448 | null | ultrabug/py3status | # Repository Context
Name: ultrabug/py3status
Description:
# Pull Request
## spaceapi: prevent button refresh
Scrolling causes requests. We add this to quietly prevent most button refreshes.
# Relevant Files Found
## py3status/modules/spaceapi.py
```
# -*- coding: utf-8 -*-
"""
Display status of a given hackersp... |
17,841 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Shutdown clusters on AWS with >1000 nodes
<!-- 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 sec... |
40 | null | wellington36/extrapolation_methods | # Repository Context
Name: wellington36/extrapolation_methods
Description:
# Pull Request
## v2.0.1
# Relevant Files Found
## extrapolation/esum.py
```
from mpmath import mp, mpf, exp, log, expm1, fabs
from extrapolation.utils import *
###### partial sum ######
def partial_sum_mp(f, n: int) -> list:
"""Re... |
77 | null | 4dn-dcic/tibanna | # Repository Context
Name: 4dn-dcic/tibanna
Description:
# Pull Request
## Extra2
# Relevant Files Found
## core/start_run_awsem/service.py
```
# -*- coding: utf-8 -*-
import logging
# import json
import boto3
from core import ff_utils
from core.utils import Tibanna, ensure_list, powerup
LOG = logging.getLogge... |
200 | null | pyOpenSci/pyosMeta | # Repository Context
Name: pyOpenSci/pyosMeta
Description:
# Pull Request
## fix: advisory_council should default to false
This is a small fix to ensure that emeritus advisory and advisory roles:
1. default to false
2. always have a bool value which should default to false
3. should not be changed by the code ... |
45 | null | alpacahq/pylivetrader | # Repository Context
Name: alpacahq/pylivetrader
Description:
# Pull Request
## added a new method to retrieve all orders of a given status
# Relevant Files Found
## pylivetrader/algorithm.py
```
#
# Copyright 2015 Quantopian, Inc.
# Modifications Copyright 2018 Alpaca
#
# Licensed under the Apache License, Ver... |
3,047 | null | inveniosoftware/invenio | # Repository Context
Name: inveniosoftware/invenio
Description:
# Pull Request
## i18n: lang configuration hack removal
- Removes a old hack for Invenio 1.x that loads utf-8 version of the
list of languages instead of unicode. (addresses #2967)
Signed-off-by: Leonardo Rossi leonardo.r@cern.ch
# Relevant Files ... |
75 | null | mlrun/storey | # Repository Context
Name: mlrun/storey
Description:
# Pull Request
## Context object + minor refactoring
* Create Context object
* Read `Table` objects from context in relevant steps
* move `Table` from flow.py -> dtypes.py
* move `_split_path` flow.py -> utils.py
* some typing changes in related step's contru... |
112,840 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix Fully Kiosk set config service
Fixed an issue with integer values not being accepted by the `set_config` service method. This was preventing template values that resulted in numbers from being accepted by the service call.
<!--
... |
406 | null | encukou/freezeyt | # Repository Context
Name: encukou/freezeyt
Description:
# Pull Request
## Deprecate extra pages starting with a slash
fixes: #396
# Relevant Files Found
## freezeyt/compat.py
```
"""Utilities for compatibility with older versions of Python
"""
import sys
import asyncio
import shutil
from typing import TypeVar,... |
1,028 | null | modal-labs/modal-client | # Repository Context
Name: modal-labs/modal-client
Description:
# Pull Request
## Move resolver.load out of all load closures
This moves the dependency management to sit inside the resolver instead (which I think we can clean up separately).
Every object that has dependencies (functions, images, sandboxes, class... |
289 | null | facebookresearch/fairseq2 | # Repository Context
Name: facebookresearch/fairseq2
Description:
# Pull Request
## Improve to_fsdp API
This PR makes improvements to `to_fsdp` API to handle `NO_SHARD` use cases.
# Relevant Files Found
## src/fairseq2/models/nllb/builder.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights r... |
2,184 | null | jazzband/pip-tools | # Repository Context
Name: jazzband/pip-tools
Description:
# Pull Request
## Combine efforts to fix CI: #2181 + #2183
I've cherry-picked a commit from #2183 onto #2181 to produce what I believe is the truly minimal changeset in order to get *CI* working correctly.
I've done a lot of reading of the past few days ... |
2,220 | null | faucetsdn/faucet | # Repository Context
Name: faucetsdn/faucet
Description:
# Pull Request
## Use copy of generated tables.
# Relevant Files Found
## faucet/dp.py
```
"""Configuration for a datapath."""
# Copyright (C) 2015 Brad Cowie, Christopher Lorier and Joe Stringer.
# Copyright (C) 2015 Research and Education Advanced Netw... |
7 | null | NitorCreations/nameless-deploy-tools | # Repository Context
Name: NitorCreations/nameless-deploy-tools
Description:
# Pull Request
## Updated ec2-utils version
# Relevant Files Found
## setup.py
```
# Copyright 2016-2017 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compl... |
1,604 | null | ICTU/quality-time | # Repository Context
Name: ICTU/quality-time
Description:
# Pull Request
## Iks306 update notification contents
# Relevant Files Found
## components/notifier/src/destinations/ms_teams.py
```
"""Microsoft Teams destination."""
import logging
import random
import pymsteams
SALUTATIONS = ("Alas", "Blimey", "Da... |
1,689 | null | theupdateframework/python-tuf | # Repository Context
Name: theupdateframework/python-tuf
Description:
# Pull Request
## Test delegation graphs
Fixes #1643
**Description of the changes being introduced by the pull request**:
I added the first tests that came to my mind for traversing the delegations tree/graph. I'd like to receive some feedba... |
66 | null | templateflow/python-client | # Repository Context
Name: templateflow/python-client
Description:
# Pull Request
## MAINT: Update build system to be PEP518 fully compliant
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
"""Templateflow's setup script."""
import sys
from setuptools import setup
# Give setuptools a hint to compl... |
8 | null | pmelchior/scarlet | # Repository Context
Name: pmelchior/scarlet
Description:
# Pull Request
## Prox mono
This PR provides an proximal operator for monotonicity. It finds the closes (in the l2 sense) approximation S' of the S matrix, whose components individually need to satisfy `np.dot(G,S'[k]) >= 0` by iteratively projecting onto th... |
35 | null | CloverHealth/temporal-sqlalchemy | # Repository Context
Name: CloverHealth/temporal-sqlalchemy
Description:
# Pull Request
## Tweak: Add indices on history table foreign keys
merges master & bumps version
# Relevant Files Found
## setup.py
```
"""Setup script for temporal-sqlalchemy"""
import sys
import setuptools
if sys.version_info < (3, 3):
... |
5,808 | null | ibis-project/ibis | # Repository Context
Name: ibis-project/ibis
Description:
# Pull Request
## fix(duckdb): generate `SIMILAR TO` instead of tilde to workaround sqlglot issue
Fixes #5807.
# Relevant Files Found
## ibis/backends/druid/registry.py
```
from __future__ import annotations
import sqlalchemy as sa
import toolz
import i... |
121 | null | mongodb/snooty-parser | # Repository Context
Name: mongodb/snooty-parser
Description:
# Pull Request
## Handle <problematic> nodes
After the AST refactor, building ecosystem fails because there are unknown roles causing docutils to emit "problematic" nodes, triggering an assertion in the parser.
This PR adds a test and suppresses the n... |
2,275 | null | snowflakedb/snowflake-connector-python | # Repository Context
Name: snowflakedb/snowflake-connector-python
Description:
# Pull Request
## Snow-2043523: windows 313 support
Please answer these questions before submitting your pull requests. Thanks!
1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
... |
79 | null | hipster-philology/pandora | # Repository Context
Name: hipster-philology/pandora
Description:
# Pull Request
## Adding an Eval-Specific Batch Size Parameter
Fixed #55
# Relevant Files Found
## pandora/tagger.py
```
#!usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import os
import shutil
import numpy as n... |
32 | null | miracle2k/k8s-snapshots | # Repository Context
Name: miracle2k/k8s-snapshots
Description:
# Pull Request
## Add time_taken key to Snapshot.CREATED event
# Relevant Files Found
## k8s_snapshots/snapshot.py
```
import asyncio
import inspect
from datetime import timedelta
from typing import Dict, Tuple, List, Iterable, Callable, Union, \
... |
2 | null | cursive-works/wagtail-plotly | # Repository Context
Name: cursive-works/wagtail-plotly
Description:
# Pull Request
## Telepath updates
# Relevant Files Found
## setup.py
```
import os
from setuptools import setup, find_packages
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pard... |
259 | null | flathub-infra/flatpak-builder-lint | # Repository Context
Name: flathub-infra/flatpak-builder-lint
Description:
# Pull Request
## Block wildcard access of bus names in well-known namespace
Alternative to https://github.com/flathub-infra/flatpak-builder-lint/pull/114, closes https://github.com/flathub-infra/flatpak-builder-lint/pull/114, blocks in both... |
91 | null | david-gutierrez-mesa/JiraAutomatedTasks | # Repository Context
Name: david-gutierrez-mesa/JiraAutomatedTasks
Description:
# Pull Request
## JAT 0037 Test Components Update
- JAT-0025 Improve messages
- JAT-0025 Fix error when first component doesn't belong to the team
- JAT-0025 Fix error when a bug didn't have FP
- JAT-0025 Take only team components
- JAT... |
4,461 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## [CI] Fix partial instability issues
1. Add force-kill mechanism for FD_CACHE_QUEUE_PORT and FD_ENGINE_QUEUE_PORT to prevent port conflicts.
2. Add timeout strategy in _unit_test_coverage.yml to avoid hanging CI jobs.
3. Remove red... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.