pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,052 | null | tytusdb/tytusdb | # Repository Context
Name: tytusdb/tytusdb
Description:
# Pull Request
## Construcción de AST
Create, show, alter, drop y use database.
# Relevant Files Found
## parser/team11/gramatica_asc.py
```
reservadas = {
'smallint' : 'SMALLINT', 'integer' : 'INTEGER',
'bigint' : 'BIGINT', ... |
747 | null | kivy/kivy-ios | # Repository Context
Name: kivy/kivy-ios
Description:
# Pull Request
## :rotating_light: Minor linting fixes/updates
The #746 PR got me curious about the current linting state.
Addressed few low hanging fruits.
Removed no longer relevant/addressed ignore rules.
# Relevant Files Found
## kivy_ios/toolchain.py
`... |
218 | null | DoosanRobotics/doosan-robot2 | # Repository Context
Name: DoosanRobotics/doosan-robot2
Description:
# Pull Request
## Add MuJoCo support feature.
New feature: Doosan robots can now be controlled in MuJoCo with ROS2.
### Added
**bringup:**
- dsr_mujoco_bridge.py
- dsr_bringup2_mujoco.launch.py
**description:**
- m0609.mj_ros2_control.xa... |
159 | null | yihong0618/bilingual_book_maker | # Repository Context
Name: yihong0618/bilingual_book_maker
Description:
# Pull Request
## Fix library of crypto for current Windows
Resolve #155
# Relevant Files Found
## book_maker/cli.py
```
import argparse
import json
import os
from os import environ as env
import book_maker.obok as obok
from book_maker.load... |
3,145 | null | aws/serverless-application-model | # Repository Context
Name: aws/serverless-application-model
Description:
# Pull Request
## AppSync Api -> Lambda connector
### Issue #, if available
### Description of changes
New Connector to allow easy creation of lambda authoriser
### Description of how you validated changes
- transformation test
### Checklis... |
88 | null | yagomichalak/sloth-bot-legacy | # Repository Context
Name: yagomichalak/sloth-bot-legacy
Description:
# Pull Request
## MADE channel checking
# Relevant Files Found
## cogs/travelbuddies.py
```
import discord
from discord import slash_command, Option
from discord.ext import commands
import os
from typing import List
from extra import utils
... |
54 | null | reanahub/reana-client | # Repository Context
Name: reanahub/reana-client
Description:
# Pull Request
## installation: Python-2.7 and Python-3.6
* Declares explicit Python versions 2.7 and 3.6.
* Enriches Travis CI test matrix accordingly.
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
# Relevant Files Found
## setup.py
```
# -*... |
190 | null | openedx/repo-tools | # Repository Context
Name: openedx/repo-tools
Description:
# Pull Request
## feat: conventional commit statistics
Tools for collecting and plotting statistics about conventional commit compliance.
These were moved here and adapted from https://github.com/nedbat/commitstats/tree/704d850b7b047b47f30d8c526650138359... |
11,020 | null | tensorflow/datasets | # Repository Context
Name: tensorflow/datasets
Description:
# Pull Request
## Fix LFW dataset link
# Add Dataset
* Dataset Name: lfw
* Issue Reference: https://github.com/tensorflow/datasets/issues/11012
* `dataset_info.json` Gist: <link>
## Description
http://vis-www.cs.umass.edu/lfw/lfw.tgz is curr... |
3 | null | huangchuchuan/Spider | # Repository Context
Name: huangchuchuan/Spider
Description:
# Pull Request
## Dev add Zhenai Spider
ZhenAi Spider can get zhima info, honesty, charm, and other personal info
# Relevant Files Found
## ZhenAiSpider/ZhenAi/ZhenAi/spiders/zhenai_spider.py
```
# -*- coding: utf-8 -*-
import scrapy
import json
impo... |
6,252 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [extractor/JStream] Add extractor
**IMPORTANT**: PRs without the template will be CLOSED
### Description of your *pull request* and other information
<!--
Explanation of your *pull request* in arbitrary form goes here. Please **make su... |
546 | null | neptune-ai/neptune-client | # Repository Context
Name: neptune-ai/neptune-client
Description:
# Pull Request
## handle boolean attribute in runs_table
# Relevant Files Found
## neptune/new/runs_table.py
```
#
# Copyright (c) 2020, Neptune Labs Sp. z o.o.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use... |
14,739 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [release] Bump version numbers to 0.12.0
This bumps all the **version numbers on v0.12.0 branch** as correct **v0.12.0**.
cc @driazati @Johnson9009 @junrushao
# Relevant Files Found
## python/tvm/_ffi/libinfo.py
```
# Licensed to the Apache... |
656 | null | Josh-XT/AGiXT | # Repository Context
Name: Josh-XT/AGiXT
Description:
# Pull Request
## Fix first launch streamlit to load backend correctly
<!--- Provide a general summary of your changes in the Title above -->
# Description
<!--- Describe your changes in detail -->
## Motivation and Context
<!--- Why is this change r... |
35 | null | cuthbertLab/music21 | # Repository Context
Name: cuthbertLab/music21
Description:
# Pull Request
## Fixed line break
Hi Myke,
This linebreak is awesome.
-Maura
# Relevant Files Found
## music21/musicxml/fromMxObjects.py
```
# -*- coding: utf-8 -*-
#-------------------------------------------------------------------------------
# N... |
75 | null | aplbrain/grand-cypher | # Repository Context
Name: aplbrain/grand-cypher
Description:
# Pull Request
## Move to uv
Fixes #61
# Relevant Files Found
## grandcypher/test_queries.py
```
import networkx as nx
import pytest
from . import GrandCypher
ACCEPTED_GRAPH_TYPES = [nx.MultiDiGraph, nx.DiGraph]
class TestSimpleAPI:
@pytest.m... |
82 | null | ufal/whisper_streaming | # Repository Context
Name: ufal/whisper_streaming
Description:
# Pull Request
## warmup file
follow up #81
# Relevant Files Found
## whisper_online.py
```
#!/usr/bin/env python3
import sys
import numpy as np
import librosa
from functools import lru_cache
import time
@lru_cache
def load_audio(fname):
a,... |
59 | null | PETsys/sw_daq_tofpet2 | # Repository Context
Name: PETsys/sw_daq_tofpet2
Description:
# Pull Request
## New SPI function and miscelaneous bug fixes
* SPI for spi register with write and read operations
* Avoid crashing process_qdc_calibration on unfitable data
* Minor corrections and cleanup suggested by users
# Relevant Files Found
#... |
53,986 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## REF: Separate groupby, rolling, and window agg/apply list/dict-like
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.h... |
233 | null | skforecast/skforecast | # Repository Context
Name: skforecast/skforecast
Description:
# Pull Request
## update_model_selection_multiseries_to_show_metric_name
# Relevant Files Found
## skforecast/model_selection/tests/test_backtesting_forecaster.py
```
# Unit test backtesting_forecaster
# ==============================================... |
4,162 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## Test consolidation request with 0x00 credentials
# Relevant Files Found
## tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_consolidation_request.py
```
from eth2spec.test.helpers.constants import MINIMAL
fro... |
184 | null | canonical/synapse-operator | # Repository Context
Name: canonical/synapse-operator
Description:
# Pull Request
## Create backup action
<!--
Thank you for your interest in and contributing to Synapse Operator!
Please, provide some information about your PR before proceeding.
-->
<!-- Applicable spec: <link> -->
Applicable spec: ISD095
... |
1,445 | null | TheAlgorithms/Python | # Repository Context
Name: TheAlgorithms/Python
Description:
# Pull Request
## Create GAN.py
Adding GAN Neural Network Algorithm Implementation
# Relevant Files Found
# Edits
This pull request adds a pure NumPy implementation of a Generative Adversarial Network (GAN) that learns to generate handwritten digits ... |
876 | null | qubvel-org/segmentation_models.pytorch | # Repository Context
Name: qubvel-org/segmentation_models.pytorch
Description:
# Pull Request
## Add HF hub mixin
# Relevant Files Found
## segmentation_models_pytorch/__init__.py
```
from . import datasets
from . import encoders
from . import decoders
from . import losses
from . import metrics
from .decoders.... |
57 | null | pmelchior/scarlet | # Repository Context
Name: pmelchior/scarlet
Description:
# Pull Request
## acceleration as config option
also: algorithm calls are now explicit
does not require proxmin update since the algorithm decision is made in scarlet.
# Relevant Files Found
## scarlet/blend.py
```
from __future__ import print_function... |
124 | null | dmmiller612/bert-extractive-summarizer | # Repository Context
Name: dmmiller612/bert-extractive-summarizer
Description:
# Pull Request
## added test summary items
# Relevant Files Found
## summarizer/summary_processor.py
```
from typing import Callable, List, Optional, Tuple, Union
import numpy as np
from summarizer.cluster_features import ClusterFe... |
311 | null | voxpupuli/puppetboard | # Repository Context
Name: voxpupuli/puppetboard
Description:
# Pull Request
## Dailycharts
# Relevant Files Found
## puppetboard/app.py
```
from __future__ import unicode_literals
from __future__ import absolute_import
import logging
import collections
try:
from urllib import unquote
except ImportError:
... |
13 | null | Junbo-Zheng/miwear | # Repository Context
Name: Junbo-Zheng/miwear
Description:
# Pull Request
## replace os.path.split with os.path.dirname
remove unused variable
Signed-off-by: Junbo Zheng <3273070@qq.com>
# Relevant Files Found
## pyextract.py
```
#! /usr/bin/python3
# -*- coding:UTF-8 -*-
import shutil
import subprocess
imp... |
653 | null | inductiva/inductiva | # Repository Context
Name: inductiva/inductiva
Description:
# Pull Request
## Fix typo
# Relevant Files Found
## inductiva/molecules/protein_solvation/protein_solvation.py
```
"""Protein solvation scenario."""
from functools import singledispatchmethod
from typing import Optional, Literal
import os
import io
i... |
76 | null | papermerge/papermerge-core | # Repository Context
Name: papermerge/papermerge-core
Description:
# Pull Request
## add extra langs
# Relevant Files Found
## papermerge/conf/settings.py
```
import yaml
import logging.config
from corsheaders.defaults import default_headers as default_cors_headers
from configula import Configula
from papermer... |
3,998 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Format 1000s properly on returned letters pages
Our style is to comma-separate numbers in the 1000s for easier reading.
# Relevant Files Found
## tests/app/main/views/test_returned_letters.py
```
import uuid
from flask import... |
233 | null | nextline-dev/apluggy | # Repository Context
Name: nextline-dev/apluggy
Description:
# Pull Request
## Stop supporting Python 3.9
# Relevant Files Found
## tests/stack/aexit/test_aexit.py
```
import contextlib
import sys
from collections.abc import AsyncGenerator, Generator
from hypothesis import given
from hypothesis import strategi... |
1,659 | null | NVIDIA/TransformerEngine | # Repository Context
Name: NVIDIA/TransformerEngine
Description:
# Pull Request
## rtx5090 arch fix support
# Description
Extend arch support logic for RTX5090 and related archs.
Fixes # (issue)
https://github.com/NVIDIA/TransformerEngine/issues/1654
## Type of change
- [ ] Documentation change (change... |
66 | null | pxsocs/warden | # Repository Context
Name: pxsocs/warden
Description:
# Pull Request
## Fixed an issue with setup
# Relevant Files Found
## warden/backgroundjobs.py
```
import configparser
import requests
from flask import current_app as app
from flask import flash
from flask.globals import current_app
from warden_modules impo... |
40 | null | samapriya/gee_asset_manager_addon | # Repository Context
Name: samapriya/gee_asset_manager_addon
Description:
# Pull Request
## ee_asset_info.py: Remove unused import json
BTW, I recommend using rebase and merge for single commit PRs as it makes the history simpler.
You might find this an interesting take on dealing with PRs with more than one com... |
39 | null | MHenderson1988/kmlplus | # Repository Context
Name: MHenderson1988/kmlplus
Description:
# Pull Request
## Docs
# Relevant Files Found
## kmlplus/geo.py
```
from abc import ABC, abstractmethod
from pyproj import Geod
from kmlplus.util import dms_to_decimal, detect_coordinate_type, split_segment_string
class Point:
def __init__(se... |
2,497 | null | runtimeverification/evm-semantics | # Repository Context
Name: runtimeverification/evm-semantics
Description:
# Pull Request
## Reflect `ignore_warnings` kompile option
Depends on https://github.com/runtimeverification/k/pull/4471
This PR incorporates the `ignore_warnings` option, introduced above, to indicate which compiler warnings should be ign... |
915 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Harrison/sql rows
# Relevant Files Found
## langchain/sql_database.py
```
"""SQLAlchemy wrapper around a database."""
from __future__ import annotations
from typing import Any, Iterable, List, Optional
from sqlalchemy import crea... |
27 | null | paranoya/population-synthesis-toolkit | # Repository Context
Name: paranoya/population-synthesis-toolkit
Description:
# Pull Request
## Missing redshift term in SSP photometry
There was a missing factor `1 / (1 + z)` in the computation of the SSP magnitudes.
# Relevant Files Found
## src/pst/SSP.py
```
import os
from copy import deepcopy
import numpy... |
89 | null | markhedleyjones/dmenu-extended | # Repository Context
Name: markhedleyjones/dmenu-extended
Description:
# Pull Request
## Add travis-ci integration
# Relevant Files Found
## dmenu_extended/__init__.py
```
from main import *
```
## dmenu_extended/main.py
```
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literal... |
418 | null | City-of-Helsinki/mvj | # Repository Context
Name: City-of-Helsinki/mvj
Description:
# Pull Request
## Create attachment read view
# Relevant Files Found
## forms/serializers/form.py
```
from ast import literal_eval
from collections import OrderedDict
from deepmerge import always_merger
from enumfields.drf.serializers import EnumSeri... |
189 | null | mozilla/python_mozetl | # Repository Context
Name: mozilla/python_mozetl
Description:
# Pull Request
## Fix min install date
Added logic to only record `first_addon_install_date` for self-installed add-ons, otherwise it should be `null`. This was an oversight from the initial script, and I'd like to backfill through 2017-10-01.
r? @acm... |
2,531 | null | qutip/qutip | # Repository Context
Name: qutip/qutip
Description:
# Pull Request
## Reorder api-doc
**Description**
The api splitting functions and classes is not very intuitive.
I reordered it so that similar feature are grouped together: `MESolver` follows `mesolve`, etc.
# Relevant Files Found
## qutip/core/options.py
`... |
20,117 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## Allowing sparse inputs for prediction in AffinityPropagation
#### Reference Issues/PRs
<!--
Example: Fixes #1234. See also #3456.
Please use keywords (e.g., Fixes) to create link to the issues or pull requests
you resolved, so t... |
38 | null | jhogsett/EMA-VFI-WebUI | # Repository Context
Name: jhogsett/EMA-VFI-WebUI
Description:
# Pull Request
## New Tab: Duplicate Detection Threshold Tuning
- Runs a series of duplicate detection rounds with increasing thresholds, collecting data on found duplicates
- Useful for finding the "sweet spot" detection threshold for finding all/only... |
89 | null | airbnb/omniduct | # Repository Context
Name: airbnb/omniduct
Description:
# Pull Request
## Add support for cache pruning.
This patchset adds support for inspecting what is in the cache, and for pruning away older or larger stored keys.
It also fixes some minor issues with the the FilesystemCache, where `config` was presented as ... |
4,154 | null | streamlink/streamlink | # Repository Context
Name: streamlink/streamlink
Description:
# Pull Request
## plugins.twitcasting: re-implement websocket client
#4153
```
$ streamlink 'https://twitcasting.tv/deoxymole' best -l debug
[cli][debug] OS: Linux-5.15.0-1-git-x86_64-with-glibc2.33
[cli][debug] Python: 3.9.7
[cli][de... |
118 | null | facebookresearch/fairseq2 | # Repository Context
Name: facebookresearch/fairseq2
Description:
# Pull Request
## Accept only non-batched tensor in TextTokenDecoder
This PR fixes the inconsistency between `TextTokenEncoder` and `TextTokenDecoder`, where the former accepts only a single string, while the latter accepts only a batched tensor. `Te... |
18 | null | SuperpoweredAI/spDB | # Repository Context
Name: SuperpoweredAI/spDB
Description:
# Pull Request
## add documentation scripts
This doesn't have the doc generation as part of the github workflow. But it gives us the scaffolding.
# Relevant Files Found
## spdb/spdb.py
```
import faiss
import logging
import numpy as np
import json
impor... |
7,694 | null | python-poetry/poetry | # Repository Context
Name: python-poetry/poetry
Description:
# Pull Request
## installer: do not fail on invalid wheels, print only a warning
# Pull Request Check List
Resolves: #7686
<!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But plea... |
806 | null | ONSdigital/ras-frontstage | # Repository Context
Name: ONSdigital/ras-frontstage
Description:
# Pull Request
## changed logging statements and added active iac check
# What and why?
There have been errors and bugs relating to enrolment codes in frontstage recently. In prod on mobile devices, the same enrolment codes have been used more than ... |
130 | null | mlondschien/ivmodels | # Repository Context
Name: mlondschien/ivmodels
Description:
# Pull Request
## Update docs
@cyrillsch
# Relevant Files Found
## ivmodels/tests/conditional_likelihood_ratio.py
```
import numpy as np
import scipy
from ivmodels.confidence_set import ConfidenceSet
from ivmodels.models.kclass import KClass
from ivmo... |
594 | null | desec-io/desec-stack | # Repository Context
Name: desec-io/desec-stack
Description:
# Pull Request
## 20220201 api johan improvements
TODO:
- Tests and doc updates for Domain object
- FQDN support for RRsets?
@johanix, this PR changes the response for `GET /api/v1/domains/{name}/` to something like
```json
{
"created": "202... |
491 | null | pybel/pybel | # Repository Context
Name: pybel/pybel
Description:
# Pull Request
## Fix out of date dependencies
- Use PyStow for config loading
- fix neo4j docs
- fix PyOBO mocks
# Relevant Files Found
## docs/source/conf.py
```
# -*- coding: utf-8 -*-
import os
import re
import sys
import warnings
from sphinx.deprecatio... |
11 | null | pr-shukla/maddpg-keras | # Repository Context
Name: pr-shukla/maddpg-keras
Description:
# Pull Request
## Dev
Merging dev into main
# Relevant Files Found
## buffer.py
```
import numpy as np
import tensorflow as tf
from tensorflow.keras import layers
import matplotlib.pyplot as plt
import math
from tensorflow.keras.models import lo... |
3,073 | null | qtile/qtile | # Repository Context
Name: qtile/qtile
Description:
# Pull Request
## Fix double parsing of 'fmt' in Pomodoro widget
By using a variable called 'fmt' which is also used by `base._TextBox`, the string formatting happense twice.
Closes #3070
Test didn't pick it up as it wasn't being run through a `manager` inst... |
912 | null | Azure/azure-iot-sdk-python | # Repository Context
Name: Azure/azure-iot-sdk-python
Description:
# Pull Request
## fix(azure-iot-device): OverflowError for sufficiently long SAS expiry or retry interval
Fixed an issue where sufficiently long SAS token expiry or retry interval could cause a OverflowError due to exceeding the max value supported ... |
405 | null | camptocamp/tilecloud-chain | # Repository Context
Name: camptocamp/tilecloud-chain
Description:
# Pull Request
## [requires.io] dependency update on master branch
# Relevant Files Found
## tilecloud_chain/server.py
```
# -*- coding: utf-8 -*-
# Copyright (c) 2013 by Stéphane Brunner
# All rights reserved.
#
# Redistribution and use in sou... |
884 | null | aleph-im/pyaleph | # Repository Context
Name: aleph-im/pyaleph
Description:
# Pull Request
## Fix: ecdsa token verify
A fix for the issue in the verify_signature function at [src/aleph/toolkit/ecdsa.py:70](vscode-webview://0f3rqv1fdlfd4j34lfp31cchhs6ehdk6u11l37dcchfnrvjlj0ou/src/aleph/toolkit/ecdsa.py#L70).
The Problem:
```pytho... |
16,533 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Use graphene ID in gift card payment log
Use graphene ID in gift card payment log instead of DB id
Port of https://github.com/saleor/saleor/pull/16531
<!-- Please mention all relevant issue numbers. -->
# Impact
- [ ] New migrations... |
370 | null | spedas/pyspedas | # Repository Context
Name: spedas/pyspedas
Description:
# Pull Request
## Pulling latest changes from master branch
# Relevant Files Found
## pyspedas/analysis/avg_data.py
```
"""
Creates a new pytplot variable as the time average of original.
Notes
-----
Similar to avg_data.pro in IDL SPEDAS.
"""... |
9,455 | null | wagtail/wagtail | # Repository Context
Name: wagtail/wagtail
Description:
# Pull Request
## Add helper properties to `Locale` model
This PR adds the following properties to the Locale model to make working with Locales more convenient.
While Django provides template tags for accessing this information, the details of using those... |
18 | null | matmair/InvenTree | # Repository Context
Name: matmair/InvenTree
Description:
# Pull Request
## Order file upload fixes for PR#1588
* Revert back to form_list
* Moved OrderMatchItemForm to forms.py
Implementing `forms` dictionary is trickier than I thought so I don't think we should use that strategy. I think it is fine to overrid... |
4,589 | null | triton-inference-server/server | # Repository Context
Name: triton-inference-server/server
Description:
# Pull Request
## Added python backend to L0_sequence_batcher
PR seems to include changes from https://github.com/triton-inference-server/server/pull/4564 because they have not yet been pulled in. These changes were already approved.
True cha... |
2,691 | null | ManimCommunity/manim | # Repository Context
Name: ManimCommunity/manim
Description:
# Pull Request
## Removed :class:`CameraFrame`
<!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html -->
## Overview: What does this pull request... |
200 | null | tgbot-collection/ytdlbot | # Repository Context
Name: tgbot-collection/ytdlbot
Description:
# Pull Request
## Env toggle to enable / disable Playlist download
Some dirty way to implement Env file config for playlist download
# Relevant Files Found
## ytdlbot/config.py
```
#!/usr/local/bin/python3
# coding: utf-8
# ytdlbot - config.py
# 8... |
7 | null | wronglink/mstranslator | # Repository Context
Name: wronglink/mstranslator
Description:
# Pull Request
## Added get_lang_names method
# Relevant Files Found
## mstranslator.py
```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import requests
from datetime import datetime, timedelta
try:
# Python 3
from urllib.... |
620 | null | pennlabs/penn-courses | # Repository Context
Name: pennlabs/penn-courses
Description:
# Pull Request
## remove to_representation on rule serializer
# Relevant Files Found
## backend/degree/serializers.py
```
from textwrap import dedent
from django.db.models import Q
from rest_framework import serializers
from courses.models import C... |
12,096 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## feat: [google-cloud-advisorynotifications] adding project level methods to advisorynotifications.googleapis.com
- [ ] Regenerate this pull request now.
BEGIN_COMMIT_OVERRIDE
feat: Adding project level methods to advisorynot... |
7,033 | null | PennyDreadfulMTG/Penny-Dreadful-Tools | # Repository Context
Name: PennyDreadfulMTG/Penny-Dreadful-Tools
Description:
# Pull Request
## Make season dropdown display "All Time" and not "Season 0".
# Relevant Files Found
## dev.py
```
import os
import subprocess
import sys
import time
from typing import List
from plumbum import FG, local
from plumbum.... |
113 | null | gunthercox/chatterbot-corpus | # Repository Context
Name: gunthercox/chatterbot-corpus
Description:
# Pull Request
## Add test for data type validation
For #112, https://github.com/gunthercox/ChatterBot/issues/1586
# Relevant Files Found
## tests/test_data.py
```
from unittest import TestCase
from chatterbot_corpus import corpus
class Corpu... |
303 | null | interuss/monitoring | # Repository Context
Name: interuss/monitoring
Description:
# Pull Request
## [uss_qualifier] Don't use participant notification URLs as participant IDs
Following the discussion [here](https://github.com/interuss/monitoring/pull/291#discussion_r1377851163) on #291 , don't use the subscription notification URL as th... |
49 | null | lufvelasquezgo/llg | # Repository Context
Name: lufvelasquezgo/llg
Description:
# Pull Request
## Change the way to add sources to ext_modules in the correct order of …
…compilation
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""The setup script."""
from glob import glob
from setuptools imp... |
146 | null | jupyterhub/jupyter-rsession-proxy | # Repository Context
Name: jupyterhub/jupyter-rsession-proxy
Description:
# Pull Request
## Update requirements for jupyter-server-proxy
@minrk @yuvipanda @ryanlovett it would be good to have a release of this package with this PR, could one of you as maintainers on pypi get it done?
# Relevant Files Found
## set... |
734 | null | praw-dev/praw | # Repository Context
Name: praw-dev/praw
Description:
# Pull Request
## Add LiveHelper.info
## Feature Summary
This feature provides interface to `GET /api/live/by_id/:names` which fetches information about each live thread in `names`.
I choose name `info` (not `by_id`) because this method works similar to `R... |
856 | null | smicallef/spiderfoot | # Repository Context
Name: smicallef/spiderfoot
Description:
# Pull Request
## Update voipbl meta
# Relevant Files Found
## modules/sfp_voipbl.py
```
# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------------
# Name: sfp_voipbl
# Purpose: Checks if an ... |
26,106 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## gfsio: add NOAA software maintainers
added NOAA software maintainers to maintainer list for gfsio
# Relevant Files Found
## var/spack/repos/builtin/packages/gfsio/package.py
```
# Copyright 2013-2021 Lawrence Livermore National Security, LLC ... |
19,693 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## add `chia dev data sync-time --prefer-db-kv-blob-length`
<!-- Merging Requirements:
- Please give your PR a title that is release-note friendly
- In order to be merged, you must add the most appropriate category Label (Added, C... |
1,520 | null | AllenNeuralDynamics/aind-data-schema | # Repository Context
Name: AllenNeuralDynamics/aind-data-schema
Description:
# Pull Request
## 1519 hotfix 20 last minute bugs
Hotfix for v2.0.0
- removes InjectionDynamics.rate which is redundant with volume/duration
- adds a missing critical description for ProbeConfig.coordinate_system
# Relevant Files Foun... |
8 | null | DJLemkes/dbt-diagrams | # Repository Context
Name: DJLemkes/dbt-diagrams
Description:
# Pull Request
## chore: bump max supported manifest version to 12.
# Relevant Files Found
## dbt_diagrams/input_validators.py
```
from enum import Enum
from pathlib import Path
import re
from typing import Any, BinaryIO, Dict, Tuple
import json
SUP... |
181 | null | google/jaxonnxruntime | # Repository Context
Name: google/jaxonnxruntime
Description:
# Pull Request
## Deprecate third party uses of the following attributes on jax.lib.xla_client.
Deprecate third party uses of the following attributes on jax.lib.xla_client.
Attributes:
- `Client`
- `CompileOptions`
- `Frame`
- `HloSharding`
- `OpShardi... |
5,071 | null | pybamm-team/PyBaMM | # Repository Context
Name: pybamm-team/PyBaMM
Description:
# Pull Request
## feat: Discrete Time Sum and Explicit Time Integral support for output variables
# Description
Allows `pybamm.DiscreteTimeSum` and `pybamm.ExplicitTimeIntegral` variables to work with the `output_varables` solver option
Fixes #5063
... |
125 | null | Jason2866/platform-espressif32 | # Repository Context
Name: Jason2866/platform-espressif32
Description:
# Pull Request
## check requirements installed tools
# Relevant Files Found
## platform.py
```
# Copyright 2014-present PlatformIO <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use... |
2,616 | null | packit/packit | # Repository Context
Name: packit/packit
Description:
# Pull Request
## Fix validation of trigger in job configs
Fixes #2611
# Relevant Files Found
## packit/schema.py
```
# Copyright Contributors to the Packit project.
# SPDX-License-Identifier: MIT
import copy
import functools
import json
from collections.a... |
12,512 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [SenateISVP] iframes can be https
Fixes #12507.
# Relevant Files Found
## youtube_dl/extractor/senateisvp.py
```
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (... |
46 | null | lhackel-tub/ConfigILM | # Repository Context
Name: lhackel-tub/ConfigILM
Description:
# Pull Request
## Adding option to get patch names from index and reverse for ben datasets
# Relevant Files Found
## configilm/extra/BEN_DataModule_LMDB_Encoder.py
```
"""
Dataloader and Datamodule for BigEarthNet dataset. Files can be requested by c... |
59 | null | TkTech/notifico | # Repository Context
Name: TkTech/notifico
Description:
# Pull Request
## Github pull request events show sender rather than always creator
Currently all updates to the pull request event show the creator of the pull request, rather than who re-opened/closed it.
# Relevant Files Found
## notifico/services/hooks/... |
3,101 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## Change code using fixed subset name in HPO
### Summary
This PR changes code using fixed subset name in hpo_api.py
In addition to that, I changed HPO code to raise error once one of HPO trials exit abnormally.
<!--
R... |
13,638 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## [release-4.18] odf_provider_mode_deployment utilize master nodes
This is an automated cherry-pick of #13626
/assign DanielOsypenko
# Relevant Files Found
## ocs_ci/deployment/helpers/lso_helpers.py
```
"""
This module contains help... |
51,341 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Core] Rename ray_log_filepath, ray_err_log_filepath to stdout_filepath, stderr_filepath
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
... |
569 | null | laughingman7743/PyAthena | # Repository Context
Name: laughingman7743/PyAthena
Description:
# Pull Request
## Fix F821 Undefined name `List` and `Union`
# Relevant Files Found
## pyathena/pandas/async_cursor.py
```
# -*- coding: utf-8 -*-
from __future__ import annotations
import logging
from concurrent.futures import Future
from multip... |
88 | null | rs-station/reciprocalspaceship | # Repository Context
Name: rs-station/reciprocalspaceship
Description:
# Pull Request
## Update dependency gemmi to >=0.4.2, <=0.4.8
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passi... |
48 | null | engineerjoe440/ElectricPy | # Repository Context
Name: engineerjoe440/ElectricPy
Description:
# Pull Request
## Moved to a MaterialUI Theme
# Changes
* Moved from `classic` -> `sphinx_material` theme
* Fixed a few Sphinx warnings related to improper docstring usage/formatting
# Relevant Files Found
## docsource/conf.py
```
# Configuratio... |
2 | null | CZT0/OpenAI-Parallel-Toolkit | # Repository Context
Name: CZT0/OpenAI-Parallel-Toolkit
Description:
# Pull Request
## 0.2.0
Fixed the bug displayed by the progress bar
fixed the bug that the log was not displayed
fixed the problem that the py package was not automatically installed
# Relevant Files Found
## openai_parallel_toolkit/api/reques... |
377 | null | delvtech/agent0 | # Repository Context
Name: delvtech/agent0
Description:
# Pull Request
## Fixed Point Tests - Remove liquidity
# Relevant Files Found
## elfpy/__init__.py
```
"""Elfpy package"""
import collections
import logging
import shutil
import matplotlib as mpl
from elfpy.math import FixedPoint
# Setup barebones logg... |
17,399 | null | netbox-community/netbox | # Repository Context
Name: netbox-community/netbox
Description:
# Pull Request
## Fixes: #17347 Add support for NEMA L22-20 power port type
### Fixes: #17347
Add support for NEMA L22-20 power port type
# Relevant Files Found
## netbox/dcim/choices.py
```
from django.utils.translation import gettext_lazy as ... |
118 | null | awslabs/aws-service-catalog-puppet | # Repository Context
Name: awslabs/aws-service-catalog-puppet
Description:
# Pull Request
## fixing #117
*Issue #117*
*Description of changes:*
Updated on_task_broken_task to accept exception and record it.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contr... |
161 | null | aws-samples/aws-glue-samples | # Repository Context
Name: aws-samples/aws-glue-samples
Description:
# Pull Request
## Adding sts.assume_role() support to resource_sync
*Issue #, if available:* Adding an ability to assume an IAM role in source and destination AWS accounts
*Description of changes:* Adding `--src-role-arn` and `--dst-role-arn` ... |
2,474 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## fix(pytest): NFS backupstore not working on Talos v1.9.x
#### Which issue(s) this PR fixes:
<!--
Use `Issue #<issue number>` or `Issue longhorn/longhorn#<issue number>` or `Issue (paste link of issue)`. DON'T use `Fixes #<issue numb... |
51 | null | cloud-bulldozer/benchmark-wrapper | # Repository Context
Name: cloud-bulldozer/benchmark-wrapper
Description:
# Pull Request
## Fs drift dockerfile
This has been tested in AWS cluster, previously I wasn't testing run_snafu.py from inside a container built with the Dockerfile. Note that this depends on pip instead of RPM now and python scripts tha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.