pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
9,555 | null | ietf-tools/datatracker | # Repository Context
Name: ietf-tools/datatracker
Description:
# Pull Request
## fix: disable removing liaison attachments pending reimplementation
# Relevant Files Found
## ietf/liaisons/tests.py
```
# Copyright The IETF Trust 2009-2020, All Rights Reserved
# -*- coding: utf-8 -*-
import datetime
import io
i... |
56 | null | Studio-Yandex-Practicum/sobitie | # Repository Context
Name: Studio-Yandex-Practicum/sobitie
Description:
# Pull Request
## Improve message text and buttons.
- ะ ะฝะตะบะพัะพััั
ัะพะพะฑัะตะฝะธั ะธัะฟัะฐะฒะปะตะฝะพ ัะฐะทะดะตะปะตะฝะธะต ะฝะฐ ะฐะฑะทะฐัั
- ะะฐ ะฝะตะบะพัะพััั
ะบะฝะพะฟะบะฐั
ะธัะฟัะฐะฒะปะตะฝ ัะตะบัั, ะฝะฐะฟัะธะผะตั, ะฒ "ะััััั ะฝะฐ ะฟะพััะฐะปะต ะะธะฝัััะฐ ะ ะค?" ะดะพะฑะฐะฒะปะตะฝ ะณะปะฐะณะพะป "ะะพัะผะพััะตัั ะพััััั..."
- ะฃะดะฐะปะตะฝั ะธ... |
1,201 | null | google/uncertainty-baselines | # Repository Context
Name: google/uncertainty-baselines
Description:
# Pull Request
## Adds support for metrics by subgroup. Removes "as_supervised" keys in dataloader so that all features are returned, including subgroup label.
Adds support for metrics by subgroup. Removes "as_supervised" keys in dataloader so tha... |
2,337 | null | python-discord/bot | # Repository Context
Name: python-discord/bot
Description:
# Pull Request
## Misc Fixes For Help Forum
This PR includes a few small fixes for the help forum. Each commit includes descriptions of the issue, and the fix.
- ed815a1c Is meant to improve reporting in sentry issues
- fcf7e1cc closes [BOT-3AW](https:/... |
1,131 | null | google/grain | # Repository Context
Name: google/grain
Description:
# Pull Request
## Add metrics for grain source per-example read.
Add metrics for grain source per-example read.
# Relevant Files Found
## grain/_src/python/dataset/transformations/source.py
```
# Copyright 2023 Google LLC
#
# Licensed under the Apache License... |
950 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## Decommissioned EXPORTER_INFO/TEST_INFO/DRIVER_INFO log levels
## Bug / Requirement Description
Clearly and concisely describe the problem.
## Solution description
Describe your code changes in detail for reviewers.
## Checklist... |
9 | null | MegEngine/mgeconvert | # Repository Context
Name: MegEngine/mgeconvert
Description:
# Pull Request
## Support megengine 1.2
@lixiangyin666 @xpmemeda please kindly review.
# Relevant Files Found
## mgeconvert/mge_context/mge_utils.py
```
# -*- coding: utf-8 -*-
# MegEngine is Licensed under the Apache License, Version 2.0 (the "License... |
1,681 | null | DIAGNijmegen/grand-challenge | # Repository Context
Name: DIAGNijmegen/grand-challenge
Description:
# Pull Request
## Unify backend-code for counters in list views
Counts of found/filtered results for Archives/Reader Studies/Challenges/Algorithms are now displayed using the same backend logic.
For instance:
- "_No algorithms found._"
- "_1 ... |
40,671 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fixing bug in Voxtral when merging text and audio embeddings
# What does this PR do?
This PR addresses two issues arising from an [in-place operation where audio and text embeddings are merged](https://github.com/huggingface/trans... |
138 | null | aioworkers/aioworkers | # Repository Context
Name: aioworkers/aioworkers
Description:
# Pull Request
## Use ruff
# Relevant Files Found
## aioworkers/core/config.py
```
import http.client
import io
import logging
import mimetypes
import os
import re
from abc import abstractmethod
from collections import ChainMap, OrderedDict, abc
from... |
212 | null | CQCL/pytket-quantinuum | # Repository Context
Name: CQCL/pytket-quantinuum
Description:
# Pull Request
## Fix integration tests and handling of null bit list
Fixes #200 .
Fixes #211 .
Integration tests run here: https://github.com/CQCL/pytket-quantinuum/actions/runs/6025777087 (all green).
# Relevant Files Found
## pytket/extensions/... |
96,058 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Revert zwave_js change to THERMOSTAT_MODE_SETPOINT_MAP
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Descr... |
248 | null | GlacioHack/xdem | # Repository Context
Name: GlacioHack/xdem
Description:
# Pull Request
## Fix issue in volume.calculate_hypsometry_area when ddem_bins contain NaNs
`volume.calculate_hypsometry_area` raises an `AssertionError` when `ddem_bins` contains gaps/NaNs. This should not be the case when `timeframe` is set to "reference", a... |
132 | null | nitrictech/python-sdk | # Repository Context
Name: nitrictech/python-sdk
Description:
# Pull Request
## fix: fix bucket url and permission types
# Relevant Files Found
## nitric/resources/buckets.py
```
#
# Copyright (c) 2021 Nitric Technologies Pty Ltd.
#
# This file is part of Nitric Python 3 SDK.
# See https://github.com/nitrictech... |
185 | null | MLBazaar/MLPrimitives | # Repository Context
Name: MLBazaar/MLPrimitives
Description:
# Pull Request
## Issue 177 improve pandas.data frame.resample
Resolve #177
Improve `pandas.DataFrame.resample` primitive to accept custom functions as aggregations and resampling rule as number of seconds.
# Relevant Files Found
## mlprimitives/ad... |
1,032 | null | epam/badgerdoc | # Repository Context
Name: epam/badgerdoc
Description:
# Pull Request
## feat: upgrade taxonomy service to python version 3.12.1
# Relevant Files Found
## taxonomy/taxonomy/schemas/errors.py
```
from pydantic import BaseModel
class ConnectionErrorSchema(BaseModel):
detail: str
class Config:
s... |
169 | null | wende/cicada | # Repository Context
Name: wende/cicada
Description:
# Pull Request
## Improve markdown formatting: spacing after sigs and code blocks in usโฆ
## Summary by Sourcery
Improve dead code analysis and markdown-style formatting in query results.
New Features:
- Allow configuring stop functions in the dead code analyzer... |
1,370 | null | aeon-toolkit/aeon | # Repository Context
Name: aeon-toolkit/aeon
Description:
# Pull Request
## [BUG] `LearningShapeletClassifier` fixes
Fixes and skips broken tests for the `LearningShapeletClassifier`. I believe the extra functions were causing some issues so they have been commented for now. The deterministic test was due to a `ker... |
16 | null | luxonis/rae-ros | # Repository Context
Name: luxonis/rae-ros
Description:
# Pull Request
## Closed loop control rev4
- Removing redundant joint state publisher
- Adding interface for pwm chip
- demo of closed loop control
- reintegrating most of the tests from last revision hw
- opened to test uploading to dockerhub
# Relevant ... |
1,029 | null | NVIDIA-Merlin/NVTabular | # Repository Context
Name: NVIDIA-Merlin/NVTabular
Description:
# Pull Request
## Bump black/isort/flake8 versions
Use the latest black/isort flake8 versions for linting our code.
# Relevant Files Found
## setup.py
```
#
# Copyright (c) 2021, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0... |
197 | null | koaning/scikit-lego | # Repository Context
Name: koaning/scikit-lego
Description:
# Pull Request
## confusion balancer - and more!
A few changes were made:
1. I added the meta-estimator that attempts to cause a balance. I can demonstrate that it does something but I have not created a full example yet of it working super well. My pr... |
22 | null | DataCanvasIO/HyperGBM | # Repository Context
Name: DataCanvasIO/HyperGBM
Description:
# Pull Request
## Dev
# Relevant Files Found
## docs/en_US/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# ht... |
911 | null | bilby-dev/bilby | # Repository Context
Name: bilby-dev/bilby
Description:
# Pull Request
## BUG: fix incorrectly formatted raise statement
The raise statement in `get_all_injection_credible_levels` is incorrectly formatted. This PR fixes the formatting.
This wasn't being caught by the existing test, since the error was also a `Ty... |
141 | null | grahampugh/jamf-upload | # Repository Context
Name: grahampugh/jamf-upload
Description:
# Pull Request
## Update JamfExtensionAttributeUploaderBase.py to handle trailing slashes on JSS_URL
Tweak to strip any trailing slashes off JSS_URL, as already tweaked in https://github.com/grahampugh/jamf-upload/pull/134
# Relevant Files Found
## Ja... |
76 | null | cas-packone/packone | # Repository Context
Name: cas-packone/packone
Description:
# Pull Request
## Theme jet
# Relevant Files Found
## pk1/clouds/base/admin.py
```
from django.contrib import admin
from django.db.models import Q, fields
from django.utils.html import format_html
from django.utils.timezone import now
from daa.admin im... |
9,302 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Updated Lutron Caseta component to support additional shade types (Triathlon and Sivoia QS Wireless)
## Description:
Updated Lutron Caseta component to support additional shade types (Triathlon and Sivoia QS Wireless).
As suggested in... |
210 | null | open-sdg/sdg-build | # Repository Context
Name: open-sdg/sdg-build
Description:
# Pull Request
## Allow schema_file parameter to work
This fixes a regression bug in 1.3.0-dev, which is preventing the "schema_file" config option from working. This bug probably was not obvious because in most cases with Open SDG the schema_file is set to... |
2,536 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Auto-detect VSCode and Colab comms
# Relevant Files Found
## panel/config.py
```
"""
The config module supplies the global config object and the extension
which provides convenient support for loading and configuring panel
components.
"""
... |
836 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Mailing list safety features
-- Add warning to top of page
-- Restrict to staff
-- Add test mode by default (only emails current user)
-- Make user click accept in a modal to leave test mode
# Relevant Files Found
## corehq/apps/hqadmin... |
401 | null | ai-dynamo/aiperf | # Repository Context
Name: ai-dynamo/aiperf
Description:
# Pull Request
## feat: -v and -vv auto enable simple ui, can be overridden
If the user passes in -v or -vv, we will automatically change the UI type to simple, without requiring them to set it. This will be easier for debugging purposes. If the user explicit... |
235 | null | FNLCR-DMAP/SCSAWorkflow | # Repository Context
Name: FNLCR-DMAP/SCSAWorkflow
Description:
# Pull Request
## Test ripley precision
# Relevant Files Found
## tests/test_spatial_analysis/test_ripley.py
```
import pandas as pd
import numpy as np
import anndata
import unittest
from spac._ripley import ripley
class TestRipleyL(unittest.Tes... |
265 | null | VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation | # Repository Context
Name: VimsRocz/Smart_Sensor_Fusion_for_Robust_initialization_and_Accurate_Trajectory_Estimation
Description:
# Pull Request
## Simplify triad validation
## Summary
- remove bespoke Task 6 validation code
- rely on `validate_with_truth.py` for validation
## Testing
- `pytest -q`
- `python run_t... |
70,565 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use VacuumEntityFeature in sharkiq
## 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 request, ... |
2 | null | patrickloeber/snake-ai-pytorch | # Repository Context
Name: patrickloeber/snake-ai-pytorch
Description:
# Pull Request
## Update helper.py
Fixes the plot not displaying when running agent.py
# Relevant Files Found
## helper.py
```
import matplotlib.pyplot as plt
from IPython import display
plt.ion()
def plot(scores, mean_scores):
display.... |
92 | null | TheDevOpsBlueprint/alix-cli | # Repository Context
Name: TheDevOpsBlueprint/alix-cli
Description:
# Pull Request
## test: achieve 100% coverage for shell_wrapper.py shell integration functionality
## PR Checklist
- [x] Follows single-purpose principle
- [x] Tests pass locally (if applicable)
- [ ] Documentation updated (if needed)
## Wh... |
25 | null | u2d-ai/msaBase | # Repository Context
Name: u2d-ai/msaBase
Description:
# Pull Request
## fix: Fix constants
# Relevant Files Found
## msaBase/__init__.py
```
import glob
from os.path import basename, dirname, isfile, join
version = "0.0.23"
__author__ = "Stefan Welcker"
__copyright__ = "Copyright 2022, U2D.ai"
__license__ = "... |
70 | null | asweigart/pyperclip | # Repository Context
Name: asweigart/pyperclip
Description:
# Pull Request
## changed PyQt4 import to qtpy to allow for multiple python bindings paโฆ
โฆckages
also added a conditional statement to detect if a QApplication was already
running in order to avoid a gui hang
# Relevant Files Found
## pyperclip/__init_... |
53 | null | CQCL/pytket-pennylane | # Repository Context
Name: CQCL/pytket-pennylane
Description:
# Pull Request
## Release/pytket 1.15.0
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
# Configuration file for the Sphinx documentation builder.
# See https://www.sphinx-doc.org/en/master/usage/configuration.html
from urllib.pa... |
443 | null | firedrakeproject/gusto | # Repository Context
Name: firedrakeproject/gusto
Description:
# Pull Request
## Enhance Semi-Implicit timestepper
This:
- clarifies the arguments to the `SemiImplicitQuasiNewton` time stepper
- allows physics schemes to the `SemiImplicitQuasiNewton` time stepper to be specified as slow physics, fast physics or p... |
22,235 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Eliminate layer of callables by making _Asset a non-callable NamedTuple
## Summary & Motivation
This eliminates a bunch of necessary assignments and reduces an indent level by making `_Asset` a plain named tuple and its `__call__` functio... |
408 | null | NVIDIA-NeMo/Megatron-Bridge | # Repository Context
Name: NVIDIA-NeMo/Megatron-Bridge
Description:
# Pull Request
## beep boop ๐ค: Bumping to v0.1.0rc1
This is an automated PR to bump Megatron-Bridge to v0.1.0rc1.
# Relevant Files Found
## src/megatron/bridge/package_info.py
```
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
... |
3,981 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Add Quantity support for matplotlib
Addresses #3980.
# Relevant Files Found
## astropy/visualization/__init__.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .stretch import *
from .interval import *
from .tra... |
260 | null | jsonpickle/jsonpickle | # Repository Context
Name: jsonpickle/jsonpickle
Description:
# Pull Request
## fix #259 prevent stackoverflow in _getstate
see https://github.com/jsonpickle/jsonpickle/issues/259
flatten will increase the depth, thus preventing a stackoverflow.
# Relevant Files Found
## jsonpickle/pickler.py
```
# Copyright ... |
18,497 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Use SQLite as default unless existing mlruns data is detected
### Related Issues/PRs
#18534
### What changes are proposed in this pull request?
This PR changes the default tracking URI from file-based storage (`./mlruns`) to SQLite databas... |
1,268 | null | TobikoData/sqlmesh | # Repository Context
Name: TobikoData/sqlmesh
Description:
# Pull Request
## Feat: Recreate a view if missing even if the rendered query hasn't changed
# Relevant Files Found
## sqlmesh/core/snapshot/evaluator.py
```
"""
# SnapshotEvaluator
A snapshot evaluator is responsible for evaluating a snapshot given so... |
730 | null | piccolo-orm/piccolo | # Repository Context
Name: piccolo-orm/piccolo
Description:
# Pull Request
## minor tweak to `M2M` so it flattens `all_columns`
Resolves https://github.com/piccolo-orm/piccolo/issues/728
# Relevant Files Found
## piccolo/columns/m2m.py
```
from __future__ import annotations
import inspect
import typing as t
fro... |
52 | null | materialsproject/custodian | # Repository Context
Name: materialsproject/custodian
Description:
# Pull Request
## Fix nicht convergence error
## Summary
* Fix the "nicht convergence" error by setting LREAL to True of FALSE. Search from the internet, this error can also be avoided by using smaller ENCUT. However, it is better not to reduce t... |
169 | null | InfiniTensor/InfiniCore | # Repository Context
Name: InfiniTensor/InfiniCore
Description:
# Pull Request
## Issue/48 Rope CPU & CUDA
# Relevant Files Found
## scripts/python_test.py
```
import os
import subprocess
from set_env import set_env
import sys
PROJECT_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), "..", "te... |
413 | null | Labelbox/labelbox-python | # Repository Context
Name: Labelbox/labelbox-python
Description:
# Pull Request
## fix panoptic converter
# Relevant Files Found
## labelbox/data/serialization/coco/panoptic_dataset.py
```
from concurrent.futures import ProcessPoolExecutor, as_completed
from typing import Dict, Any, List, Union
from pathlib imp... |
746 | null | RDFLib/rdflib | # Repository Context
Name: RDFLib/rdflib
Description:
# Pull Request
## improve hash efficiency by directly using str/unicode hash
During investigation of a performance issue in my graph pattern learner, i noticed (sadly not for the first time) that rdflib spends massive amounts of time when hashing Identifiers. Fo... |
336 | null | qxf2/qxf2-page-object-model | # Repository Context
Name: qxf2/qxf2-page-object-model
Description:
# Pull Request
## resolving minor issues detected by codacy
* Analyzing the POM framework using Codacy , which is detecting issues with respect to the files involved in frame work
* Codacy categorizing the issues as Critical , Major and Minor
*... |
116 | null | nearbeach/NearBeach | # Repository Context
Name: nearbeach/NearBeach
Description:
# Pull Request
## Development 0.24.1
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
bug fixes # (bugs from h... |
67 | null | ant0nkr/luxpower-ha-integration | # Repository Context
Name: ant0nkr/luxpower-ha-integration
Description:
# Pull Request
## message decoding adjustments
- there are messages used between the dongle to luxpower servers that previous code cannot process and break
- I dont known all details of the other messages, but at least this changes can detect... |
56 | null | microsoft/openaivec | # Repository Context
Name: microsoft/openaivec
Description:
# Pull Request
## enhance: improve prompt
This pull request updates the schema specification guidelines in `src/openaivec/_schema.py` to clarify and enforce best practices for field naming, descriptions, and schema inference. The changes aim to eliminate a... |
883 | null | tox-dev/tox | # Repository Context
Name: tox-dev/tox
Description:
# Pull Request
## Fix PyPi description does not render #879
Added a test to check for this via tox env `package-description`. Using collective.checkdocs and `python setup.py checkdocs`. Note we could use restview too, however that requires a compilation step so de... |
6 | null | mattweber/es2graphite | # Repository Context
Name: mattweber/es2graphite
Description:
# Pull Request
## Fixed call to _stats to restrict the _stats output
- Updated call to _stats to restrict the output based on if you are choosing indices, shards or cluster
- Removed sys.exit(1) on global Exception catch. This will allow us to catch and ... |
906 | null | acdh-oeaw/apis-core-rdf | # Repository Context
Name: acdh-oeaw/apis-core-rdf
Description:
# Pull Request
## refactor(apis_metainfo,apis_relations): replace use of custom cache
# Relevant Files Found
## apis_core/apis_metainfo/models.py
```
from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from d... |
96 | null | SmileyChris/django-countries | # Repository Context
Name: SmileyChris/django-countries
Description:
# Pull Request
## Closes #91 -- add countries.by_name
# Relevant Files Found
## django_countries/__init__.py
```
#!/usr/bin/env python
from __future__ import unicode_literals
from itertools import islice
from django_countries.conf import sett... |
519 | null | ublue-os/flatpak-tracker | # Repository Context
Name: ublue-os/flatpak-tracker
Description:
# Pull Request
## Switch blog to diff-based view
This PR changes the weekly blog update format to focus on changes rather than listing all outdated packages.
## Changes
- Modified `generate_changelog.py` to fetch the previous run's artifact.
- Implem... |
15,787 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [k8s] Refactored k8s operator to use kopf for controller logic
## Why are these changes needed?
The current implementation of the k8s Ray Operator relies on watching the event stream to handle lifecycle events like cluster creation, update... |
128 | null | alexis-mignon/python-flickr-api | # Repository Context
Name: alexis-mignon/python-flickr-api
Description:
# Pull Request
## Implement __next__ method for SlicedWalker
Fixes
```
TypeError: iter() returned non-iterator of type 'SlicedWalker'
```
As `Walker` has the `__next__` method implemented and can be iterated over, `SlicedWalker` also need... |
105 | null | nkremerh/sugarscape | # Repository Context
Name: nkremerh/sugarscape
Description:
# Pull Request
## Adds missing examples from book
# Relevant Files Found
## agent.py
```
import hashlib
import math
import random
import sys
class Agent:
def __init__(self, agentID, birthday, cell, configuration):
self.ID = agentID
... |
1,379 | null | joblib/joblib | # Repository Context
Name: joblib/joblib
Description:
# Pull Request
## CI/TST provide more informative traceback in case of a deadlock in tests
A set of changes proposed by @tomMoral in #588
# Relevant Files Found
## conftest.py
```
import os
import pytest
from _pytest.doctest import DoctestItem
import loggi... |
10,651 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Remove W/A for wait_timeout_for_healthy_osd_in_minutes
# Relevant Files Found
## ocs_ci/deployment/deployment.py
```
"""
This module provides base class for different deployment
platforms like AWS, VMWare, Baremetal etc.
"""
from ... |
50 | null | openai/gym-http-api | # Repository Context
Name: openai/gym-http-api
Description:
# Pull Request
## Fix lgtm.com alerts: Clean up some unnecessary imports.
This PR fixes some of the import-related alerts found at https://lgtm.com/projects/g/openai/gym-http-api/alerts. This should make clear what modules are used in the `example_agent` a... |
44 | null | NuttyLogic/BSBolt | # Repository Context
Name: NuttyLogic/BSBolt
Description:
# Pull Request
## Single index
# Relevant Files Found
## BSB/BSB_CallMethylation/CallMethylation.py
```
from collections import Counter
import pickle
import pysam
class CallMethylation:
"""
Keyword Arguments
input_file (str): str to inp... |
41 | null | jamesmcclain/geospatial-time-series | # Repository Context
Name: jamesmcclain/geospatial-time-series
Description:
# Pull Request
## Experiments &c.
# Relevant Files Found
## pretrain/transmute.py
```
#!/usr/bin/env python3
# BSD 3-Clause License
#
# Copyright (c) 2023
# All rights reserved.
#
# Redistribution and use in source and binary forms, wi... |
4,642 | null | haiiliin/abqpy | # Repository Context
Name: haiiliin/abqpy
Description:
# Pull Request
## Revert "[bugfix] Fix abqpy CLI issues" (backport #4640)
This is an automatic backport of pull request #4640 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and ... |
711 | null | First-Peoples-Cultural-Council/fv-be | # Repository Context
Name: First-Peoples-Cultural-Council/fv-be
Description:
# Pull Request
## Refactored the update method for a dictionary entry during alphabet recalculation task
### Description of Changes
- Refactored the update method for a dictionary entry during alphabet recalculation task
### Checklist
... |
115 | null | cfengine/cfbs | # Repository Context
Name: cfengine/cfbs
Description:
# Pull Request
## Fixed inconsistency when handling local folders as modules
- Fixed inconsistency when handling local folders as modules
- README.md: Added some more explanation about build steps
- Ensured cfbs init respects --non-interactive
# Relevant File... |
449 | null | scikit-hep/particle | # Repository Context
Name: scikit-hep/particle
Description:
# Pull Request
## Add tests for Particle.from_name and Particle.evtgen_name
# Relevant Files Found
## src/particle/particle/particle.py
```
# Copyright (c) 2018-2022, Eduardo Rodrigues and Henry Schreiner.
#
# Distributed under the 3-clause BSD license... |
50 | null | AnkitKumarSingh11/Data-Structures-And-Algorithms | # Repository Context
Name: AnkitKumarSingh11/Data-Structures-And-Algorithms
Description:
# Pull Request
## Capgemini challenge solution
# Relevant Files Found
# Edits
This pull request adds a solution to a Capgemini coding challenge that aims to find the maximum dot product between two subarrays derived from ... |
365 | null | XENONnT/straxen | # Repository Context
Name: XENONnT/straxen
Description:
# Pull Request
## Nveto updated
**What is the problem / what does the code in this PR do**
Changed compressor for nveto plugins. Updated baseline computation for lone records.
# Relevant Files Found
## straxen/plugins/nveto_recorder.py
```
import numba
imp... |
44 | null | IaaC/Programming_with_python_2021 | # Repository Context
Name: IaaC/Programming_with_python_2021
Description:
# Pull Request
## Added resources for part 4 and external data
# Relevant Files Found
# Edits
This pull request adds educational resources for Part 4 of the Python programming course, focusing on data interaction using real-world datase... |
89 | null | leanEthereum/leanSpec | # Repository Context
Name: leanEthereum/leanSpec
Description:
# Pull Request
## chore: remove containers markdown docs
## ๐๏ธ Description
Remove `containers.md` and move over content to doc comments so python specs is the single source of truth.
## ๐ Related Issues or PRs
N/A
## โ
Checklist
<!-- Please ... |
112 | null | opencivicdata/scrapers-ca | # Repository Context
Name: opencivicdata/scrapers-ca
Description:
# Pull Request
## Check that photo URL actually exist -- sometimes it doesn't
For new MPs who don't have an official photo yet, parl.gc.ca photos are actually broken links. (A 302 to a 404, to be precise.) So this makes a HEAD request to make sure th... |
51,134 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add **kwargs to file.rename
### What does this PR do?
This will allow using it with prereq
### What issues does this PR fix or reference?
https://github.com/saltstack/salt/issues/29001
### Previous Behavior
file.rename with prereq thr... |
11 | null | BlackIQ/Minis | # Repository Context
Name: BlackIQ/Minis
Description:
# Pull Request
## add file manager project
# Relevant Files Found
# Edits
This pull request adds a file manager project that organizes files in the current directory by moving them into folders based on their file extensions. The script scans the directory... |
133 | null | XXXalice/EngineSSL | # Repository Context
Name: XXXalice/EngineSSL
Description:
# Pull Request
## WIP multi labels
# Relevant Files Found
## enginessl/ml/data_handling/kernel.py
```
import numpy as np
import sys
import os
import gc
from keras.preprocessing.image import load_img, img_to_array, array_to_img, save_img , ImageDataGener... |
1,833 | null | NVIDIA-Merlin/NVTabular | # Repository Context
Name: NVIDIA-Merlin/NVTabular
Description:
# Pull Request
## Pass keyword argument for axis in dataframe any method
<!--
Thank you for contributing to NVTabular :)
Here are some guidelines to help the review process go smoothly.
1. Please write a description in this text box of the cha... |
21 | null | flatironinstitute/mountainsort5 | # Repository Context
Name: flatironinstitute/mountainsort5
Description:
# Pull Request
## Use np float32 for examples and tests
# Relevant Files Found
## examples/scheme1/paired_english.py
```
import os
import time
import spikeinterface as si
import spikeinterface.preprocessing as spre
import spikeinterface.com... |
173 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Don't install dependencies in run_bot (#171)
This removes a harmless error in run_server when trying to access third_party.
# Relevant Files Found
## butler.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Versi... |
196 | null | huaweicloud/cloud-custodian | # Repository Context
Name: huaweicloud/cloud-custodian
Description:
# Pull Request
## update ces actions
modify "batch-start-stopped-alarm-rules" to "batch-start-alarm-rules"
# Relevant Files Found
# Edits
This PR renames the `batch-start-stopped-alarm-rules` action to `batch-start-alarm-rules` for clarity and... |
220 | null | nggit/tremolo | # Repository Context
Name: nggit/tremolo
Description:
# Pull Request
## ensure eof in request.files()
# Relevant Files Found
## tremolo/lib/http_header.py
```
# Copyright (c) 2023 nggit
class Headers(dict):
def copy(self):
return self.__class__(self)
def getlist(self, name):
values = ... |
1,119 | null | griptape-ai/griptape-nodes | # Repository Context
Name: griptape-ai/griptape-nodes
Description:
# Pull Request
## fix: show loader earlier
On windows there is still a noticable delay on first startup from importing packages. This moves the spinner up earlier to capture all imports.
# Relevant Files Found
## src/griptape_nodes/__init__.py
``... |
214 | null | gdsfactory/kfactory | # Repository Context
Name: gdsfactory/kfactory
Description:
# Pull Request
## remove debug prints
@sebastian-goeldi
@damienbonneau
# Relevant Files Found
## src/kfactory/routing/manhattan.py
```
"""Can calculate manhattan routes based on ports/transformations."""
from typing import Literal
import numpy as np... |
808 | null | mpmath/mpmath | # Repository Context
Name: mpmath/mpmath
Description:
# Pull Request
## Update gmpy2 deps to >=2.2.0rc1
# Relevant Files Found
## mpmath/libmp/libmpf.py
```
"""
Low-level functions for arbitrary-precision floating-point arithmetic.
"""
import math
import sys
import warnings
# Importing random is slow
#from r... |
88,553 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Speed up loading non-english language translations
## 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... |
696 | null | neo4j-contrib/neomodel | # Repository Context
Name: neo4j-contrib/neomodel
Description:
# Pull Request
## Fix doc issues
Minor doc issues fixed in these two commits.
**EDIT:** The last commit adds the [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/en/latest/) to all code samples automatically. This is a very convenient fea... |
8 | null | ethz-asl/linter | # Repository Context
Name: ethz-asl/linter
Description:
# Pull Request
## fix header
# Relevant Files Found
## ascii_art.py
```
#!/ usr / bin / env python
#- * - coding : utf - 8 - * -
class AsciiArt(object):
tiger = r"""
_
... |
6,187 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## EulerAncestral add `rescale_betas_zero_snr`
Implements the `rescale_betas_zero_snr` field on EulerAncestralDiscreteScheduler, using the same implementation as regular euler seen in #6024.
Once again I upcast the samples for the durat... |
136 | null | fatiando/harmonica | # Repository Context
Name: fatiando/harmonica
Description:
# Pull Request
## Interpolate data using EQL in spherical coordinates
Add new `EQLHarmonicSpherical` class to interpolate data in spherical
coordinates using the equivalent layer technique. Intended to be used on large
scale data, where the curvature of t... |
298 | null | emsig/emg3d | # Repository Context
Name: emsig/emg3d
Description:
# Pull Request
## Add maps.ellipse_indices
# Relevant Files Found
## emg3d/maps.py
```
"""
Mapping routines to map to and from linear conductivities (what is used
internally) to other representations such as resistivities or logarithms
thereof.
Interpolation ... |
1,138 | null | fedspendingtransparency/usaspending-api | # Repository Context
Name: fedspendingtransparency/usaspending-api
Description:
# Pull Request
## Dev to Stg deploy 2018-03-21
- updated server logs for HTTP 400 - 499 responses
- Changed python script for generating the matview SQL
# Relevant Files Found
## usaspending_api/common/logging.py
```
from django.uti... |
27 | null | dask/dask-gateway | # Repository Context
Name: dask/dask-gateway
Description:
# Pull Request
## Add a dockerized demo
Adds a demo of a dask-gateway-server running in a dockerized hadoop cluster. Instructions are provided in the readme.
Fixes #10.
# Relevant Files Found
## dask-gateway/dask_gateway/client.py
```
import enum
impor... |
47 | null | ORNL/flowcept | # Repository Context
Name: ORNL/flowcept
Description:
# Pull Request
## Fixing versioning
# Relevant Files Found
## .github/workflows/version_bumper.py
```
import os
import re
from flowcept.version import __version__
from flowcept.configs import SRC_DIR_PATH
version_file_path = os.path.join(SRC_DIR_PATH, "vers... |
954 | null | TobikoData/sqlmesh | # Repository Context
Name: TobikoData/sqlmesh
Description:
# Pull Request
## Fix: Use the '--version' argument instead of the 'version' command for printing the version in CLI
# Relevant Files Found
## sqlmesh/cli/main.py
```
from __future__ import annotations
import logging
import os
import sys
import typing ... |
50,774 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Deduplicate code in MQTT basic light pt4: Add set_optimistic helper
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--... |
50 | null | pydantic/pydantic-extra-types | # Repository Context
Name: pydantic/pydantic-extra-types
Description:
# Pull Request
## ๐ Add documentation for `Color` and `PaymentCardNumber`
This adds the same idea that we have here: https://github.com/pydantic/pydantic/blob/2abacb5e9b8eaef13bdf703b02067403c7200e41/docs/usage/pydantic_settings.md?plain=1#L9
#... |
5,171 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## Sync all services even if one social accoun fails
Fix #4076
We are losing the specific error (failed while syncing repos or organizations), but we have the name of all services that need to be fixed.
This is how it looks li... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.