pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,098 | null | inveniosoftware/invenio-rdm-records | # Repository Context
Name: inveniosoftware/invenio-rdm-records
Description:
# Pull Request
## permissions: add administration to OAI
* closes https://github.com/inveniosoftware/invenio-administration/issues/128
* needs https://github.com/inveniosoftware/invenio-administration/pull/131
# Relevant Files Found
## i... |
1,512 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## Wrap filter1d
This pull request wraps `filter1d`.
**Reminders**
- [ ] Run `make format` and `make check` to make sure the code follows the style guide.
- [ ] Add tests for new features or tests that would have caught the ... |
423 | null | cogent3/cogent3 | # Repository Context
Name: cogent3/cogent3
Description:
# Pull Request
## ENH: TreeAlign adds alignment log-likelihood to align.info
aded to ["align_params"]["lnL"]
# Relevant Files Found
## src/cogent3/align/progressive.py
```
#!/usr/bin/env python
from cogent3 import make_tree
from cogent3.core.info import I... |
51 | null | RenolY2/mkdd-track-editor | # Repository Context
Name: RenolY2/mkdd-track-editor
Description:
# Pull Request
## Add side buttons for checkpoints
Make checkpoint adding easier similar to that of enemypoints
# Relevant Files Found
## lib/libbol.py
```
import json
from struct import unpack, pack
from numpy import ndarray, array
from math impo... |
2,153 | null | cds-snc/notification-api | # Repository Context
Name: cds-snc/notification-api
Description:
# Pull Request
## Bug fix: callback URL timing out and preventing notification processing slowdown
# Summary | Résumé
Bringing callback changes from GDS upstream repository.
- Reduce callback http request timeout from 60 to 5 seconds.
- Retry c... |
65 | null | django-oscar/django-oscar-odin | # Repository Context
Name: django-oscar/django-oscar-odin
Description:
# Pull Request
## Do not index errors on entitry attributes with no json method
# Relevant Files Found
## oscar_odin/mappings/catalogue.py
```
# pylint: disable=W0613
"""Mappings between odin and django-oscar models."""
import odin
from dec... |
2,461 | null | open-telemetry/opentelemetry-python | # Repository Context
Name: open-telemetry/opentelemetry-python
Description:
# Pull Request
## Bump semantic conventions from 1.6.1 to 1.8.0
# Description
Some hbase/cassandra semantic conventions were removed but I don't think we are using them in out instrumentations.
## Type of change
Please delete opti... |
31 | null | panther-labs/pySigma-backend-panther | # Repository Context
Name: panther-labs/pySigma-backend-panther
Description:
# Pull Request
## Fix ParentBaseFileName field name error
Fixes `Only file name of parent image is available in CrowdStrike events. ` error
# Relevant Files Found
## sigma/pipelines/panther/crowdstrike_panther_pipeline.py
```
from sigma... |
104 | null | HDRUK/CaRROT-CDM | # Repository Context
Name: HDRUK/CaRROT-CDM
Description:
# Pull Request
## Feature/bclink integration
# Relevant Files Found
## coconnect/cdm/model.py
```
import os
import pandas as pd
import numpy as np
import json
import copy
import getpass
from time import gmtime, strftime
from .operations import OperationT... |
5,337 | null | TheAlgorithms/Python | # Repository Context
Name: TheAlgorithms/Python
Description:
# Pull Request
## Add tests to morse_code.py
@dhruvmanila @poyea Your reviews, please.
### **Describe your change:**
* [x] Add tests to an existing algorithm?
* [ ] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Docum... |
346 | null | elastic/eland | # Repository Context
Name: elastic/eland
Description:
# Pull Request
## Fix bugs with field mapping and lint issue
1. If no permission to call _mapping, return readable error
2. If index is wildcard, fix issues with user warnings
# Relevant Files Found
## eland/field_mappings.py
```
# Licensed to Elasticsearch... |
7 | null | rancher/gdapi-python | # Repository Context
Name: rancher/gdapi-python
Description:
# Pull Request
## Add retry to update
If a 409 (conflict) response is received on an update, retry up to 3
times.
# Relevant Files Found
## gdapi.py
```
#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK
from __future__ import print_function
import six
im... |
83 | null | MasoniteFramework/masonite | # Repository Context
Name: MasoniteFramework/masonite
Description:
# Pull Request
## Masonite 1.4
# Relevant Files Found
## app/http/controllers/WelcomeController.py
```
''' Welcome The User To Masonite '''
from masonite.request import Request
class WelcomeController(object):
''' Controller For Welcoming ... |
9,434 | null | cloud-custodian/cloud-custodian | # Repository Context
Name: cloud-custodian/cloud-custodian
Description:
# Pull Request
## Implement aws - sagemaker-auto-ml-job
Implements issue request #9419
# Relevant Files Found
## c7n/resources/resource_map.py
```
# Copyright The Cloud Custodian Authors.
# SPDX-License-Identifier: Apache-2.0
ResourceMap = ... |
34 | null | ios-xr/gisobuild | # Repository Context
Name: ios-xr/gisobuild
Description:
# Pull Request
## Added Support to build usb zip of ncs5500 golden iso
This PR is having code to support for exr usb zip of ncs5500 golden ISO.
This is having code change to sync from internal repo to external repo
# Relevant Files Found
## src/exrmod/gi... |
10 | null | kuffmode/msa | # Repository Context
Name: kuffmode/msa
Description:
# Pull Request
## Parallelize cpu
# Relevant Files Found
## msapy/msa.py
```
import warnings
from typing import Callable, Optional, Dict, Tuple, Union
from joblib import Parallel, delayed
import numpy as np
import pandas as pd
from ordered_set import OrderedS... |
16,394 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## refactor(dbt): migrate `project_fully_featured` to use `@dbt_assets`
## Summary & Motivation
- remove unnecessary nesting of `profiles.yml` under `config/`
- use `DagsterDbtTranslator` and `@dbt_assets` instead of `load_assets_from_dbt_man... |
97 | null | awslabs/osml-model-runner | # Repository Context
Name: awslabs/osml-model-runner
Description:
# Pull Request
## refactor: migrate logic from app.py
**Issue #, if available:** n/a
### Notes
This is the first of a series of PRs intended refactor of the top level app.py module in our ModelRunner application to improve maintainability and tes... |
6,907 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## [MRG+1] Added support for sample_weight in linearSVR, including tests and documentation. Fixes #6862
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com... |
3,457 | null | bcgov/sbc-auth | # Repository Context
Name: bcgov/sbc-auth
Description:
# Pull Request
## 29447 - Remove minio
*Issue #:*
https://github.com/bcgov/entity/issues/29447
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of ... |
239 | null | aai-institute/lakefs-spec | # Repository Context
Name: aai-institute/lakefs-spec
Description:
# Pull Request
## Update dev requirements, fix lakefs v0.2.0 regression
`lakefs.Branch.head` was changed to a property in v0.2.0, so we can no longer call it.
# Relevant Files Found
## src/lakefs_spec/transaction.py
```
"""
Functionality for exten... |
1,958 | null | open-compass/opencompass | # Repository Context
Name: open-compass/opencompass
Description:
# Pull Request
## fix the bug that model_kwargs passed in is invalid when the accelerator is vllm
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedbac... |
241 | null | turboderp-org/exllamav2 | # Repository Context
Name: turboderp-org/exllamav2
Description:
# Pull Request
## feat: frequency and presence penalty
The implementation is based on the [OpenAI specification](https://platform.openai.com/docs/guides/text-generation/parameter-details).
# Relevant Files Found
## examples/chat.py
```
import sys, ... |
49 | null | pimoroni/explorer-hat | # Repository Context
Name: pimoroni/explorer-hat
Description:
# Pull Request
## Add support for ADS1115 ADC variant
Add support for the ADS1115 ADC variant.
Bump the library version to 0.5.0.
Fix bug in deferred setup for `light` GPIO.
Switch to a markdown-based README.
# Relevant Files Found
## library/... |
1 | null | Canaan-Creative/fms-core | # Repository Context
Name: Canaan-Creative/fms-core
Description:
# Pull Request
## Move upgrade related code into fms-core from FMS
# Relevant Files Found
# Edits
This pull request moves firmware upgrade functionality into the `fms-core` library from the main FMS project, centralizing core features for managi... |
185 | null | seleniumbase/SeleniumBase | # Repository Context
Name: seleniumbase/SeleniumBase
Description:
# Pull Request
## Fix chromedriver version
Chromedriver 2.41 may have issues. Forcing version 2.40
# Relevant Files Found
## console_scripts/sb_install.py
```
"""
Installs the specified web driver.
Usage:
seleniumbase install {chromedrive... |
914 | null | NHSDigital/dos-integration | # Repository Context
Name: NHSDigital/dos-integration
Description:
# Pull Request
## DS-1658 Quality Checker Integration Tests
# Task Branch Pull Request
**<https://nhsd-jira.digital.nhs.uk/browse/DS-1658>**
## Description of Changes
This PR adds integration tests for the quality checker lambda to ensure a... |
57,182 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Always include start point for statistics
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big pictu... |
3 | null | amorehead/EGNN-DGL | # Repository Context
Name: amorehead/EGNN-DGL
Description:
# Pull Request
## Bump pytorch-lightning from 1.5.8 to 1.6.0
Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.5.8 to 1.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Lightning-AI/li... |
127 | null | lebrice/SimpleParsing | # Repository Context
Name: lebrice/SimpleParsing
Description:
# Pull Request
## Fix #126, deserialization with postponed type ants
When `from __future__ import annotations` feature is used, the `Serializable.from_dict` method doesn't work correctly, since it can't find the right decoding function.
This fixes thi... |
15,869 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #33864 -- Deprecated length_is template filter.
ticket-33864
See the ticket for details. Following on from discussion in #14333.
# Relevant Files Found
## django/template/defaultfilters.py
```
"""Default variable filters."""
import ... |
25,579 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [AIR] Add `_predict_arrow` interface for Predictor
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
Adds `_predict_arrow` Developer API t... |
1 | null | aws-samples/amazon-chime-sma-on-demand-recording | # Repository Context
Name: aws-samples/amazon-chime-sma-on-demand-recording
Description:
# Pull Request
## feat: update to CDKv2 and cdk-amazon-chime-resources
*Issue #, if available:*
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this ... |
6 | null | enablebanking/open_banking_eidas_broker | # Repository Context
Name: enablebanking/open_banking_eidas_broker
Description:
# Pull Request
## Revert "add loadPEM method"
This reverts commit 6775e7eb45a83e6ee3af85570127309a689d03a6.
# Relevant Files Found
## app/main.py
```
from collections import namedtuple
from pathlib import Path
from typing import List... |
154 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Allow 7zip to be built with mingw + fix 64 bit Visual Studio
Specify library name and version: **7zip/19.00**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/wiki#how-to-submit-a-pull-request) f... |
20 | null | terminusdb/terminusdb-tutorials | # Repository Context
Name: terminusdb/terminusdb-tutorials
Description:
# Pull Request
## Fix typo and clean up
# Relevant Files Found
## flight-tutorial/flight_schema.py
```
import woqlclient.woqlClient as woql
from woqlclient import WOQLQuery
import json
server_url = "http://localhost:6363"
key = "root"... |
512 | null | biotite-dev/biotite | # Repository Context
Name: biotite-dev/biotite
Description:
# Pull Request
## Allow 5 characters residue names
Fixes #500.
# Relevant Files Found
## src/biotite/structure/__init__.py
```
# This source code is part of the Biotite package and is distributed
# under the 3-Clause BSD License. Please see 'LICENSE.rst... |
35 | null | BlueBrain/luigi-tools | # Repository Context
Name: BlueBrain/luigi-tools
Description:
# Pull Request
## Remove deprecated features that were introduced in `luigi == 3.1.0`
Here is the list of features introduced in `luigi == 3.1.0` that are removed from luigi-tools:
* The `UnconsumedParameterWarning` mixin is now the default behavior of ... |
8,606 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Fix random for CuPy v8/v9
# Relevant Files Found
## chainer/testing/random.py
```
from __future__ import absolute_import
import atexit
import functools
import os
import random
import types
import numpy
from chainer.backends import cuda
... |
81 | null | apivideo/api.video-python-client | # Repository Context
Name: apivideo/api.video-python-client
Description:
# Pull Request
## Fix indirect URLs
> Changes are for these Asana tasks:
* [Fix incorrect links that end up in 40x](https://app.asana.com/0/1204307844224163/1205546610661008)
* Fix indirect links that target pages in [docs](https://app.asa... |
11 | null | GoogleCloudPlatform/professional-services-bigquery-permission-mapper | # Repository Context
Name: GoogleCloudPlatform/professional-services-bigquery-permission-mapper
Description:
# Pull Request
## fix: import formatting fix
Update import formatting in one file to fix breaking isort test.
# Relevant Files Found
## td2bq_mapper/td2bq_users_map.py
```
# Copyright 2021 Google LLC
#
# ... |
182 | null | vprusso/toqito | # Repository Context
Name: vprusso/toqito
Description:
# Pull Request
## Altering state exclusion solvers for picos.
- Refactor of state exclusion SDP. Function now returns optimal value and measurements and allows user to specify between solving either primal or dual problem.
# Relevant Files Found
## tests/tes... |
9,917 | null | ibis-project/ibis | # Repository Context
Name: ibis-project/ibis
Description:
# Pull Request
## refactor(selectors): remove janky `Predicate` class and unify `Selector`s under a single interface
## Description of changes
This is a refactor of selectors internals.
The disparity between the `Predicate` class and the `Selector` has alw... |
22,936 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix BigQueryGetDataOperator Response Serialisation
Currently, if I do not pass the `selected_fields` parameter in BigQueryGetDataOperator which is equivalent to `select * from table` and bigquery table has a column having type Date, Time, Dat... |
59 | null | 0b01001001/spectree | # Repository Context
Name: 0b01001001/spectree
Description:
# Pull Request
## Add flask Blueprint support
Transparently use blueprint in place of flask app.
# Relevant Files Found
## spectree/plugins/flask_plugin.py
```
from pydantic import ValidationError
from .base import BasePlugin, Context
from .page import... |
18,147 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Raise appropriate exception when error_body is dict | Fix exception raised during handling of another exception
This resolves https://github.com/Azure/azure-sdk-for-python/issues/18129, https://github.com/Azure/azure-cli/issues/162... |
5 | null | SupraSummus/prompt-wars | # Repository Context
Name: SupraSummus/prompt-wars
Description:
# Pull Request
## Adjust copy "warrior" -> "spell"
Closes #3
# Relevant Files Found
## warriors/forms.py
```
import hashlib
from django import forms
from django.contrib import messages
from django.utils.text import normalize_newlines
from django.u... |
965 | null | apecloud/ApeRAG | # Repository Context
Name: apecloud/ApeRAG
Description:
# Pull Request
## Refine log
# Relevant Files Found
## aperag/db/repositories/collection.py
```
# Copyright 2025 ApeCloud, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the Li... |
20 | null | martinez-zacharya/TRILL | # Repository Context
Name: martinez-zacharya/TRILL
Description:
# Pull Request
## Integrating TemStaPro
# Relevant Files Found
## trill/trill_main.py
```
import pytorch_lightning as pl
import torch
import argparse
import esm
import time
import gc
import subprocess
import os
from git import Repo
from torch impor... |
250 | null | serhatbolsu/robotframework-appiumlibrary | # Repository Context
Name: serhatbolsu/robotframework-appiumlibrary
Description:
# Pull Request
## revert to 3114c66
# Relevant Files Found
## AppiumLibrary/keywords/_element.py
```
# -*- coding: utf-8 -*-
from AppiumLibrary.locators import ElementFinder
from .keywordgroup import KeywordGroup
from robot.li... |
241 | null | simonsobs/socs | # Repository Context
Name: simonsobs/socs
Description:
# Pull Request
## changes monitor to use Feed.enforce_field_name_rules
<!--- Provide a general summary of your changes in the Title above -->
Pysmurf monitor used to use the old `Provider._enforce_field_name_rules`, but that was recently moved to the OCS Feed... |
168 | null | mblayman/homeschool | # Repository Context
Name: mblayman/homeschool
Description:
# Pull Request
## Bump django from 3.0.7 to 3.1.1
Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/django/django/commit/f33c2528f4f699086ed97330ff2f010e63d5702b"... |
2,576 | null | commaai/opendbc | # Repository Context
Name: commaai/opendbc
Description:
# Pull Request
## Docs: add vid link to comma body
- COMMA_HACK_4 [vid](https://youtu.be/VT-i3yRsX2s?t=2736)
- time stamped it at a part I thought would be fun to watch for people not familiar with the comma body
# Relevant Files Found
## opendbc/car/body/v... |
1,375 | null | ResearchHub/researchhub-backend | # Repository Context
Name: ResearchHub/researchhub-backend
Description:
# Pull Request
## Bounty type
Adding bounty type to comments
# Relevant Files Found
## src/discussion/reaction_views.py
```
from django.contrib.admin.options import get_content_type_for_model
from django.contrib.contenttypes.models import Co... |
260 | null | SpiNNakerManchester/SpiNNMan | # Repository Context
Name: SpiNNakerManchester/SpiNNMan
Description:
# Pull Request
## Pylint
Another repository with no pylint warnings
# Relevant Files Found
## spinnman/connections/scp_request_pipeline.py
```
# Copyright (c) 2017-2019 The University of Manchester
#
# This program is free software: you can red... |
316 | null | compas-dev/compas_fab | # Repository Context
Name: compas-dev/compas_fab
Description:
# Pull Request
## loads doc version dynamically
<!-- Thank you for your pull request! -->
<!-- Please start by describing your change in a few sentences. -->
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
###... |
375 | null | lemon24/reader | # Repository Context
Name: lemon24/reader
Description:
# Pull Request
## Adding read_only feature for Reader class #319
Hello,
This PR implements the read-only mode for `Reader`, addressing issue #319.
As described in the issue, the implementation uses the lowest-level mechanism — opening the database via a U... |
124 | null | softwareone-platform/swo-adobe-vipm-extension | # Repository Context
Name: softwareone-platform/swo-adobe-vipm-extension
Description:
# Pull Request
## 224078 send email notifications
# Relevant Files Found
## adobe_vipm/flows/fulfillment/shared.py
```
"""
This module contains shared functions used by the different fulfillment flows.
"""
import logging
from... |
1,288 | null | acl-org/acl-anthology | # Repository Context
Name: acl-org/acl-anthology
Description:
# Pull Request
## Emnlp video links
Ingested 2020 EMNLP main paper videos from cleaned CSV file
[main_updated.csv](https://github.com/acl-org/acl-anthology/files/6366162/main_updated.csv)
Original CSV file can be found [here](https://github.com/acl-o... |
46 | null | openelections/clarify | # Repository Context
Name: openelections/clarify
Description:
# Pull Request
## Refactor Jurisdiction URL Parsing
This updates the jurisdiction url parsing so that a broader array of urls can be input (not just those ending in `en/summary.html`) and unifies the parsing and url construction across the different meth... |
79 | null | piccolomo/plotext | # Repository Context
Name: piccolomo/plotext
Description:
# Pull Request
## Issue #076: Density Plot Support in `hist`
Proposed fixes for #76
Summary of the Changes:
* Parameter Name: `norm` I would have preferred the verb form, but from your comment, I learned that (American) "normalize" has an alternate Brit... |
21 | null | simondolle/dgim | # Repository Context
Name: simondolle/dgim
Description:
# Pull Request
## Enhancement: Dgim constructor takes "error_rate" as parameter. (#20)
It is easier to set than "r".
Fix #20
# Relevant Files Found
## dgim/dgim.py
```
import math
from collections import deque
class Dgim(object):
"""An implementation... |
67 | null | amazon-braket/amazon-braket-sdk-python | # Repository Context
Name: amazon-braket/amazon-braket-sdk-python
Description:
# Pull Request
## Use .construct() for creating IR objects
*Issue #, if available:*
*Description of changes:*
* Some of the overhead for circuit execution for the Braket SDK arises due to validations being performed on circuit execut... |
2,513 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Add/skyr url
Specify library name and version: **skyr-url/1.12.0**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing.
- [x] I've followed... |
286 | null | catalystneuro/roiextractors | # Repository Context
Name: catalystneuro/roiextractors
Description:
# Pull Request
## Update Version
This PR manually updates the version of ROI extractors to accommodate latest release.
It also sets up a github workflow to automatically increment the patch version number upon every subsequent release. But, the ... |
52 | null | openbci-archive/OpenBCI_Python | # Repository Context
Name: openbci-archive/OpenBCI_Python
Description:
# Pull Request
## FIX: Scale factor for Ganglion over BLE
# Relevant Files Found
## open_bci_ganglion.py
```
"""
Core OpenBCI object for handling connections and samples from the gnaglion board.
Note that the LIB will take care on its own t... |
5,086 | null | ansys/pyaedt | # Repository Context
Name: ansys/pyaedt
Description:
# Pull Request
## FIX: h3d plot dc field
# Relevant Files Found
## src/ansys/aedt/core/modules/post_processor.py
```
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 - 2024 ANSYS, Inc. and/or its affiliates.
# SPDX-License-Identifier: MIT
#
#
# Permission is he... |
518 | null | pymeasure/pymeasure | # Repository Context
Name: pymeasure/pymeasure
Description:
# Pull Request
## New sequencer architecture
Hi all,
I have tried to restructure the sequencer module to:
- decouple it from graphical tree using Qt MVC model
- added dedicated set of test
- made it prone to be used in console mode where graphic is n... |
1,169 | null | Genesis-Embodied-AI/Genesis | # Repository Context
Name: Genesis-Embodied-AI/Genesis
Description:
# Pull Request
## [BUG FIX] Simplify URDF/MJCF parser post-processing.
## Description
* Remove fragile and convoluted URDF/MJCF kinematic chain post-processing introduced by https://github.com/Genesis-Embodied-AI/Genesis/pull/1159.
* Parse roo... |
2,298 | null | OpenMined/PySyft | # Repository Context
Name: OpenMined/PySyft
Description:
# Pull Request
## Test virtual worker serialization
Fixes #2297
# Relevant Files Found
## syft/serde/serde.py
```
"""
This file exists to provide one common place for all serialization to occur
regardless of framework. As msgpack only supports basic types... |
263 | null | datacenter/ACI-Pre-Upgrade-Validation-Script | # Repository Context
Name: datacenter/ACI-Pre-Upgrade-Validation-Script
Description:
# Pull Request
## Welkin issue 245
Hello folks,
This bug has been hit for twice from the field, which caused significant amount of effort from BU and TAC. Please review it and adopt it at your earliest convenience.
Thanks,
... |
598 | null | Golde34/Gaia-Project | # Repository Context
Name: Golde34/Gaia-Project
Description:
# Pull Request
## Refactor graph expander to use shared Neo4j connection
## Summary
- refactor the graph repository base helpers to expose typed query execution with the shared driver
- update the graph expander repository to reuse the shared Neo4j sessio... |
49 | null | ianmiell/shutit | # Repository Context
Name: ianmiell/shutit
Description:
# Pull Request
## Fix module import checking for relative paths
Fixes #48 and allows you to use `-m ..` again.
# Relevant Files Found
## util.py
```
#!/usr/bin/env pythen
"""ShutIt utility functions.
"""
#The MIT License (MIT)
#
#Copyright (C) 2014 OpenB... |
218 | null | IQuOD/AutoQC | # Repository Context
Name: IQuOD/AutoQC
Description:
# Pull Request
## typeo
this just had to have been a typeo, my apologies.
# Relevant Files Found
## qctests/CSIRO_long_gradient.py
```
"""
Implements CSIRO's long gradient check
All questionable features result in a flag, in order to minimize false negatives
... |
16 | null | DataBiosphere/terra-notebook-utils | # Repository Context
Name: DataBiosphere/terra-notebook-utils
Description:
# Pull Request
## Correctly grab billing project from notebook environment
# Relevant Files Found
## terra_notebook_utils/__init__.py
```
import os
WORKSPACE_NAME = os.environ.get('WORKSPACE_NAME', None)
WORKSPACE_GOOGLE_PROJECT = os.en... |
243 | null | atomicals/atomicals-electrumx | # Repository Context
Name: atomicals/atomicals-electrumx
Description:
# Pull Request
## Minor release v1.5.2.0
- Make sure a valid tx hash is using when querying transactions. https://github.com/atomicals/atomicals-electrumx/pull/232 by @wizz-wallet-dev
- Decodes all Atomicals outputs with the transaction. https:/... |
80 | null | Jittor/JDet | # Repository Context
Name: Jittor/JDet
Description:
# Pull Request
## [WIP] Add CSL
MMRotate 0.x fp16 le90: 69.51
MMRotate 1.x fp16 le90: 68.05
JDet le135: 66.99 (loss_weight=0.8)
JDet le135: 67.62 (loss_weight=0.4)
JDet le135: 68.04 (loss_weight=0.2)
# Relevant Files Found
## python/jdet/models/boxes/coder... |
431 | null | ansible/django-ansible-base | # Repository Context
Name: ansible/django-ansible-base
Description:
# Pull Request
## Reconcile User Claims with AuthMap roles
- **depends on** #407
This PR applies AuthenticationMap RBAC roles to the Reconcile User Claims.
The AuthenticatorMap.remove_users = True now removes all role_user_assignments (it us... |
1,428 | null | onnx/onnx | # Repository Context
Name: onnx/onnx
Description:
# Pull Request
## Adding EyeLike generator op.
This is a generator ops for producing identity-like matrices with ones on the major diagonal and zeros everywhere else. This generator op is quite useful for models and most major frameworks have it.
Note that the ... |
2,996 | null | reframe-hpc/reframe | # Repository Context
Name: reframe-hpc/reframe
Description:
# Pull Request
## [testlib] Fix the `ssh_host_keys` library test
The test references the self.host_keys variable but it should be self.ssh_host_keys instead
# Relevant Files Found
## hpctestlib/system/ssh/host_keys.py
```
# Copyright 2016-2023 Swiss Nat... |
527 | null | StackStorm/st2 | # Repository Context
Name: StackStorm/st2
Description:
# Pull Request
## RFR: Get rid of LiveActionsController
- Fix: Remove liveactions.py - contained class LiveActionsController
- Add execute_action method to worker.py
FWIW, execute_action missing tests. https://stackstorm.atlassian.net/browse/STORM-530
# Rele... |
177 | null | biomass-dev/biomass | # Repository Context
Name: biomass-dev/biomass
Description:
# Pull Request
## Transfer graphing from BioMass to Text2Model
This pull request transfers the graphing capabilities from the BioMass level to the Text2Model level.
# Relevant Files Found
## biomass/construction/text2model.py
```
import os
import re
imp... |
4,481 | null | GoogleChrome/chromium-dashboard | # Repository Context
Name: GoogleChrome/chromium-dashboard
Description:
# Pull Request
## Keep features up-to-date in the Feature Detail page
Implement a UI to show outdated feature warnings in the feature detail page. #4370. It shows a warning banner below the title based on the audience, if outdated.
For a fe... |
1,896 | null | Lightning-AI/torchmetrics | # Repository Context
Name: Lightning-AI/torchmetrics
Description:
# Pull Request
## Bugfix for using metric collection and aggregation metric
## What does this PR do?
Fixes #1890
Essentially, if a user provides a single value like `torch(1.0) then the state of `SumMetric`, `MeanMetric`, `MinMetric`, `MaxMetri... |
16 | null | x25/coinhive-stratum-mining-proxy | # Repository Context
Name: x25/coinhive-stratum-mining-proxy
Description:
# Pull Request
## Fix CORS erros
see issue #14
# Relevant Files Found
## coinhive-stratum-mining-proxy.py
```
#!/usr/bin/env python
# The MIT License (MIT)
#
# Copyright (c) 2017
#
# Permission is hereby granted, free of charge, to any pe... |
41 | null | lumi-ua/goit-project2-django-assistant | # Repository Context
Name: lumi-ua/goit-project2-django-assistant
Description:
# Pull Request
## Initial commit Bootstrap: docs.css (extended styles, v5.0)
# Relevant Files Found
## personal_assistant/app_contacts/forms.py
```
from django.forms import ModelForm, CharField, EmailField, DateField
from phonenumber... |
203 | null | Auto-Mech/autochem | # Repository Context
Name: Auto-Mech/autochem
Description:
# Pull Request
## Bug fix for additions
# Relevant Files Found
## automol/graph/embed.py
```
""" geometry embedding using the distance geometry algorithm
This algorithm generates approximate geometries by a randomized guess at the
distance matrix, with... |
2,621 | null | microsoft/lisa | # Repository Context
Name: microsoft/lisa
Description:
# Pull Request
## waagent.conf will be read once when check resource disk, add force_run to get the configuration
it happened after code change to use the resource disk for downloading the large size packages, and only for centos type os, it will read resource ... |
63 | null | mattjw/sparkql | # Repository Context
Name: mattjw/sparkql
Description:
# Pull Request
## ci: Add test coverage checks
# Relevant Files Found
## tasks/testing.py
```
from .utils import run, PROJECT_INFO, print_heavy
#
# Commands
def test():
print_heavy(f"\n🔍 TESTING 🔎\n")
run(f"pytest -vv -c {PROJECT_INFO.tests_di... |
1,247 | null | uc-cdis/fence | # Repository Context
Name: uc-cdis/fence
Description:
# Pull Request
## Clarify what the MAX_ACCESS_TOKEN_TTL setting is
### Improvements
- Clarify what the `MAX_ACCESS_TOKEN_TTL` setting is for in the configuration comments
# Relevant Files Found
## fence/config.py
```
import os
from yaml import safe_load... |
2,739 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## Remove `cupy/internal.py`
Close #2661. Removed `cupy.internal.prod()` by redirecting to `cupy.core.internal.prod()`.
Not sure if my `grep` caught all of the target `prod()` calls, so I need to rely on CI tests for this.
# Relevant Files Found
... |
385 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## CKV_AZURE_33 queue logging and account kind
## Description
I'm checking my Azure Storage account with Ckeckov.
The account kind is *BlobStorage*, the rule *CKV_AZURE_33* should not apply in this case.
## Terraform code :
```hcl
re... |
27 | null | praekeltfoundation/seaworthy | # Repository Context
Name: praekeltfoundation/seaworthy
Description:
# Pull Request
## Client: allow paths to be specified as strings
# Relevant Files Found
## seaworthy/client.py
```
import hyperlink
import requests
class ContainerHttpClient:
URL_DEFAULTS = {'scheme': 'http'}
def __init__(self, host... |
1,142 | null | cloudify-cosmo/cloudify-manager | # Repository Context
Name: cloudify-cosmo/cloudify-manager
Description:
# Pull Request
## build_rpm.py work around mock PR 139
https://github.com/rpm-software-management/mock/pull/139
# Relevant Files Found
## packaging/build_rpm.py
```
########
# Copyright (c) 2017 GigaSpaces Technologies Ltd. All rights reserv... |
14 | null | araffin/srl-zoo | # Repository Context
Name: araffin/srl-zoo
Description:
# Pull Request
## Enjoy upgrade
- Improved enjoy script to support srl-priors using KNN
- bug fix on minibatch iteration in srl-priors training script
# Relevant Files Found
## enjoy/enjoy_autoencoders.py
```
from __future__ import print_function, division... |
40 | null | jdejaegh/irm-kmi-ha | # Repository Context
Name: jdejaegh/irm-kmi-ha
Description:
# Pull Request
## Fix midnight bug: between 12AM and 1AM hourly forecast was shifted by +1 day
# Relevant Files Found
## custom_components/irm_kmi/coordinator.py
```
"""DataUpdateCoordinator for the IRM KMI integration."""
import asyncio
import logging... |
196 | null | structuredllm/syncode | # Repository Context
Name: structuredllm/syncode
Description:
# Pull Request
## Print partial generation in dev mode before failing
Fixes #194
# Relevant Files Found
## syncode/grammar_mask/grammar_constrainer.py
```
import torch
import syncode.common as common
from transformers import LogitsProcessor, PreTrain... |
195 | null | jupyter/nbclient | # Repository Context
Name: jupyter/nbclient
Description:
# Pull Request
## Clear execution metadata, prefer msg header date when recording times
Hello,
While troubleshooting https://github.com/elyra-ai/elyra/issues/2387 and discussing the issue in https://github.com/deshaw/jupyterlab-execute-time/issues/60 it's pr... |
160 | null | dandi/dandi-cli | # Repository Context
Name: dandi/dandi-cli
Description:
# Pull Request
## Fix some printf-formatting syntax
# Relevant Files Found
## dandi/pynwb_utils.py
```
import numpy as np
import h5py
import os
import os.path as op
import re
import warnings
from distutils.version import LooseVersion
from collections impor... |
412 | null | crate/crash | # Repository Context
Name: crate/crash
Description:
# Pull Request
## CLI: Display output format choices within `crash --help`
## About
Display the list of available output format choices right away within `crash --help`, to improve guidance. Thank you for this suggestion, @mfussenegger, it will resolve GH-409.
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.