pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
68 | null | bonzo81/netbox-librenms-plugin | # Repository Context
Name: bonzo81/netbox-librenms-plugin
Description:
# Pull Request
## Refactor cable link processing and fix CSRF token error.
Improved the processing and status checks for cable links in the BaseCableTableView nad addressed a CSRF token issue for single row submissions.
# Relevant Files Found
... |
622 | null | IFRCGo/go-api | # Repository Context
Name: IFRCGo/go-api
Description:
# Pull Request
## return fallback queryset, uncomment code
Addresses https://github.com/IFRCGo/go-frontend/issues/950#issuecomment-589101827
## Changes
- Uncomments code to continue to return fallback queryset to not break preparedness tab on country page... |
409 | null | claritychallenge/clarity | # Repository Context
Name: claritychallenge/clarity
Description:
# Pull Request
## Fix Task1 evaluation
# Relevant Files Found
## recipes/cad2/task1/baseline/evaluate.py
```
"""Evaluate the enhanced signals using HAAQI and Whisper"""
from __future__ import annotations
import json
import logging
from pathlib i... |
36 | null | nanograv/enterprise_extensions | # Repository Context
Name: nanograv/enterprise_extensions
Description:
# Pull Request
## adding different BayesEphem model options
# Relevant Files Found
## enterprise_extensions/models.py
```
from __future__ import (absolute_import, division,
print_function, unicode_literals)
import num... |
5 | null | edly-io/h5pxblock | # Repository Context
Name: edly-io/h5pxblock
Description:
# Pull Request
## feat: ability to store content on cloud storage
This PR has these changes
1. ability to store content on cloud storage
2. Bug fixes
# Relevant Files Found
## h5pxblock/h5pxblock.py
```
"""XBlock to play H5P content in open edX."""
... |
947 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## Fix broken pgvector provider and memory leaks
This PR fixes the broken pgvector provider as well as wraps all cursor object creations with context manager to ensure that they get properly closed to avoid potential memory leaks.
```
... |
33 | null | microsoft/nxs | # Repository Context
Name: microsoft/nxs
Description:
# Pull Request
## [APP_VC] move decoding videos code to separated thread
# Relevant Files Found
## apps/vehicle_counting/worker/worker.py
```
import os
import time
import json
import copy
import numpy as np
import cv2
from shapely.geometry import Point, Poly... |
199 | null | googleapis/python-genai | # Repository Context
Name: googleapis/python-genai
Description:
# Pull Request
## feat: validate enum value for different backend endpoint.
feat: validate enum value for different backend endpoint.
# Relevant Files Found
## google/genai/files.py
```
# Copyright 2024 Google LLC
#
# Licensed under the Apache Lice... |
5 | null | IVainqueur/auto-push | # Repository Context
Name: IVainqueur/auto-push
Description:
# Pull Request
## Input
# Relevant Files Found
## main.py
```
import atexit
import sys
import os
import subprocess
import re
from methods import param_dict, colorcode, beforeexit, push, help, listenForKeys, customexit
from pynput.keyboard import Key,... |
1,650 | null | pytorch/rl | # Repository Context
Name: pytorch/rl
Description:
# Pull Request
## [BugFix] Fix storage device
#1639 was overwritten by #1611, resetting it
# Relevant Files Found
## torchrl/data/replay_buffers/storages.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT l... |
400 | null | ansys/pyoptislang | # Repository Context
Name: ansys/pyoptislang
Description:
# Pull Request
## Fix/workbench example
1. Corrupted workbench archive was replaced.
2. `load` command was added to the registers.
# Relevant Files Found
## src/ansys/optislang/core/tcp/osl_server.py
```
# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its... |
152 | null | keras-team/keras-rs | # Repository Context
Name: keras-team/keras-rs
Description:
# Pull Request
## Update release version to 0.3.0
# Relevant Files Found
## keras_rs/src/version.py
```
from keras_rs.src.api_export import keras_rs_export
# Unique source of truth for the version number.
__version__ = "0.2.2.dev0"
@keras_rs_export(... |
1,740 | null | spec-first/connexion | # Repository Context
Name: spec-first/connexion
Description:
# Pull Request
## chore: fix typos
Changes proposed in this pull request:
- fix some minor typos
# Relevant Files Found
## connexion/cli.py
```
"""
This module defines a command-line interface (CLI) that runs an OpenAPI specification to be a
star... |
3 | null | vladimir-skvortsov/ontol | # Repository Context
Name: vladimir-skvortsov/ontol
Description:
# Pull Request
## fix: code style
**fix**
- there is an error in `__repr__` for Ontology
- add `dataclasses` because of many instances of functions with target to parse data. `asdict` fucntion makes it easier
# Relevant Files Found
## parser/oa... |
1,038 | null | DaleStudy/leetcode-study | # Repository Context
Name: DaleStudy/leetcode-study
Description:
# Pull Request
## [Lyla] Week 11
## 답안 제출 문제
- [x] #227
- [x] #247
- [ ] #262
- [x] #278
- [ ] #287
## 체크 리스트
- [x] 우측 메뉴에서 PR을 **Projects**에 추가해주세요.
- [x] **Projects**의 오른쪽 버튼(▼)을 눌러 확장한 뒤, **Week**를 현재 주차로 설정해주세요.
- [x] 바로 앞에 PR을 ... |
75 | null | evilwb/APRac2 | # Repository Context
Name: evilwb/APRac2
Description:
# Pull Request
## Fix vendor refresh issues for remote items
This PR solves two issues:
- https://github.com/evilwb/APRac2/issues/70
The main issue was that vendor got force-refreshed when receiving any new item, meaning it didn't get refreshed when an item ... |
3 | null | becky3/json_to_csv_for_slack | # Repository Context
Name: becky3/json_to_csv_for_slack
Description:
# Pull Request
## refactoring
refactoring
# Relevant Files Found
## converter.py
```
from cgitb import text
import sys
import os
import glob
import json
# defines =====================
ID_KEY = 'id'
TEXT_KEY = 'text'
USER_KEY = 'user'
PROFILE... |
6,239 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## Fix `cupy.trapz` docstring
Following up #6107. Minor fixes for the docstring of `cupy.trapz()`.
# Relevant Files Found
## cupy/_math/sumprod.py
```
import numpy
import cupy
from cupy._core import _routines_math as _math
from cupy._core import _... |
1,495 | null | LMCache/LMCache | # Repository Context
Name: LMCache/LMCache
Description:
# Pull Request
## [Bugfix] Fix mem leak in S3 connector
Fix mem leak in S3 connector
---
<details>
<!-- inside this <details> section, markdown rendering does not work, so we use raw html here. -->
<summary><b> PR Checklist (Click to Expand) </b></summ... |
31 | null | kujirahand/EJDict | # Repository Context
Name: kujirahand/EJDict
Description:
# Pull Request
## Add bracket check tool
## Summary
- add `tools/check_brackets.py` to detect mismatched brackets in TSV files
## Testing
- `python3 tools/check_brackets.py | head`
------
https://chatgpt.com/codex/tasks/task_e_6840085585bc8328b02bf2917192... |
7 | null | dataiku/dataiku-contrib | # Repository Context
Name: dataiku/dataiku-contrib
Description:
# Pull Request
## Freshdesk: add users, ticket details, cleanup old dataset
Migration notes: after installing, please click Administration → plugins → freshdesk → settings and enter your endpoint and api key.
# Relevant Files Found
## freshdesk/pyth... |
20 | null | jsmnbom/githubbotrevised | # Repository Context
Name: jsmnbom/githubbotrevised
Description:
# Pull Request
## Quick fix for duplicate footer after chat migration
As discussed offline
# Relevant Files Found
## bot/github.py
```
import logging
from typing import Callable
from telegram import ParseMode, TelegramError
from telegram.ext impor... |
848 | null | DLR-RM/stable-baselines3 | # Repository Context
Name: DLR-RM/stable-baselines3
Description:
# Pull Request
## Fix HER goal selection
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
closes #847
## Motivation and Context
<!--- Why is this change require... |
3,269 | null | cloudify-cosmo/cloudify-manager | # Repository Context
Name: cloudify-cosmo/cloudify-manager
Description:
# Pull Request
## RD-3221 execution resume: only set pending, not started
It's not quite started yet - it'll be started once it gets picked
up by the mgmtworker.
Also drop the additional .update(), it's not needed, because we commit
anyway... |
343 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Add more kube-state-metrics
*Note: Please remember to review the Datadog [Contribution Guidelines](https://github.com/DataDog/dd-agent/blob/master/CONTRIBUTING.md)
if you have not yet done so.*
### What does this PR do?
- Tes... |
85 | null | Standard-Cloud/cshelve | # Repository Context
Name: Standard-Cloud/cshelve
Description:
# Pull Request
## Allow migration to V1
# Relevant Files Found
## cshelve/_data_processing.py
```
"""
This module provides the DataProcessing class, which handles pre-processing and post-processing of data.
Examples:
>>> dp = DataProcessing(log... |
55 | null | voxel51/fiftyone-brain | # Repository Context
Name: voxel51/fiftyone-brain
Description:
# Pull Request
## Editing pass over compute_mistakenness() for detections
# Relevant Files Found
## fiftyone/brain/internal/core/mistakenness.py
```
"""
Methods that compute insights related to the chance that a label is a mistake.
| Copyright 2017... |
425 | null | product-definition-center/product-definition-center | # Repository Context
Name: product-definition-center/product-definition-center
Description:
# Pull Request
## To verify the 'read' permission for all members
JIRA: PDC-1757
# Relevant Files Found
## pdc/apps/auth/views.py
```
# -*- coding: utf-8 -*-
#
# Copyright (c) 2015 Red Hat
# Licensed under The MIT License... |
4,810 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## Properly execute function calls in UPDATE once per object
Currently we aren't properly setting a volatility_ref, which means we
might not force functions like random() to be called enough.
Fixes #4799.
# Relevant Files Found
## edb/pgsql/compi... |
116 | null | GBillotey/Fractalshades | # Repository Context
Name: GBillotey/Fractalshades
Description:
# Pull Request
## Windows fix #5
# Relevant Files Found
## src/fractalshades/__init__.py
```
# -*- coding: utf-8 -*-
__author__ = "G. Billotey"
__license__ = "MIT"
__version__ = "1.0.0"
import numpy as np
import warnings
from .settings import (
... |
16 | null | miraedbswo/DMS-Backend-V3-Student | # Repository Context
Name: miraedbswo/DMS-Backend-V3-Student
Description:
# Pull Request
## Return status code 403 in jwt error
#15
# Relevant Files Found
## Server/app/__init__.py
```
from flask import Flask, jsonify
from app.view import Router
from config import config
def register_extension(flask_app: Fla... |
2,676 | null | realsenseai/realsense-ros | # Repository Context
Name: realsenseai/realsense-ros
Description:
# Pull Request
## Fix: /tf and /static_tf topics' inconsistencies
Fixing #2522
**Issues Fixed**:
1. `/static_tf` topic is getting listed even when `publish_tf:=false`
2. When the `tf_publish_rate` param is dynamically changed from 0.0 to >0.0, ... |
179 | null | PatBall1/detectree2 | # Repository Context
Name: PatBall1/detectree2
Description:
# Pull Request
## visualization feature with clean_crowns bugfix
This pull request includes several changes to the `detectree2` project, focusing on improving the training process by adding visualization capabilitiess. The most important changes include ad... |
3,592 | null | ietf-tools/mailarchive | # Repository Context
Name: ietf-tools/mailarchive
Description:
# Pull Request
## feat: add start date argument to archived_at_report scan
# Relevant Files Found
## backend/mlarchive/bin/scan_all.py
```
#!../../../env/bin/python
# from __future__ import print_function
"""
Generic scan script to scan the archive... |
228 | null | DigitalSlideArchive/HistomicsTK | # Repository Context
Name: DigitalSlideArchive/HistomicsTK
Description:
# Pull Request
## Update install doc
Add command to install ctk_cli
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# histomicstk documentation build configuration file, created by
# sphinx-quicksta... |
2,660 | null | KATO-Hiro/AtCoder | # Repository Context
Name: KATO-Hiro/AtCoder
Description:
# Pull Request
## Solve tessoku-book task AB
close #2659
# Relevant Files Found
# Edits
This pull request solves the "tessoku-book task AB" problem, which involves processing a series of arithmetic operations (+, -, ×) on an initial value starting from... |
318 | null | modelscope/modelscope | # Repository Context
Name: modelscope/modelscope
Description:
# Pull Request
## Fix some words
Fix some words
# Relevant Files Found
## modelscope/cli/modelcard.py
```
# Copyright (c) Alibaba, Inc. and its affiliates.
import os
import shutil
import tempfile
from argparse import ArgumentParser
from string import ... |
548 | null | pushingkarmaorg/python-plexapi | # Repository Context
Name: pushingkarmaorg/python-plexapi
Description:
# Pull Request
## Add guards for missing thumbs in tests
Add a `None` check similar to other thumb attributes in the tests.
# Relevant Files Found
## tests/test_audio.py
```
# -*- coding: utf-8 -*-
from datetime import datetime
from . import... |
504 | null | pytorch/rl | # Repository Context
Name: pytorch/rl
Description:
# Pull Request
## [Feature] Add info dict key-spec pairs to observation_spec
## Description
Specs are optionally provided via the `info_spec` property of the `info_dict_reader` (all readers should inherit from `BaseInfoDictReader`). When the `info_dict_reader` i... |
104 | null | kiwigrid/k8s-sidecar | # Repository Context
Name: kiwigrid/k8s-sidecar
Description:
# Pull Request
## Feature/adjust build and test
- Updating the versions of the circleci base image and docker buildx for a correct build
- Adjustments of t
- Updating the tests with newer kubernetes releases, the current version of kind and a new kind c... |
186 | null | oumi-ai/oumi | # Repository Context
Name: oumi-ai/oumi
Description:
# Pull Request
## [Evaluations] HF leaderboard v1 configs
1. Adapted config `sky_eval.yaml` to work with GCP.
2. Replaced task `truthfulqa` with `truthfulqa_mc2`, since the leaderboard V1 is focusing on identifying truthful statements, rather than generating the... |
37 | null | robertlugg/easygui | # Repository Context
Name: robertlugg/easygui
Description:
# Pull Request
## Fixed x button
Hello, I am teaching python to my kids and I find easygui very necessary.
I happen to have a little experience with tkinter, so I have tried to fix a problem I found when trying to close the windows with the x button.
I ho... |
101 | null | pastorhudson/pcobot | # Repository Context
Name: pastorhudson/pcobot
Description:
# Pull Request
## Python 3.7 Travis tests passing
set pytest to 3.8.1
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
import os
import sys
from setuptools import setup, find_packages
from will import __name__ as PACKAGE_NAME
from will impor... |
42 | null | graspologic-org/graspologic | # Repository Context
Name: graspologic-org/graspologic
Description:
# Pull Request
## Pass to ranks
PTR util function with tests. Currently just supports the way that I talked to @jovo about how to handle zero-value edges. I called it 'zero-boost' (open to better name ideas).
Also simplified logic for some of t... |
12,051 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Import the chardet package for urllib3, using the bundled package if necessary.
Refs #11931, #11932, and #11957
/CC @s0undt3ch @techhat
Here's another module required by urllib3, that one of my systems is failing on.
# Relevant Files Found
... |
51 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## Update the behavior of config options
* Improvement of commit #48: change the name of newly added
parameter, make code logic more simple for developers, add
comments for easy understanding, etc.
# Relevant Files Found
## test/u... |
233 | null | gpustack/gpustack | # Repository Context
Name: gpustack/gpustack
Description:
# Pull Request
## fix: match worker by name in serve manager
Problem:
Previously, serve-manager matches worker by hostname and may miss the worker with updated name.
https://github.com/gpustack/gpustack/issues/191
# Relevant Files Found
## gpustack/wor... |
8,343 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Allow custom product data to be referenced in products list
@snopoke
http://manage.dimagi.com/default.asp?182592
# Relevant Files Found
## corehq/apps/app_manager/detail_screen.py
```
from corehq.apps.app_manager import id_strings
from... |
4 | null | tito/telenium | # Repository Context
Name: tito/telenium
Description:
# Pull Request
## Virtualenv support
Be able to start telenium-test from virtualenv (use python-exe from the virtualenv to launch the app). Check entrypoint for aboslute path: if it is not absolute (only 'main.py') we assume that we can use cwd() for the cwd val... |
1,317 | null | open-mmlab/mmdeploy | # Repository Context
Name: open-mmlab/mmdeploy
Description:
# Pull Request
## fix reg test of dev-1.x
## Motivation
Fix regression test.
## Modification
change the default test_pass to `False`
## BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of t... |
618 | null | winpython/winpython | # Repository Context
Name: winpython/winpython
Description:
# Pull Request
## switch changelogs links to new pypi location
# Relevant Files Found
## winpython/wppm.py
```
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Pierre Raybaut
# Licensed under the terms of the MIT License
# (see winpython/__init__.py fo... |
207 | null | CGATOxford/CGATPipelines | # Repository Context
Name: CGATOxford/CGATPipelines
Description:
# Pull Request
## improves file naming for runSleuth task
# Relevant Files Found
## CGATPipelines/pipeline_transcriptdiffexpression.py
```
##############################################################################
#
# MRC FGU CGAT
#
# $Id$... |
49 | null | diofant/diofant | # Repository Context
Name: diofant/diofant
Description:
# Pull Request
## Enable coveralls.io reports
# Relevant Files Found
## bin/coverage_report.py
```
#!/usr/bin/env python
"""
Script to generate test coverage reports.
Usage:
$ bin/coverage_report.py
This will create a directory covhtml with the coverage... |
86 | null | hackalog/easydata | # Repository Context
Name: hackalog/easydata
Description:
# Pull Request
## Fix typo
change to match new api
# Relevant Files Found
## {{ cookiecutter.repo_name }}/{{ cookiecutter.module_name }}/data/transform_data.py
```
import logging
import os
import pathlib
import sys
from ..logging import logger
from ..uti... |
8,549 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## [InteractiveChartsAltair] Form support for Interactive charts altair
## Describe your changes
- added form support
- refactored to use "rerun" only instead of booleans
- refactor streamlit altair 4 exception message
## GitHub Issue Li... |
40 | null | Siyavula/siyavula.latex2image | # Repository Context
Name: Siyavula/siyavula.latex2image
Description:
# Pull Request
## 22 Feb 2019 (2)
# Relevant Files Found
## siyavula/latex2image/imageutils.py
```
"""This module converts code and equations to PDF and/or png formats."""
from __future__ import print_function
import logging
import errno
imp... |
42 | null | pinellolab/CRISPR_Pipeline | # Repository Context
Name: pinellolab/CRISPR_Pipeline
Description:
# Pull Request
## Clean up guide metadata for inference modules
First, we clean the metadata based on the following logic:
- If a targeting guide is missing intended_target_name, fill with the guide_id instead.
- If guide is specified as non-targe... |
116 | null | ExtremeFLOW/pySEMTools | # Repository Context
Name: ExtremeFLOW/pySEMTools
Description:
# Pull Request
## added calculation of RS budgets and other stats from interpolated points
# Relevant Files Found
## examples/unindexed/statistics_processing/user_RS_budgets.py
```
#%% user specified function to define the interpolation points
def u... |
34 | null | Helsinki-NLP/FoTraNMT | # Repository Context
Name: Helsinki-NLP/FoTraNMT
Description:
# Pull Request
## bug fix
# Relevant Files Found
## onmt/models/model.py
```
""" Onmt NMT Model base class definition """
import torch.nn as nn
from onmt.attention_bridge import AttentionBridge
import onmt
class MultiTaskModel(nn.Module):
"""
... |
2,506 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Add 'Blob.compose' API wrapper method.
Closes: #1982.
/cc @jonparrott
# Relevant Files Found
## storage/google/cloud/storage/blob.py
```
# Copyright 2014 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the... |
86 | null | italia/spid-cie-oidc-django | # Repository Context
Name: italia/spid-cie-oidc-django
Description:
# Pull Request
## [Bug] Provider - Deny consent button doesn't make nothing
# Relevant Files Found
## spid_cie_oidc/provider/urls.py
```
from django.conf import settings
from django.urls import path
from .views import (
AuthzRequestView,
... |
195 | null | xcube-dev/xcube | # Repository Context
Name: xcube-dev/xcube
Description:
# Pull Request
## Consolidate metadata only after consolidating coords
Closes #194
# Relevant Files Found
## xcube/util/optimize.py
```
# The MIT License (MIT)
# Copyright (c) 2019 by the xcube development team and contributors
#
# Permission is hereby gran... |
7,258 | null | pyvista/pyvista | # Repository Context
Name: pyvista/pyvista
Description:
# Pull Request
## Add warning if saving `MultiBlock` with nested field data
Resolve #6408
This is a vtk issue which should be fixed upstream. In the meantime, we can at least warn users.
# Relevant Files Found
## pyvista/core/dataobject.py
```
"""Attribu... |
120 | null | Muxi-X/muxi_site | # Repository Context
Name: Muxi-X/muxi_site
Description:
# Pull Request
## fixed-3
# Relevant Files Found
## muxiwebsite/__init__.py
```
# coding: utf-8
"""
muxiwebsite: 木犀团队的官网
~~~~~~~~~~~~~~~~~~~~~~~~~
木犀团队是华中师范大学自由的学生互联网团队,分为
web(前端、后台),设计, 安卓 组
木犀官网是木犀团队的官方网站:
功能模块:
1... |
1,322 | null | coiled/benchmarks | # Repository Context
Name: coiled/benchmarks
Description:
# Pull Request
## [TPC-H] Delay entire computation
# Relevant Files Found
## tests/tpch/test_dask.py
```
from datetime import datetime, timedelta
import pandas as pd
import pytest
pytestmark = pytest.mark.tpch_dask
dd = pytest.importorskip("dask_expr"... |
27 | null | canonical/indico-operator | # Repository Context
Name: canonical/indico-operator
Description:
# Pull Request
## Add health checks
Adding health checks for indico, indico-celery and indico-nginx containers.
# Relevant Files Found
## src/charm.py
```
#!/usr/bin/env python3
# Copyright 2022 Canonical Ltd.
# Licensed under the GPLv3, see LICE... |
63 | null | google/orbax | # Repository Context
Name: google/orbax
Description:
# Pull Request
## Return True from CheckpointManager.should_save when a worker receives a preemption signal.
Return True from CheckpointManager.should_save when a worker receives a preemption signal.
# Relevant Files Found
## orbax/checkpoint/checkpoint_manage... |
301 | null | wevote/WeVoteServer | # Repository Context
Name: wevote/WeVoteServer
Description:
# Pull Request
## Was not saving the Stripe Subscription ID on save
# Relevant Files Found
## donate/controllers.py
```
# donate/controllers.py
# Brought to you by We Vote. Be good.
# -*- coding: UTF-8 -*-
from config.base import get_environment_vari... |
22,011 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Allow all success status codes in REST notify response
## Description:
For example Discord webhooks returns a 204 success code as response, which gets logged as an error in the log, even though it is successful.
Update the allowed statu... |
27 | null | rustedpy/result | # Repository Context
Name: rustedpy/result
Description:
# Pull Request
## Split result type into Ok and Err class - Updated
This PR is a continuation of #18. Without @Emerentius this PR wouldn't have happened.
This is the implementation of #17:
- Changed Result to a union type of `Ok` and `Err`
- Removed the... |
2,206 | null | Materials-Consortia/optimade-python-tools | # Repository Context
Name: Materials-Consortia/optimade-python-tools
Description:
# Pull Request
## Remove unnecessary monty workaround
Now monty has been released we can remove this.
# Relevant Files Found
## tests/adapters/conftest.py
```
from json import JSONDecodeError
from unittest.mock import Mock
import ... |
8,849 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## adding kissmetrics tracking for invites
@nickpell
http://manage.dimagi.com/default.asp?185843#1036467
# Relevant Files Found
## corehq/apps/hqwebapp/utils.py
```
import logging
from couchdbkit.exceptions import ResourceNotFound
from c... |
449 | null | jazzband/wagtailmenus | # Repository Context
Name: jazzband/wagtailmenus
Description:
# Pull Request
## I18n compatibility
Had to merge upstream main branch for #442
# Relevant Files Found
## wagtailmenus/models/menus.py
```
from collections import defaultdict, namedtuple, OrderedDict
from types import GeneratorType
from distutils.ve... |
9,630 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Add an option to turn on/off the underlining of errors and warnings in the Editor.
## Description of Changes
- Added the `Underline errors and warnings` option to the `Source` menu and to the `Editor\Display` preferences.
![image... |
8,912 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## libiberty: new package
The libiberty.a library from GNU binutils. Libiberty provides
demangling and support functions for the GNU toolchain.
This package uses the binutils tarfile but only builds the libiberty
subdirectory. This is useful ... |
8,699 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Torch] Fix ELU conversion
Fix https://github.com/apache/tvm/issues/8679
PyTorch ELU had a bug in sign, that causes accuracy issues when inputs are negative.
@siju-samuel @comaniac @jcf94
# Relevant Files Found
## python/tvm/relay/fronten... |
1,026 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Fix ctc when using volatile option
Fix following issue.
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/chainer-jp/k6B7LPSPsbU/3vt33rTNFwAJ
# Relevant Files Found
## chainer/functions/loss/ctc.py
```
import collec... |
585 | null | pushingkarmaorg/python-plexapi | # Repository Context
Name: pushingkarmaorg/python-plexapi
Description:
# Pull Request
## Allow scanning for clients when using GDM.all()
Allow passing the same parameter as accepted by `GDM.scan()` to immediately return discovered clients.
# Relevant Files Found
## plexapi/gdm.py
```
"""
Support for discovery us... |
55 | null | TheAppgineer/flatpak-flutter | # Repository Context
Name: TheAppgineer/flatpak-flutter
Description:
# Pull Request
## Add Flutter 3.35 support
# Relevant Files Found
## flatpak-flutter.py
```
#!/usr/bin/env python3
__license__ = 'MIT'
import subprocess
import shutil
import argparse
import os
import sys
import yaml
import json
import urllib.... |
27 | null | smarkets/flake8-strict | # Repository Context
Name: smarkets/flake8-strict
Description:
# Pull Request
## Fix decorator arguments not being linted
Fixes #26.
# Relevant Files Found
## flake8_strict.py
```
#!/usr/bin/env python
from __future__ import absolute_import, division, print_function, unicode_literals
import enum
import itertoo... |
5,327 | null | aristanetworks/avd | # Repository Context
Name: aristanetworks/avd
Description:
# Pull Request
## Refactor(eos_designs): Rename keys `destination_address_prefix` and `gateway` under ipv4/6 `static_routes`
## Change Summary
Rename keys `destination_address_prefix` and `gateway` under `<network_services_key>.vrfs[].static_routes` and ... |
19,453 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## test(api): I give up, spell out mock touch_tip() arguments
# Overview
I thought I could make the `test_transfer_components_executor.py` more succinct by leaving out the arguments to the mock `touch_tip()` and doing:
```
decoy.verify(... |
31,233 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## implement version_cmp for zypper
version_cmp is used inside of the states. To work correctly with versions, zypper.py should implemt it.
# Relevant Files Found
## salt/modules/zypper.py
```
# -*- coding: utf-8 -*-
'''
Package support for o... |
542 | null | nationalarchives/ds-caselaw-data-enrichment-service | # Repository Context
Name: nationalarchives/ds-caselaw-data-enrichment-service
Description:
# Pull Request
## Make Legislation integration test run against a canned version
There was an assertion failing in `test_fetch_legislation.py::test_fetch_legislation_integration`. This connects to the Legislation SPARQL endp... |
157 | null | kennethreitz/responder | # Repository Context
Name: kennethreitz/responder
Description:
# Pull Request
## Improve exception handling
Re-raise exceptions caught in _dispatch_request. Added starlette ExceptionMiddleware to be able to test this gracefully.
This should make any unhandled exceptions bubble all the way up so the stack gets p... |
211 | null | tenstorrent/polaris | # Repository Context
Name: tenstorrent/polaris
Description:
# Pull Request
## 187 sub185 enable workload instance choice based on the workload parameter configuration as determined from reference data
# Relevant Files Found
## tools/run_ttsi_corr.py
```
#!/usr/bin/env python
# SPDX-FileCopyrightText: (C) 2025 T... |
3 | null | The-Compiler/pytest-vw | # Repository Context
Name: The-Compiler/pytest-vw
Description:
# Pull Request
## Support GitHub actions
As per [their docs](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables), `GITHUB_ACTIONS=true` when GitHub Actions is running.
# Relevant Files Found
## pytest_vw.... |
620 | null | bigchaindb/bigchaindb | # Repository Context
Name: bigchaindb/bigchaindb
Description:
# Pull Request
## Made the security group an AWS deployment parameter
Before, when using the AWS deployment scripts (i.e. the Fabric-based ones), the security group was hard-wired to be "bigchaindb". This just makes it a parameter in the AWS deployment c... |
351 | null | nvbn/thefuck | # Repository Context
Name: nvbn/thefuck
Description:
# Pull Request
## #35 mvn support
Includes two new rules:
- `mvn_no_command` will automatically turn `mvn` into `mvn clean package` as that is what you really want.
- `mvn_unknown_lifecycle_phase` will run a fuzzy search over the returned available life cycle st... |
399 | null | spyder-ide/qtconsole | # Repository Context
Name: spyder-ide/qtconsole
Description:
# Pull Request
## Fix QFontMetrics.width deprecation
This PR fixes a deprecation: `QFontMetrics.width()` is [obsolete](https://doc.qt.io/qt-5/qfontmetrics-obsolete.html#width)
This PR changes all instances of (e.g.):
`QFontMetrics().width(' ')` to `QF... |
3,366 | null | SasView/sasview | # Repository Context
Name: SasView/sasview
Description:
# Pull Request
## Simultaneous fitting issues
## Description
Refactoring of the Fitting widget left some dangling references to old methods, which now reside on separate objects.
This got fixed.
Fixes #3343
## How Has This Been Tested?
Local Windo... |
458 | null | elastic/rally | # Repository Context
Name: elastic/rally
Description:
# Pull Request
## Add parameter support to telemetry devices
With this commit we add a new command line flag `--telemetry-params`
which allows users to inject parameters to telemetry devices.
We also enhance the `jfr` telemetry device to choose the recording... |
55 | null | crossdistro/network-testing | # Repository Context
Name: crossdistro/network-testing
Description:
# Pull Request
## Improve delete namespace flow
Get rid of useless "no such file or directory" messages if namespaces
doesn't exist on deletion. Check if directory exist before deleting
and delete namespace from the list if it's there
Signed-o... |
28 | null | canonical/indico-operator | # Repository Context
Name: canonical/indico-operator
Description:
# Pull Request
## Enable piwik plugin
Piwik settings can't be configured using the config file for the time being, so they won't be exposed in juju: https://github.com/indico/indico-plugins/issues/182
The plugin will have to be configured manually t... |
88 | null | scrapy/parsel | # Repository Context
Name: scrapy/parsel
Description:
# Pull Request
## Add replace_entities argument to re()/re_first()
Fixes https://github.com/scrapy/parsel/issues/84
# Relevant Files Found
## parsel/selector.py
```
"""
XPath selectors based on lxml
"""
import sys
import six
from lxml import etree, html
fr... |
45,216 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## py-multiecho: add v0.29
This version finally is able to work with `python@3.10:`
https://github.com/Donders-Institute/multiecho/tree/0.29
<!--
Remember that `spackbot` can help with your PR in multiple ways:
- `@spackbot help` shows all t... |
7 | null | MartinHeinz/IoT-Cloud | # Repository Context
Name: MartinHeinz/IoT-Cloud
Description:
# Pull Request
## Benchmark of hash functions which could be used as alternative to cur…
…rent tuple generation.
# Relevant Files Found
# Edits
This pull request adds a benchmark to evaluate hash functions as a more privacy-friendly alternative to t... |
994 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## Feature/interactive display hostname
## Bug / Requirement Description
There is a requirement that instead of localhost or IP address we log the exact hostname on the console during interactive UI startup.
## Solution description
S... |
1,446 | null | pycontribs/jira | # Repository Context
Name: pycontribs/jira
Description:
# Pull Request
## Remove remaining non-f-strings
So we are consistent, looks like we may have missed the test directory last time?
# Relevant Files Found
## examples/maintenance.py
```
#!/usr/bin/env python
#
# This script will cleanup your jira instance by... |
1,454 | null | supervisely/supervisely | # Repository Context
Name: supervisely/supervisely
Description:
# Pull Request
## fix(select_dataset_tree): update team and workspace selection checks to use None comparison for improved reliability
# Relevant Files Found
## supervisely/app/widgets/select_dataset_tree/select_dataset_tree.py
```
from typing impo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.