pr_id
int64
repo_id
null
repo_name
string
text
string
149
null
crimsobot/crimsoBOT
# Repository Context Name: crimsobot/crimsoBOT Description: # Pull Request ## DRYing up the spread functions The code for formatting and sending an embed is moved to its own function `cogs/mystery.py: tarot_embed()`, and each spread function calls the new function. In a perfect world, this code could be even DR...
130
null
mozilla/bugbot
# Repository Context Name: mozilla/bugbot Description: # Pull Request ## Add an exception list (reporters) for no_assignee # Relevant Files Found ## auto_nag/scripts/no_assignee.py ``` # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distribut...
7,653
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Return outputs from QASM 3.0 to python ------------------------------------------------------------------------------------------------------------ **Context:** We would like to be able to declare outputs in QASM 3.0 and return val...
528
null
openshift-eng/ocp-qe-perfscale-ci
# Repository Context Name: openshift-eng/ocp-qe-perfscale-ci Description: # Pull Request ## Write to sheet with reading index data file Want to write google sheet results using data gotten from outputted file in e2e-benchmark Need to still test with network-perf-v2 and ingress # Relevant Files Found ## write...
24,361
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## grpc: allow to disable systemd support ### Summary Changes to the recipe: **grpc/1.54.3** #### Motivation Avoid building unnecessary libsystemd and its transitive dependencies. #### Details This merge request backports a...
33
null
IvoVellekoop/openwfs
# Repository Context Name: IvoVellekoop/openwfs Description: # Pull Request ## fix: SLM transpose did not take into account translation ### Release Notes - Fix: SLM transpose transform did not take into account translation and transposed incorrectly. - Feature: SLM windows now react to Ctrl+C and automatically cl...
369
null
davidteather/TikTok-Api
# Repository Context Name: davidteather/TikTok-Api Description: # Pull Request ## Better error handling To avoid too many tickets and and to better understand exception, I think error handling should be improved. Here is a proposal # Relevant Files Found ## TikTokApi/browser.py ``` import asyncio import pyppetee...
481
null
aws-ia/taskcat
# Repository Context Name: aws-ia/taskcat Description: # Pull Request ## Added new logic for template url parsing and tests ## Overview This adds better logic for URL parsing to locate nested templates ## Testing/Steps taken to ensure quality Added tests and ran taskcat against some templates ### Notes ...
212
null
ministryofjustice/cla_backend
# Repository Context Name: ministryofjustice/cla_backend Description: # Pull Request ## Change dates to be three part date times to match rest of the system # Relevant Files Found ## cla_backend/apps/call_centre/views.py ``` from uuid import UUID from dateutil import parser from django.conf import settings fro...
127
null
csparpa/pyowm
# Repository Context Name: csparpa/pyowm Description: # Pull Request ## Fix for Unicode names # Relevant Files Found ## pyowm/webapi25/owm25.py ``` """ Module containing the PyOWM library main entry point """ from time import time from pyowm import constants from pyowm.webapi25.configuration25 import ( OBS...
895
null
py-econometrics/pyfixest
# Repository Context Name: py-econometrics/pyfixest Description: # Pull Request ## update in labels: adding comment on the role of _coefname I modified the documentation on the three parts, as suggested by @s3alfisc - etable: [link](https://github.com/py-econometrics/pyfixest/blob/406bb3282eb61f892ba676c1a1d2ad...
14,279
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [beeg] Fix extraction ### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [adding new extractor tutorial](https://github.com/rg3/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding conve...
134
null
IndicoDataSolutions/indico-toolkit-python
# Repository Context Name: IndicoDataSolutions/indico-toolkit-python Description: # Pull Request ## v2.0.1 # Relevant Files Found ## indico_toolkit/__init__.py ``` """A package to support Indico IPA development""" __version__ = "2.0.0" from .errors import * from .client import create_client from .retry import ...
10,991
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## [Single File] Add single file support for Wan T2V/I2V # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the ...
47
null
MobileTeleSystems/onetl
# Repository Context Name: MobileTeleSystems/onetl Description: # Pull Request ## [DOP-5797] Add changelog - Use `towncrier` to generate changelog from separated entries. `towncrier` is used in a lot of open source projects, like [pylint](https://github.com/pylint-dev/pylint/tree/main/doc/whatsnew/fragments), [A...
3,367
null
feast-dev/feast
# Repository Context Name: feast-dev/feast Description: # Pull Request ## feat: Cassandra online store, concurrency in bulk write operations This implements the counterpart of #3356 but for writing. Using the native concurrency offered by Cassandra drivers allows for much faster write operations to the online store...
176
null
microsoft/Cream
# Repository Context Name: microsoft/Cream Description: # Pull Request ## [TinyViT] support higher version of timm 1. support higher version of timm 2. add inference script # Relevant Files Found ## TinyViT/config.py ``` # -------------------------------------------------------- # TinyViT Config # Copyright (c)...
1
null
wapiflapi/wsym
# Repository Context Name: wapiflapi/wsym Description: # Pull Request ## fix: misspell "splted" # Relevant Files Found ## wsym.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import ctypes import argparse from ctypes import sizeof, pointer import elf def add_symbols(elff, symbols): # # THE PL...
1
null
LucasRGoes/ports-adapters-sample
# Repository Context Name: LucasRGoes/ports-adapters-sample Description: # Pull Request ## Project Structure * Created projected structure; * Created README.md file; # Relevant Files Found # Edits This pull request establishes the initial project structure for a microservice using the ports and adapters (hexa...
397
null
netbox-community/pynetbox
# Repository Context Name: netbox-community/pynetbox Description: # Pull Request ## Replace underscores in plugin app name with dashes Ran into this issue with my own plugins, where the plugin name is "-" separated in the URL. This fixes [issue 332](https://github.com/netbox-community/pynetbox/issues/332). # Re...
53
null
dbt-msft/dbt-sqlserver
# Repository Context Name: dbt-msft/dbt-sqlserver Description: # Pull Request ## add support for Azure SQL by adding Active Directory authentication methods rehash of #49 but to master branch now. @nandanhegde15 will add some more documentation and test this PR does not break the existing on-prem SQL Server connect...
3,515
null
fedspendingtransparency/usaspending-api
# Repository Context Name: fedspendingtransparency/usaspending-api Description: # Pull Request ## [PIPE-289] Removes packages from imports in chunked_matview_sql_generator **Description:** A change was made during PIPE-289 to the imports on `chunked_matview_sql_generator.py`. Because this script is not run as a ma...
352
null
encord-team/encord-client-python
# Repository Context Name: encord-team/encord-client-python Description: # Pull Request ## Further type annotation improvements # Relevant Files Found ## encord/objects/common.py ``` from __future__ import annotations import re from abc import ABC, abstractmethod from dataclasses import dataclass, field from e...
2,992
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## Chore!: bump sqlglot to v25.10.0 # Relevant Files Found ## setup.py ``` import os from os.path import exists from setuptools import find_packages, setup description = open("README.md").read() if exists("README.md") else "" setup( ...
3,922
null
django-oscar/django-oscar
# Repository Context Name: django-oscar/django-oscar Description: # Pull Request ## Atomically consume allocations and stock # Relevant Files Found ## src/oscar/apps/partner/abstract_models.py ``` from django.db import models, router from django.db.models import F, Value, signals from django.db.models.functions...
53
null
Reinami/sanic_crud
# Repository Context Name: Reinami/sanic_crud Description: # Pull Request ## making foreign_keys backrefs and recurse into foreign_keys # Relevant Files Found ## sanic_crud/__init__.py ``` from .crud_generation import generate_crud from .config import CrudConfig, ResponseMessages __version__ = '0.2.0' __all__...
383
null
Chaosthebot/Chaos
# Repository Context Name: Chaosthebot/Chaos Description: # Pull Request ## 🤓📈 Use sigmoid function to calculate dynamic_voting_window - updated tests - reduced `EXTENDED_VOTE_WINDOW` to 8 [Interactive graphic](https://www.wolframalpha.com/input/?i=plot+8%2F(e%5E(-x%2F12)+%2B+1)+,++x+%3D+-0..60) Not so int...
5,297
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## load mounds from environment variable for httpx fixes #5170 # Relevant Files Found ## reflex/utils/net.py ``` """Helpers for downloading files from the network.""" import functools import time from collections.abc import Callable from...
20
null
thesuhas/Covid19-India-Discord-Bot
# Repository Context Name: thesuhas/Covid19-India-Discord-Bot Description: # Pull Request ## Added line to slash command too # Relevant Files Found ## bot.py ``` import requests import pandas as pd import io import discord import datetime from babel.numbers import format_currency from discord.ext import c...
77
null
greenmtnboy/py-portfolio-index
# Repository Context Name: greenmtnboy/py-portfolio-index Description: # Pull Request ## Automatic update of package stock info Automatic update of package stock info # Relevant Files Found ## py_portfolio_index/__init__.py ``` from py_portfolio_index.bin import INDEXES, STOCK_LISTS from py_portfolio_index.const...
7,720
null
zulip/zulip
# Repository Context Name: zulip/zulip Description: # Pull Request ## Differentiate users invited as admin by showing bolt icon Fixes one issue in #7194 ![screenshot from 2017-12-10 00-43-07](https://user-images.githubusercontent.com/7190633/33798693-468cb130-dd43-11e7-9ba4-66a540027475.png) # Relevant File...
564
null
dandi/dandi-cli
# Repository Context Name: dandi/dandi-cli Description: # Pull Request ## Fix a typo in the display string for one of the known URL patterns # Relevant Files Found ## dandi/dandiarchive.py ``` """ Interactions with DANDI archive ATM go either through Girder or through DANDI API. This module provides helpers to...
241
null
AndreiDrang/python-rucaptcha
# Repository Context Name: AndreiDrang/python-rucaptcha Description: # Pull Request ## Release v6.2 # Relevant Files Found ## docs/conf.py ``` # -- Path setup -------------------------------------------------------------- from datetime import date from pallets_sphinx_themes import ProjectLink from python_ruca...
5,329
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Remove interfaces from pennylane **Context:** Complete the deprecation cycle for `interfaces` inside PennyLane **Description of the Change:** The contents of ``qml.interfaces`` is moved inside ``qml.workflow``. The old import path ...
538
null
panoptes/POCS
# Repository Context Name: panoptes/POCS Description: # Pull Request ## Link pretty image from FITS file The CR2 files are linked as part of the download process. This links those generated directly from FITS files (e.g. SBIG, FLI). Replacing parts of #511. # Relevant Files Found ## pocs/utils/images/__init__....
37
null
autogluon/autogluon-bench
# Repository Context Name: autogluon/autogluon-bench Description: # Pull Request ## Add gpu monitor Issue #, if available: Description of changes: Sends `GPUUtilization` with `instanceID` to `Custom/EC2` metrics on CloudWatch. By submitting this pull request, I confirm that you can use, modify, copy, and r...
6,015
null
hypothesis/lms
# Repository Context Name: hypothesis/lms Description: # Pull Request ## Only send deep linking parameters when deep linking FilePickerFormFields is used in two contexts with the same goal but different targets. It could be submitting a form to our own backend or completing a deep linking (DL) response flow, sub...
114
null
dbmi-bgm/cgap-portal
# Repository Context Name: dbmi-bgm/cgap-portal Description: # Pull Request ## Finally use dcicutils.deployment_utils (C4-146) This pulls the strings on all the scaffolding. # Relevant Files Found ## deploy/generate_production_ini.py ``` """ Based on environment variables make a config file (production.ini) for ...
8
null
ToyotaResearchInstitute/task_behavior_ros
# Repository Context Name: ToyotaResearchInstitute/task_behavior_ros Description: # Pull Request ## updated action goal to check if none # Relevant Files Found ## src/task_behavior_ros/action.py ``` # Copyright 2016 Toyota Research Institute # Licensed under the Apache License, Version 2.0 (the "License"); you...
1,134
null
asreview/asreview
# Repository Context Name: asreview/asreview Description: # Pull Request ## Add metadata params to metadata file in frontend Partially resolves #1131 # Relevant Files Found ## asreview/entry_points/simulate.py ``` # Copyright 2019-2022 The ASReview Authors. All Rights Reserved. # # Licensed under the Apache Lic...
14
null
vnpy/vnpy_ctabacktester
# Repository Context Name: vnpy/vnpy_ctabacktester Description: # Pull Request ## [Del] inverse related code # Relevant Files Found ## vnpy_ctabacktester/engine.py ``` from ast import List import importlib import traceback from datetime import datetime from threading import Thread from pathlib import Path from ...
1,521
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## simplify hashing for request verification Simplifies the verification process by having a single hash to send over the wire instead of hashes for each field. Also cleans up the naming convention issues with splitting on `_hash_`. 2-st...
676
null
bcgov/sbc-pay
# Repository Context Name: bcgov/sbc-pay Description: # Pull Request ## 6945 - Standardize country code. *Issue #:* https://github.com/bcgov/entity/issues/6945 *Description of changes:* Update country field to use 2 letters country code for BCOL account. By submitting this pull request, I confirm that you c...
100
null
flu-x/flexibox
# Repository Context Name: flu-x/flexibox Description: # Pull Request ## Make version change in setup.py modified: setup.py # Relevant Files Found ## browserium/utility/logger.py ``` import os import logging from logging.config import dictConfig class Logger(object): def __init__(self): path = os...
53,538
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## KNX: Support for HS-color lights ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be...
87
null
gmalivenko/onnx2keras
# Repository Context Name: gmalivenko/onnx2keras Description: # Pull Request ## Feature ReduceMax + upsample(for opset version 9+) * Added ReduceMax (same as ReduceSum, ReduceMean) * Changed Upsample behaviour to work with opset version 9+ too. # Relevant Files Found ## onnx2keras/layers.py ``` from .convolutio...
31
null
portfolioplus/pystockfilter
# Repository Context Name: portfolioplus/pystockfilter Description: # Pull Request ## Bump cython from 0.29.14 to 0.29.15 Bumps [cython](https://github.com/cython/cython) from 0.29.14 to 0.29.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES...
3,071
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## chore: fix some typos in comments ### All Submissions: - [ ] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md) file? - [ ] Have you checked to ensure there aren'...
255
null
asappresearch/flambe
# Repository Context Name: asappresearch/flambe Description: # Pull Request ## Text- and TransformerField now take nested objects (dicts and lists) as arguments to process and setup changed the text and transformer fields to also take a (nested) list of strings of dict of strings to both setup and process. requi...
268
null
stochasticai/xTuring
# Repository Context Name: stochasticai/xTuring Description: # Pull Request ## Integrate ITREX to support int8 model on the CPU-only devices 1st PR for https://github.com/stochasticai/xTuring/issues/264 to integrate [Intel-Extension-for-Transformers](https://github.com/intel/intel-extension-for-transformers) to sup...
759
null
milvus-io/pymilvus
# Repository Context Name: milvus-io/pymilvus Description: # Pull Request ## Add util to calculate timestamp Resolves: milvus-io/milvus#9956 Signed-off-by: XuanYang-cn <xuan.yang@zilliz.com> /cc @czs007 /assign @czs007 # Relevant Files Found ## pymilvus/client/prepare.py ``` import abc import copy impor...
282
null
octodns/octodns
# Repository Context Name: octodns/octodns Description: # Pull Request ## Bump requests to 2.20.0 Security alert prompted version bump. /cc https://nvd.nist.gov/vuln/detail/CVE-2018-18074 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from os.path import dirname, join import octodns try: f...
9,952
null
openshift/openshift-ansible
# Repository Context Name: openshift/openshift-ansible Description: # Pull Request ## [release-3.10] Add extra debug info to csr module This is an automated cherry-pick of #9946 /assign michaelgugino # Relevant Files Found ## roles/lib_openshift/library/oc_csr_approve.py ``` #!/usr/bin/env python '''oc_csr_appr...
41,045
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## PERF: implement get_slice in cython I'm seeing a 13-19% improvement in the motivating benchmark https://github.com/pandas-dev/pandas/pull/40171#issuecomment-790219422 # Relevant Files Found ## pandas/_libs/internals.pyi ``` from typing i...
6,499
null
streamlink/streamlink
# Repository Context Name: streamlink/streamlink Description: # Pull Request ## tools: bump ruff to 0.11.5 and fix issues # Relevant Files Found ## src/streamlink/validate/__init__.py ``` # ruff: noqa: A001, A004, I001 # order the module members logically (autodoc_member_order == "bysource") from streamlink.va...
87
null
ska-sa/tango-simlib
# Repository Context Name: ska-sa/tango-simlib Description: # Pull Request ## Updating CHANGELOG for release v0.2.0 This PR is just to capture some of the major changes that were made to the library since the last release. JIRA: [N/A]() # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from setu...
2,014
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## fix(internal): use importlib for version I think this is somewhat nicer. At the moment this will still give the versioneer version inherited from the `setup.py`. If we move away from versioneer / `setup.py` it will give whatever we specify...
2,945
null
Azure/WALinuxAgent
# Repository Context Name: Azure/WALinuxAgent Description: # Pull Request ## version update to 2.10.0.4 <!-- DO NOT DELETE THIS TEMPLATE --> ## Description Issue # <!-- if any --> <!-- Please add an informative description that covers that changes made by the pull request. This checklist is used to make s...
11
null
mathsman5133/donationbot
# Repository Context Name: mathsman5133/donationbot Description: # Pull Request ## Events rewrite # Relevant Files Found ## cogs/guildsetup.py ``` import discord import asyncio import typing import datetime import re import coc import logging from discord.ext import commands from cogs.utils.checks import requi...
35
null
os-net-config/os-net-config
# Repository Context Name: os-net-config/os-net-config Description: # Pull Request ## sriov_config: fix race condition on boot On boot, sriov_config.service runs in parallel with the probing of PCI devices. There is no synchronization point that we can use to run the service *after* all PCI devices have been probed...
294
null
asottile/all-repos
# Repository Context Name: asottile/all-repos Description: # Pull Request ## add alias for --commit-msg -> --commit-message # Relevant Files Found ## all_repos/manual.py ``` from __future__ import annotations import argparse from typing import Sequence from all_repos import autofix_lib from all_repos.config i...
141
null
OptimalScale/LMFlow
# Repository Context Name: OptimalScale/LMFlow Description: # Pull Request ## Support saving full model when performing LoRA training Run run_finetune_with_lora_save_aggregated_weights.sh and train_merged_lora.sh to perform two stage LoRA training # Relevant Files Found ## src/lmflow/args.py ``` #!...
316
null
Toblerity/rtree
# Repository Context Name: Toblerity/rtree Description: # Pull Request ## CI/RLS: upgrade to libspatialindex-2.0.0 Towards #315. This PR does the following: - Upgrade libspatialindex from 1.9.3 to 2.0.0 - Remove the unneeded ci/CMakeLists.txt - Use cmake install, removing the unneeded lib subdirs - Remove ...
1,953
null
huggingface/huggingface_hub
# Repository Context Name: huggingface/huggingface_hub Description: # Pull Request ## Fix thread-safety when fetching user secret in Google Colab Should fix https://github.com/huggingface/huggingface_hub/issues/1952. It looks like `google.colab.userdata` uses `blocking_request` under the hood which states > ...
8
null
st8st8/django-oscar-stripe-sca
# Repository Context Name: st8st8/django-oscar-stripe-sca Description: # Pull Request ## Add shipping into payment line items Checks for `basket.is_shipping_required() and shipping_method` so digital products should be intact. Tested in sandbox and my store. I tried to make minimum changes possible. Happy to accomm...
7
null
wy-z/requests-openapi
# Repository Context Name: wy-z/requests-openapi Description: # Pull Request ## Add test coverage # Relevant Files Found ## setup.py ``` import io import os from setuptools import find_packages, setup def read(filename): filename = os.path.join(os.path.dirname(__file__), filename) with io.open(filena...
84
null
HorizonRobotics/SocialRobot
# Repository Context Name: HorizonRobotics/SocialRobot Description: # Pull Request ## Replace irobot create with kuka youbot Changes: * Remove the agent of iRobot Create, and replaced with KUKA Youbot. Motivation: * Since iRobot Create is basically the same function as pioneer, just without camera. It's not ...
208
null
chainflip-io/chainflip-eth-contracts
# Repository Context Name: chainflip-io/chainflip-eth-contracts Description: # Pull Request ## Feat/add gov withdraw eth - Add govWithdrawEth to both KeyManager and StakeManager. - Add stateless and stateful tests for the govWithdrawEth function. - Small addition to README file adding test command options. # R...
58
null
kedro-org/kedro-starters
# Repository Context Name: kedro-org/kedro-starters Description: # Pull Request ## Update Kedro Spaceflights tutorial to match the new docs ## Motivation and Context - This is the companion PR to the tutorial update on the main repo side https://github.com/quantumblacklabs/kedro/pull/1112 - This will generate the...
23
null
BoYanZh/Canvas-Syncer
# Repository Context Name: BoYanZh/Canvas-Syncer Description: # Pull Request ## Add keeping previous canvasURL feature Now when configuring, the syncer will keep the canvasURL unchanged if typed in nothing and previously have an value instread of using JI's URL. User experience outsitde of JI is expected to improve...
55
null
robotframework/PythonLibCore
# Repository Context Name: robotframework/PythonLibCore Description: # Pull Request ## Update test_robotlibcore.py Fixed RF version check in utests # Relevant Files Found ## utest/test_robotlibcore.py ``` import sys import pytest from robot import __version__ as robot__version from robotlibcore import HybridCo...
2
null
amigos-do-gesiel/iespv-administrativo
# Repository Context Name: amigos-do-gesiel/iespv-administrativo Description: # Pull Request ## Register donors # Relevant Files Found ## users/models.py ``` from django.db import models from django.contrib.auth.models import AbstractUser, User import hashlib from django.core.exceptions import ObjectDoesNotExis...
660
null
evennia/evennia
# Repository Context Name: evennia/evennia Description: # Pull Request ## Add custom error messages to search and have drop use them. # Relevant Files Found ## evennia/commands/default/general.py ``` """ General Character commands usually availabe to all characters """ from django.conf import settings from even...
3,659
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## feat: GenAI - Improved the exception messages when candidates, parts or text are not available feat: GenAI - Improved the exception messages when candidates, parts or text are not available Improved cases: * Response has no Can...
80
null
Xilinx/finn-examples
# Repository Context Name: Xilinx/finn-examples Description: # Pull Request ## Update MobileNet-v1 flows to FINN v0.10 This PR will update the MobileNet-v1 build flows by adding a specialize_layers configuration per board and update folding configuration & flow steps to work with latest FINN release (v0.10) - [x] ...
180
null
pollination/queenbee
# Repository Context Name: pollination/queenbee Description: # Pull Request ## add more validators and forbid extra keys in Pydantic models # Relevant Files Found ## queenbee/base/basemodel.py ``` """Queenbee utility functions.""" import hashlib import json from typing import List, Dict import yaml from pydant...
1,602
null
cloudtools/troposphere
# Repository Context Name: cloudtools/troposphere Description: # Pull Request ## fix: include valid postgres capacity configurations Fixes https://github.com/cloudtools/troposphere/issues/1600 We are using troposphere and stacker to spin up Aurora Serverless clusters using Postgresql and received errors that our ...
104
null
sunpy/sunraster
# Repository Context Name: sunpy/sunraster Description: # Pull Request ## Add colormap awareness to IRISMapCube. # Relevant Files Found ## irispy/sji.py ``` ''' This module provides movie tools for level 2 IRIS SJI fits file ''' from datetime import timedelta import warnings import numpy as np from astropy.io...
1,939
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [DataFrame] Fix for __getitem__ string indexing This fixes a bug where strings are passed into `__getitem__` # Relevant Files Found ## python/ray/dataframe/dataframe.py ``` from __future__ import absolute_import from __future__ import divi...
150
null
cognitedata/cognite-replicator
# Repository Context Name: cognitedata/cognite-replicator Description: # Pull Request ## Issue 143 # Relevant Files Found ## cognite/replicator/__main__.py ``` #!/usr/bin/env python """ A tool for replicating data from one CDF tenant to another. To run, configure the source and destination CogniteClient with p...
1,476
null
bcbio/bcbio-nextgen
# Repository Context Name: bcbio/bcbio-nextgen Description: # Pull Request ## Further cleanups - Use "with" to safely open files - Use Pysam's API to check read flags # Relevant Files Found ## bcbio/pipeline/disambiguate/run.py ``` #!/usr/bin/env python """ This is the main function to call for disambiguating b...
19,608
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Enhance `multiple_outputs` inference of dict typing Closes: #19538 There are a few cases in which the existing `multiple_outputs` inference in the TaskFlow API doesn't automatically unfurl a returned dictionary into separate `XComs`: - The...
3,098
null
pypa/pip
# Repository Context Name: pypa/pip Description: # Pull Request ## Remove unused __get_username function # Relevant Files Found ## pip/locations.py ``` """Locations where we look for configs, install stuff, etc""" from __future__ import absolute_import import getpass import os import os.path import site import...
109
null
IBM/lale
# Repository Context Name: IBM/lale Description: # Pull Request ## Only add defaults to search spaces when the default is a valid member of the search space # Relevant Files Found ## lale/schema_simplifier.py ``` # Copyright 2019 IBM Corporation # # Licensed under the Apache License, Version 2.0 (the "License")...
3,801
null
openvinotoolkit/open_model_zoo
# Repository Context Name: openvinotoolkit/open_model_zoo Description: # Pull Request ## Accuracy checker support for bloomz-560m # Relevant Files Found ## tools/accuracy_checker/openvino/tools/accuracy_checker/annotation_converters/wikitext2raw.py ``` """ Copyright (c) 2018-2023 Intel Corporation Licensed und...
3,126
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## chore: try fix web app test flakiness We see flakiness related to the web app and I think it is because we create the global app instance and then modify it's properties in different tests. Therefore we can get inconsistent results. This P...
26,826
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove deprecated srp_energy integration (ADR-0004) ## Breaking Change: The SRP Energy integration was deprecated in Home Assistant 0.98.0 and has now been removed in 0.100.0. ## Description: This PR removes the deprecated SRP En...
220
null
themagicalmammal/wikibot
# Repository Context Name: themagicalmammal/wikibot Description: # Pull Request ## [autofix] Format Python <details><summary><code>Workflow metadata</code></summary> > [Auto-generated on run `#2143912217`](https://github.com/themagicalmammal/wikibot/actions/runs/2143912217) by `format-python` job from [`autofix.ya...
663
null
City-of-Helsinki/tilavarauspalvelu-core
# Repository Context Name: City-of-Helsinki/tilavarauspalvelu-core Description: # Pull Request ## TILA-1968: Return order data with reservation + order query ## Change log - Added `order_id` and `order_status` to Reservation response - Added new `order` query. Requires permissions to see/manage the related reserv...
481
null
hpyproject/hpy
# Repository Context Name: hpyproject/hpy Description: # Pull Request ## Added HPySlice_New Added HPySlice_New - still need to add tests. Needed for benchmarks for Cython. # Relevant Files Found ## test/test_hpyslice.py ``` from .support import HPyTest class TestSlice(HPyTest): def test_unpack(self): ...
743
null
ShishirPatil/gorilla
# Repository Context Name: ShishirPatil/gorilla Description: # Pull Request ## [BFCL] Add Support for Regeneration, Specific Test Entry IDs, and Custom Directory Locations This pull request introduces several improvements and new features to the CLI commands: 1. **Regeneration Support** - Added the `--allo...
755
null
jupyter-server/jupyter_server
# Repository Context Name: jupyter-server/jupyter_server Description: # Pull Request ## Ensure terminal cwd exists Check that the terminal current working directory exists. If it does not test if it is relative to the server root directory otherwise ignore it. Follow-up of https://github.com/jupyter-server/jupyter...
125
null
pysal/spopt
# Repository Context Name: pysal/spopt Description: # Pull Request ## Narrative for notebook and handling a single attribute. # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path he...
6,201
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Add quoted literal checking for Snowflake TARGET_LAG in dynamic tables. <!--Thanks for adding this feature!--> <!--Please give the Pull Request a meaningful title for the release notes--> ### Brief summary of the change made In Sno...
422
null
gee-community/geetools
# Repository Context Name: gee-community/geetools Description: # Pull Request ## refactor: improve typing and delete mutable default arguments staging PR to run the tests # Relevant Files Found ## geetools/ee_authenticate.py ``` """Toolbox for the :py:func:`ee.Authenticate` function.""" from __future__ import an...
68
null
gooddata/smoker
# Repository Context Name: gooddata/smoker Description: # Pull Request ## Standardize initscript with LSB functions And don't rely on pgrep. If there's docker running on the instance and another instance of smokerd runs within the container, it's visible to pgrep. # Relevant Files Found ## setup.py ``` #!/usr/...
3
null
swiss-ai-center/mdwrap
# Repository Context Name: swiss-ai-center/mdwrap Description: # Pull Request ## Improve cli # Relevant Files Found ## mdwrap/cli.py ``` import argparse from pathlib import Path from typing import List from mdwrap.common.abstract.abstract_transform import AbstractTransform from mdwrap.common.formatter import F...
765
null
pywbem/pywbemtools
# Repository Context Name: pywbem/pywbemtools Description: # Pull Request ## Partly fixes #91: Converted test_tableformat to pytest This addresses one more test module for issue #91. Please consider these specific review items: * Do we really need a second test function `test_format_table_cap()` that performs t...
1,601
null
mlc-ai/mlc-llm
# Repository Context Name: mlc-ai/mlc-llm Description: # Pull Request ## [SLM] iOS refactor This PR refactors the iOS app to fully support SLM, specifically addressing the following items: - [X] Fetch `modelID` and `modelLib` from `app-config.json` instead of `mlc-chat-config.json` - [X] Refactor `app-config.js...
33
null
ASFHyP3/hyp3-lib
# Repository Context Name: ASFHyP3/hyp3-lib Description: # Pull Request ## Fixes zeros in DEM files # Relevant Files Found ## src/iscegeo2geotif.py ``` #!/usr/bin/env python ############################################################################### # iscegeo2geotiff # # Project: APD_INSAR # Purpose: Co...