pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
45 | null | SeedSigner/seedsigner | # Repository Context
Name: SeedSigner/seedsigner
Description:
# Pull Request
## fix back to main menu text when signing transaction
small change, static text
# Relevant Files Found
## src/seedsigner/controller.py
```
# External Dependencies
import time
from multiprocessing import Process, Queue
from subprocess i... |
135,042 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Change minimum SQLite version to 3.40.1
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a br... |
30 | null | SemaphoreSolutions/s4-clarity-lib | # Repository Context
Name: SemaphoreSolutions/s4-clarity-lib
Description:
# Pull Request
## Fix workflow.enqueue() setting 'stage-uri' in generated XML if 'stage' appears in domain
This fixes a bug that came up with one of our customers, when they were performing QA on their staging server.
This customer was att... |
71 | null | lob/lob-python | # Repository Context
Name: lob/lob-python
Description:
# Pull Request
## Updated tests for Version 2015-04-11
# Relevant Files Found
## lob/api_requestor.py
```
import requests
import lob
import json
import resource
from lob import error
from version import VERSION
def _is_file_like(obj):
"""
Checks if... |
2,221 | null | IntelPython/dpnp | # Repository Context
Name: IntelPython/dpnp
Description:
# Pull Request
## Remove test_cond_nan_input from TestCond
This PR suggests removing `test_cond_input_nan` due to undefined behavior for different backend in different versions of OpenBLAS and OneMKL to avoid possible future falls
_Checking all input for n... |
23,091 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Update Docker Image To demisto/zabbix
# Docker Image Updates
### Zabbix Pack:
- Zabbix
# Relevant Files Found
## Packs/Zabbix/Integrations/Zabbix/Zabbix.py
```
import demistomock as demisto
from CommonServerPython import *
from CommonServ... |
342 | null | luxonis/luxonis-ml | # Repository Context
Name: luxonis/luxonis-ml
Description:
# Pull Request
## Clone/Merge Specified Splits
## Purpose
<!-- Clearly describe why this change is needed and what problem it solves. -->
- Allow cloning specific splits from a dataset.
- Allow merging specific splits to create new datasets.
## ... |
19 | null | closeio/socketshark | # Repository Context
Name: closeio/socketshark
Description:
# Pull Request
## Don't accept new connections while shutting down (fixes #18)
- Backends now expose a class, and the `SocketShark` class is now initiating the backend and keeps a reference to the backend.
- Backend stops accepting new connections when we... |
3,434 | null | bcbio/bcbio-nextgen | # Repository Context
Name: bcbio/bcbio-nextgen
Description:
# Pull Request
## enable setting purecn options in the yaml config
# Relevant Files Found
## bcbio/structural/purecn.py
```
"""PureCN: Copy number calling and SNV classification using targeted short read sequencing
https://github.com/lima1/PureCN
"""
... |
73 | null | MaineKuehn/usim | # Repository Context
Name: MaineKuehn/usim
Description:
# Pull Request
## Bugfix Release v0.4.2
This pull request is a bugfix release to update the published version of usim. There are no additional changes.
Changes compared to v0.4.1 include #69 (concurrent exception cascades) and #71 (exceeded interval protect... |
12 | null | soichiro-hattori/unpopular | # Repository Context
Name: soichiro-hattori/unpopular
Description:
# Pull Request
## feat: allow for loading from npy files
# Relevant Files Found
## unpopular/cutout_data.py
```
import numpy as np
import matplotlib.pyplot as plt
from astroquery.mast import Tesscut
from astropy.io import fits
from astropy.wcs i... |
2,817 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## Config Object Bug Fix
# Relevant Files Found
## ludwig/schema/model_config.py
```
import copy
import sys
import warnings
from dataclasses import dataclass
from typing import Dict, List
import yaml
from marshmallow import ValidationError... |
751 | null | huggingface/peft | # Repository Context
Name: huggingface/peft
Description:
# Pull Request
## Add btlm to officially supported LoRA
Just tried it (it works), confirmed by a cerebras employee on: https://huggingface.co/cerebras/btlm-3b-8k-base/discussions/10#64c000e1087f3237a059b4a3
# Relevant Files Found
## src/peft/utils/other.py
... |
69 | null | regosen/gallery_get | # Repository Context
Name: regosen/gallery_get
Description:
# Pull Request
## Fixed bug with AlphaCoders Plugin when only 1 gallery page
Not sure how I forgot to check for this on the first go-around.
# Relevant Files Found
## gallery_plugins/plugin_alphacoders.py
```
# Plugin for gallery_get.
import re
from gal... |
2,591 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## fix make itest
# Relevant Files Found
## tests/test_kubernetes_tools.py
```
import unittest
from typing import Sequence
import mock
import pytest
from hypothesis import given
from hypothesis.strategies import floats
from hypothesis.strategie... |
117 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Added some rb fits
Added an rb fit function and plot.
## Description
<!--- Describe your changes in detail -->
## Motivation and Context
Future consideration for RB.
## How Has This Been Tested?
<!--- Please describe in detail how y... |
1,276 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Validate final results
Adds a validation step to the final output to check whether the results reflect what the user queried; if not, show a convenient "Rerun" button that posts the suggestions.
.
-->
## Breaking change
<!--
If your PR contains... |
1,662 | null | onepercentclub/onepercentclub-site | # Repository Context
Name: onepercentclub/onepercentclub-site
Description:
# Pull Request
## Merge master into donations
# Relevant Files Found
## apps/bluebottle_salesforce/export.py
```
import csv
import logging
from apps.projects.models import ProjectBudgetLine
from bluebottle.utils.utils import get_project_... |
7,062 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Update conf.py to retrieve tabulator version dynamically
As explained by @hoxbro
Added
```python
from panel.models.tabulator import TABULATOR_VERSION
```
and
```python
version_replace = {
"{{TABULATOR_VERSION}}": TABULATOR_... |
12 | null | TsinghuaDatabaseGroup/DB-GPT | # Repository Context
Name: TsinghuaDatabaseGroup/DB-GPT
Description:
# Pull Request
## Test
# Relevant Files Found
## api/config.py
```
import logging
from flask import Blueprint
from api.utils.response import ResMsg
from api.utils.util import route
from utils.core import read_yaml
bp = Blueprint("config", __... |
25 | null | espressif/idf-python-wheels | # Repository Context
Name: espressif/idf-python-wheels
Description:
# Pull Request
## Project cleanup, Manual build and upload
- Cleanuped the project repository
- Added manual build and upload for specified platforms, architectures and wheel(s)
1. All platforms and architectures [workflow](https://github.com/es... |
282 | null | pasqal-io/Pulser | # Repository Context
Name: pasqal-io/Pulser
Description:
# Pull Request
## Evaluation Times and Sampling Times
I'm restarting this PR. Related to #280
I included a (for now private) `Simulation._eval_times_instruction` attribute in case it might be useful.
# Relevant Files Found
## pulser/simulation/simulation... |
6,041 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Users can capture for loops into plxpr using `qml.for_loop`
**Context:** The purpose of this PR is to allow `qml.for_loop` to be captured into plxpr.
**Description of the Change:** Now, `qml.for_loop` can be captured into plxpr. The ... |
2,669 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Fix crash for NaN eigenvalues.
Fixes #2661
# Relevant Files Found
## jaxlib/lapack.pyx
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with th... |
350 | null | metoppv/improver | # Repository Context
Name: metoppv/improver
Description:
# Pull Request
## Fixes a bug in selecting 2D slices in OccurrenceWithinVicinity.
#145 implemented the OccurrenceWithinVicinity plugin.
The process method states that it will ensure that 2D slices are passed to to the maximum_within_vicinity method, but it o... |
199 | null | vergauwenthomas/MetObs_toolkit | # Repository Context
Name: vergauwenthomas/MetObs_toolkit
Description:
# Pull Request
## Wide fmt bug
# Relevant Files Found
## development/develop_script.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu Oct 6 13:25:02 2022
@author: thoverga
"""
#%%
# import metobs_toolkit
import os
... |
2,823 | null | Parsl/parsl | # Repository Context
Name: Parsl/parsl
Description:
# Pull Request
## Remove useless test
[edited, per [BenC's comment](https://github.com/Parsl/parsl/pull/2823#issuecomment-1639818371)]
These tests, such as they are, do not appear to be related to #69. We already exercise the code base in exactly the same way ... |
4,088 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Misc][Minor] Fix CPU block num log in CPUExecutor.
Minor fix for the log issue introduced by #3837
---
<details>
<!-- inside this <details> section, markdown rendering does not work, so we use raw html here. -->
<summary><b> PR Ch... |
238 | null | qiboteam/qibolab_platforms_qrc | # Repository Context
Name: qiboteam/qibolab_platforms_qrc
Description:
# Pull Request
## iqm5q controlled with Qblox (only qubit 0)
Only single qubit gates for qubit 0 are calibrated! Here are some reports from yesterday:
* Qubit spectroscopy: http://login.qrccluster.com:9000/9uYo0rRUSee1r0GJCqdkoA==
* Dispersi... |
437 | null | RedHatInsights/ros-backend | # Repository Context
Name: RedHatInsights/ros-backend
Description:
# Pull Request
## Fixes #RHINENG-5319 - implement caching around delete system
## PR Title :boom:
Please title this PR with a summary of the change, along with the JIRA card number.
Suggested formats:
1. Fixes/Refs #RHIROS-XXX - Title
2. ... |
31 | null | xopt-org/Xopt | # Repository Context
Name: xopt-org/Xopt
Description:
# Pull Request
## Bugfixes for specifying initial x and exception handling
# Relevant Files Found
## xopt/bayesian/acquisition/exploration.py
```
import torch
from botorch.acquisition import MCAcquisitionFunction, AnalyticAcquisitionFunction
from botorch.acq... |
223 | null | opencivicdata/scrapers-us-municipal | # Repository Context
Name: opencivicdata/scrapers-us-municipal
Description:
# Pull Request
## Speed up the merging of english and spanish events, particularly for full scrapes
I had to run a full scrape around a hundred times today to address #222.
This makes changes that took `pupa update import --fastmode la... |
38,103 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## PERF: Index.searchsorted
- [x] closes #38083
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
# Relevant Files Found
## pandas/core/algo... |
4,246 | null | hiyouga/LLaMA-Factory | # Repository Context
Name: hiyouga/LLaMA-Factory
Description:
# Pull Request
## adapt vllm==0.5.0
# What does this PR do?
adapt vllm==0.5.0
## Before submitting
- [x] Did you read the [contributor guideline](https://github.com/hiyouga/LLaMA-Factory/blob/main/.github/CONTRIBUTING.md)?
# Relevant Files Fo... |
53,911 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [core][gpu-objects] garbage collection
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee sectio... |
8,851 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## [MAINTENANCE] Allow re-publishing Pact on same commit
Since we can run the tests multiple times on the same commit, we need the ability to re-publish the contract anyway.
- [X] Description of PR changes above includes... |
1,073 | null | Pocket/recommendation-api | # Repository Context
Name: Pocket/recommendation-api
Description:
# Pull Request
## chore(queryEndpoint): [MC-311] Remove unused moz social slate endpoint
# Goal
Remove unused `moz_social_slate` query endpoint and its test.
Tickets:
[MC-311](https://mozilla-hub.atlassian.net/browse/MC-311)
[MC-311]: https:/... |
60 | null | iKonoTelecomunicaciones/menuflow | # Repository Context
Name: iKonoTelecomunicaciones/menuflow
Description:
# Pull Request
## feat(api): :sparkles: New endpoint to set variables in a menuflow room
# Relevant Files Found
## menuflow/api/client.py
```
from __future__ import annotations
from json import JSONDecodeError
from aiohttp import web
fr... |
6 | null | mcous/decoy | # Repository Context
Name: mcous/decoy
Description:
# Pull Request
## feat: add mypy plugin
Closes #5. See ticket for details.
In addition to the mypy plugin to suppress spurious `func-returns-value` errors on rehearsals, this PR also adds...
- Tests for that plugin
- Tests for the spy and stub typing
...... |
313 | null | srl-labs/vrnetlab | # Repository Context
Name: srl-labs/vrnetlab
Description:
# Pull Request
## Merge conflicts #2
Attempted again
# Relevant Files Found
## common/vrnetlab.py
```
#!/usr/bin/env python3
import datetime
import ipaddress
import json
import logging
import math
import os
import random
import re
import subprocess
impor... |
640 | null | spacetelescope/jdaviz | # Repository Context
Name: spacetelescope/jdaviz
Description:
# Pull Request
## BUG: Fix loading of HLA product in Imviz
Apparently, HLA pipeline adds a lot of distortion info as separate FITS extensions, so you need to pass in the whole `HDUList` into the `WCS` constructor. This patch is possible thanks to advice ... |
36,836 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Fix a typo: Stats -> Status
## Product Description
<!-- Where applicable, describe user-facing effects and include screenshots. -->
Typo I introduced in https://github.com/dimagi/commcare-hq/pull/36821
## Technical Summary
<!--
... |
26 | null | erjac77/ansible-module-f5bigip | # Repository Context
Name: erjac77/ansible-module-f5bigip
Description:
# Pull Request
## Add LTM iFile support
# Relevant Files Found
# Edits
This pull request adds support for managing LTM iFile components on F5 BIG-IP devices using Ansible. It introduces a new module, `f5bigip_ltm_ifile.py`, enabling users ... |
101 | null | astro-informatics/sleplet | # Repository Context
Name: astro-informatics/sleplet
Description:
# Pull Request
## Add action to check examples in folder & README
As `workflow_dispatch` as it will take a long time
# Relevant Files Found
## examples/mesh/denoising_slepian_mesh.py
```
from argparse import ArgumentParser
import numpy as np
fro... |
3,662 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fix the merge conflicts in tests/unit/pydsl_test.py
# Relevant Files Found
## salt/renderers/pydsl.py
```
'''
:maintainer: Jack Kuan <kjkuan@gmail.com>
:maturity: new
:platform: all
The `pydsl` renderer allows one to author salt formulas(... |
26,097 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Do not collapse `AutomationCondition`s with labels
## Summary & Motivation
Imagine you have:
```python
a = (AutomationCondition.foo() & AutomationCondition.bar()).with_label("something")
b = a & AutomationCondition.baz()
```
Th... |
67 | null | powerapi-ng/powerapi | # Repository Context
Name: powerapi-ng/powerapi
Description:
# Pull Request
## test: set logger to debug to see why CI tests don't pass
# Relevant Files Found
## tests/acceptation/test_hight_frequency.py
```
# Copyright (c) 2018, INRIA
# Copyright (c) 2018, University of Lille
# All rights reserved.
# Redistri... |
58 | null | brucewzj99/tele-tracker-v2 | # Repository Context
Name: brucewzj99/tele-tracker-v2
Description:
# Pull Request
## v2.4.3 get users only if within last 45 days
# Relevant Files Found
## bot/database_service/firestore_service.py
```
from bot.database_service.auth import get_db_client
from datetime import datetime, timedelta
import pytz
from ... |
1,467 | null | DIAGNijmegen/grand-challenge | # Repository Context
Name: DIAGNijmegen/grand-challenge
Description:
# Pull Request
## Revert "Add PhotometricInterpretation, ImagerPixelSpacing, and PixelSpacing field"
Reverts comic/grand-challenge.org#1465
@njmhendrix please discuss with Bram about how to do this
# Relevant Files Found
## app/grandchallenge... |
622 | null | pallets-eco/flask-admin | # Repository Context
Name: pallets-eco/flask-admin
Description:
# Pull Request
## fixed i18n for sqla filters
gettext replaced by lazy_gettext
# Relevant Files Found
## flask_admin/contrib/sqla/filters.py
```
import warnings
from flask.ext.admin.babel import gettext
from flask.ext.admin.model import filters
fr... |
29 | null | litex-hub/litex-boards | # Repository Context
Name: litex-hub/litex-boards
Description:
# Pull Request
## Update de10lite platform
Refactor clock domains and add SoC with VGA peripheral for de10lite.
# Relevant Files Found
## litex_boards/community/platforms/de10lite.py
```
# This file is Copyright (c) 2019 msloniewski <marcin.sloniewsk... |
931 | null | resource-watch/nrt-scripts | # Repository Context
Name: resource-watch/nrt-scripts
Description:
# Pull Request
## update column used in the script
# Relevant Files Found
## check_if_nrt_datasets_current/contents/src/__init__.py
```
import os
import requests
import pandas as pd
import datetime
import logging
import sys
logging.basicConfig(... |
11 | null | robooo/robotframework-ConfluentKafkaLibrary | # Repository Context
Name: robooo/robotframework-ConfluentKafkaLibrary
Description:
# Pull Request
## remove the package as dependency, it's in the standard library
Resolves #10
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
from os.path import join, dirname
from setuptools import setup
filename... |
25,161 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## accept asset key coercibles in AssetSelection.checks_for_assets
## Summary & Motivation
## How I Tested These Changes
## Changelog
`AssetSelection.checks_for_assets` now accepts `AssetKey`s and string asset keys, in addition to `A... |
2,242 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## Unnest Audio Feature Preprocessing Config
Un-nesting the Audio Feature Preprocessing Parameter config so that it is more consistent and is easier to deal with for the frontend. Currently, the audio feature config looks like this:
```
... |
362 | null | vrk-kpa/opendata | # Repository Context
Name: vrk-kpa/opendata
Description:
# Pull Request
## Hotfix sixodp harvester
# Relevant Files Found
## modules/ckanext-ytp_main/ckanext/ytp/harvesters/sixodp_harvester.py
```
import urllib
import urllib2
import httplib
import datetime
import socket
from ckan import model
from ckan.logic i... |
622 | null | plotly/plotly.py | # Repository Context
Name: plotly/plotly.py
Description:
# Pull Request
## Fix Plotting Error in other domains besides plot.ly
Fixing https://github.com/plotly/plotly.py/issues/621
# Relevant Files Found
## plotly/offline/offline.py
```
""" Plotly Offline
A module to use Plotly's graphing library with Python... |
1,642 | null | feast-dev/feast | # Repository Context
Name: feast-dev/feast
Description:
# Pull Request
## Don't use .result() in BigQueryOfflineStore, since it still leads to OOM
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
<!-- Thanks for sending a pull request! Here are some tips for you:
1. Ensure that your code follows our code co... |
8 | null | avatao-content/challenge-toolbox | # Repository Context
Name: avatao-content/challenge-toolbox
Description:
# Pull Request
## Staging
# Relevant Files Found
## templates/xss/controller/opt/server.py
```
import os
import subprocess
from flask import Flask, abort, make_response, jsonify
import yaml
app = Flask(__name__)
TEST_ARGS = ['/opt/phanto... |
206 | null | mbi/django-simple-captcha | # Repository Context
Name: mbi/django-simple-captcha
Description:
# Pull Request
## Remove warning for django 3.2
Remove this warning with django 3.2.x
WARNINGS:
captcha.CaptchaStore: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HIN... |
180 | null | plugwise/python-plugwise | # Repository Context
Name: plugwise/python-plugwise
Description:
# Pull Request
## Corrections, fixes, etc.
All changes:
- Move compressor_state into binary_sensors
- Adam: add missing zigbee_mac to wireless thermostats
- Stretch & Adam: don't show devices without a zigbee_mac, should be orphaned devices
- Harm... |
594 | null | dlt-hub/verified-sources | # Repository Context
Name: dlt-hub/verified-sources
Description:
# Pull Request
## fix/extraction of all data from associations in hubspot
<!--
Thank you for submitting a pull request! Please provide a brief description of your changes below.
-->
### Tell us what you do here
<!--
Pick the relevant item or it... |
91 | null | linux-system-roles/network | # Repository Context
Name: linux-system-roles/network
Description:
# Pull Request
## Tests: Add names for other provider tasks/playbooks
This makes it easier to figure out what is going on from the logs
# Relevant Files Found
## tests/ensure_non_running_provider.py
```
#!/usr/bin/env python3
# SPDX-License-Ident... |
11,182 | null | pytest-dev/pytest | # Repository Context
Name: pytest-dev/pytest
Description:
# Pull Request
## [7.4.x] doc: fix EncodingWarnings in examples
Backport of PR #11158 to 7.4.x branch. PR created by backport workflow.
# Relevant Files Found
## doc/en/example/nonpython/conftest.py
```
# content of conftest.py
import pytest
def pytest_... |
77 | null | nstrydom2/anonfile-api | # Repository Context
Name: nstrydom2/anonfile-api
Description:
# Pull Request
## Fix failing tests
# Relevant Files Found
## src/anonfile/anonfile.py
```
#!/usr/bin/env python3
"""
The MIT License
Copyright (c) 2021, Nicholas Bruce Strydom
Permission is hereby granted, free of charge, to any person obtaining... |
1,298 | null | pypa/pipenv | # Repository Context
Name: pypa/pipenv
Description:
# Pull Request
## Missing comma in __all__ tuple?
# Relevant Files Found
## pipenv/patched/crayons.py
```
# -*- coding: utf-8 -*-
"""
clint.colored
~~~~~~~~~~~~~
This module provides a simple and elegant wrapper for colorama.
"""
import os
import re
import... |
3 | null | cookiejar/cookietemple | # Repository Context
Name: cookiejar/cookietemple
Description:
# Pull Request
## Testphil
# Relevant Files Found
## cookietemple/create_template/create.py
```
import click
import yaml
from cookietemple.create_template.domains.cli import handle_cli
from cookietemple.create_template.domains.gui import handle_gui... |
2,162 | null | Kozea/WeasyPrint | # Repository Context
Name: Kozea/WeasyPrint
Description:
# Pull Request
## Support grid-auto-flow: column
Fix #2142. Also fix #2167.
# Relevant Files Found
## tests/css/test_expanders.py
```
"""Test expanders for shorthand properties."""
import pytest
import tinycss2
from tinycss2.color3 import parse_color
fro... |
118 | null | jkcgs/alexis-bot | # Repository Context
Name: jkcgs/alexis-bot
Description:
# Pull Request
## Update translation-en branch again
# Relevant Files Found
## modules/info/value.py
```
import re
from bot import Command, categories
from bot.utils import is_float
pat_currency = re.compile('[a-zA-Z]{3}')
baseurl = 'https://www.alphava... |
10 | null | Tishka17/sulguk | # Repository Context
Name: Tishka17/sulguk
Description:
# Pull Request
## fix aiogram_middleware.py
# Relevant Files Found
## src/sulguk/aiogram_middleware.py
```
import logging
from typing import Any
from aiogram import Bot
from aiogram.client.session.middlewares.base import (
BaseRequestMiddleware,
N... |
105 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## Fix CI
# Relevant Files Found
## weave/ops_domain/run_ops.py
```
# W&B API Weave Ops: Runs
#
# Run projection pushdown strategy
# --------------------------------
#
# Its important for performance
# that we only select the run user data (conf... |
150 | null | gnocchixyz/gnocchi | # Repository Context
Name: gnocchixyz/gnocchi
Description:
# Pull Request
## improve moving average data retrieval
don't unnecessarily pull in all granularities, search through
all series for min granularity, and rebuild.
just detect if valid, pull in granularity that's valid, and continue.
# Relevant Files Fo... |
170 | null | scaleway/scaleway-sdk-python | # Repository Context
Name: scaleway/scaleway-sdk-python
Description:
# Pull Request
## feat(baremetal): indicate whether an org can install a specific OS
# Relevant Files Found
## scaleway-async/scaleway_async/baremetal/v1/marshalling.py
```
# This file was automatically generated. DO NOT EDIT.
# If you have an... |
1,709 | null | aboutcode-org/scancode.io | # Repository Context
Name: aboutcode-org/scancode.io
Description:
# Pull Request
## Replace the setup.py/setup.cfg by pyproject.toml #1608
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# SPDX-License-Identifier: Apache-2.0
#
# http://nexb.com and https://github.com/aboutcode-org/scancode.io
# Th... |
32 | null | childsish/dynamic-yaml | # Repository Context
Name: childsish/dynamic-yaml
Description:
# Pull Request
## Preserve key insert order when dumping
# Relevant Files Found
## dynamic_yaml/__init__.py
```
import yaml
from typing import Type
class DynamicYamlLoader(yaml.FullLoader):
def __init__(self, stream):
super().__init__... |
2,058 | null | facebookresearch/habitat-lab | # Repository Context
Name: facebookresearch/habitat-lab
Description:
# Pull Request
## HITL - Add selection panel and object state manipulation UI.
## Motivation and Context
This changeset adds a selection panel and object state manipulation controls.
The object state change event is recorded to HITL output.
... |
3,480 | null | indico/indico | # Repository Context
Name: indico/indico
Description:
# Pull Request
## Add basic calendar page
# Relevant Files Found
## indico/modules/rb_new/blueprint.py
```
# This file is part of Indico.
# Copyright (C) 2002 - 2018 European Organization for Nuclear Research (CERN).
#
# Indico is free software; you can redi... |
10 | null | YerevaNN/R-NET-in-Keras | # Repository Context
Name: YerevaNN/R-NET-in-Keras
Description:
# Pull Request
## Variational Dropout and VQ_r matrix
1. Added variational dropout
2. Added VQ_r matrix multiplication in QuestionPooling (to be consistent with paper)
# Relevant Files Found
## layers/QuestionPooling.py
```
# from __future__ import... |
23 | null | openai/chatgpt-retrieval-plugin | # Repository Context
Name: openai/chatgpt-retrieval-plugin
Description:
# Pull Request
## Remove unused code
remove unused print function
# Relevant Files Found
## services/date.py
```
import arrow
def to_unix_timestamp(date_str: str) -> int:
"""
Convert a date string to a unix timestamp (seconds since... |
220 | null | qiskit-community/qiskit-ionq | # Repository Context
Name: qiskit-community/qiskit-ionq
Description:
# Pull Request
## restrict qiskit version to 1.x
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short, detailed and understandable for all.
⚠️ If your pull request addresses a... |
1,191 | null | airspeed-velocity/asv | # Repository Context
Name: airspeed-velocity/asv
Description:
# Pull Request
## CLN:Replace format() with fstrings in asv/commands/show.py file
xref #1077
closes #1193
# Relevant Files Found
## asv/commands/show.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import math
from collectio... |
565 | null | frenck/spook | # Repository Context
Name: frenck/spook
Description:
# Pull Request
## Don't inspect if automation or scripts aren't loaded yet
<!--- Provide a general summary of your changes in the Title above -->
## Description
Don't try to inspect automations or scripts, it the entity component doesn't exist in hass data ... |
3,308 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Docs design cleanup
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full... |
18 | null | jesper-raemaekers/python-polarion | # Repository Context
Name: jesper-raemaekers/python-polarion
Description:
# Pull Request
## Workitem linking and custom field support
# Relevant Files Found
## polarion/polarion.py
```
from zeep import Client
from zeep.plugins import HistoryPlugin
from lxml.etree import Element
from lxml import etree
import req... |
38,124 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## laszip: add v3.4.3
Add laszip v3.4.3.
**Test Plan:**
Built successfully using `gcc@10.4.0` on Debian 11.
# Relevant Files Found
## var/spack/repos/builtin/packages/laszip/package.py
```
# Copyright 2013-2023 Lawrence Livermore National Secu... |
6 | null | fusionbox/django-separated | # Repository Context
Name: fusionbox/django-separated
Description:
# Pull Request
## Simplify the code around the version
Now we don't need to import get_version during the setup.py, which
means that we can put real code or imports in the root level of the
package.
_Note:_ this is not exactly backwards-compatible,... |
170 | null | Polygant/OpenCEX-backend | # Repository Context
Name: Polygant/OpenCEX-backend
Description:
# Pull Request
## [OC-192] added tokens
# Relevant Files Found
## core/tasks/stats.py
```
import datetime
from celery.app import shared_task
from django.conf import settings
from django.db import connection
from django.db.models import Case
from ... |
5,823 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## [MAINT] mark test a slow
<!---
This is a suggested pull request template for nilearn.
It's designed to capture information we've found to be useful in reviewing pull requests.
If there is other information that would be helpful to includ... |
588 | null | equinor/webviz-config | # Repository Context
Name: equinor/webviz-config
Description:
# Pull Request
## Add compatibility with `bleach >= 5`
### Contributor checklist
- [X] :tada: This PR closes #586.
- [X] :book: I have considered adding a new entry in `CHANGELOG.md`, and added it if should be communicated there.
# Relevant Files ... |
103 | null | yunify/qingcloud-sdk-python | # Repository Context
Name: yunify/qingcloud-sdk-python
Description:
# Pull Request
## IAM-3516 SDK支持子账号管理
# Relevant Files Found
## qingcloud/iaas/connection.py
```
# =========================================================================
# Copyright 2012-present Yunify, Inc.
# -------------------------------... |
65 | null | adieyal/dynamicprompts | # Repository Context
Name: adieyal/dynamicprompts
Description:
# Pull Request
## Fix wildcard normalization on Windows
Fixes https://github.com/adieyal/sd-dynamic-prompts/issues/354
# Relevant Files Found
## src/dynamicprompts/wildcards/utils.py
```
from __future__ import annotations
import os
from dynamicprom... |
65 | null | carsdotcom/skelebot | # Repository Context
Name: carsdotcom/skelebot
Description:
# Pull Request
## Adds bugfix for artifactory path checking
Artifactory component was working because the permissions on certain repos allowed for reading without auth. As such the code was not passing auth when checking if files existed (read only operati... |
2,681 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## test(robot): fix missing argument wait_volume_attached error in attach_volume_in_maintenance_mode
#### Which issue(s) this PR fixes:
<!--
Use `Issue #<issue number>` or `Issue longhorn/longhorn#<issue number>` or `Issue (paste link ... |
1,382 | null | openai/openai-python | # Repository Context
Name: openai/openai-python
Description:
# Pull Request
## feat(api): add required tool_choice
# Relevant Files Found
## src/openai/resources/beta/threads/runs/runs.py
```
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from __future__ import annotation... |
358 | null | Deepomatic/dmake | # Repository Context
Name: Deepomatic/dmake
Description:
# Pull Request
## Validate kubernetes manifests against the correct kubectl context.
Closes #357.
Previously it was validated against a random default context which may
support different APIs.
# Relevant Files Found
## dmake/deepobuild.py
```
import os
im... |
9 | null | GoogleCloudPlatform/core-solution-services | # Repository Context
Name: GoogleCloudPlatform/core-solution-services
Description:
# Pull Request
## set advanced_settings as false
- Set advanced_settings as false to ignore advanced setting when adding TF ingress module.
# Relevant Files Found
## components/authentication/scripts/user_tool.py
```
"""
Copyright... |
720 | null | frenck/spook | # Repository Context
Name: frenck/spook
Description:
# Pull Request
## Add homeassistant.remove_label_from_entity service
<!--- Provide a general summary of your changes in the Title above -->
## Description
SSIA, adds an service to remove labels from entities: `homeassistant.remove_label_from_entity`.
## ... |
7,794 | null | PrefectHQ/prefect | # Repository Context
Name: PrefectHQ/prefect
Description:
# Pull Request
## Create a `CANCELLING` state type
<!--
Thanks for opening a pull request to Prefect! We've got a few requests to help us review contributions:
- Make sure that your title neatly summarizes the proposed changes.
- Provide a short overvi... |
34,556 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Add tuning parameters to DataLoader (mainly for couch)
## Product Description
<!-- For non-invisible changes, describe user-facing effects. -->
## Technical Summary
<!--
Provide a link to the ticket or document which prompted thi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.