pr_id
int64
repo_id
null
repo_name
string
text
string
224
null
robotika/osgar
# Repository Context Name: robotika/osgar Description: # Pull Request ## LoRa SubT Pause/Continue and bug fix virtual bumper This is mix of two PR, as bug in Virtual bumper was discovered during testing of LoRa Pause. There is also refactoring of "collision" interpretation - the robot has to leave given radius with...
1,254
null
Josh-XT/AGiXT
# Repository Context Name: Josh-XT/AGiXT Description: # Pull Request ## fix import chain AttributeError: 'NoneType' object has no attribute 'id' fixes the problem when importing chain AttributeError: 'NoneType' object has no attribute 'id' # Relevant Files Found ## agixt/Chain.py ``` from DB import ( get_ses...
1,144
null
openstack-charmers/zaza-openstack-tests
# Repository Context Name: openstack-charmers/zaza-openstack-tests Description: # Pull Request ## tempest: Make concurrency configurable with a sane default. Tempest will by default run with a concurrency matching the number of cores on the test runner. When running on a workstation, it is likely that the defaul...
694
null
robotika/osgar
# Repository Context Name: robotika/osgar Description: # Pull Request ## Introduce "GPS" for staging area # Relevant Files Found ## subt/main.py ``` """ SubT Challenge Version 1 """ import gc import os.path import math import threading import copy from datetime import timedelta from collections import defaul...
3,570
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Stop using Ubuntu 20.04 and 22.04 in CI A couple of our actions use Ubuntu 20.04 which is deprecated as a GitHub Actions runner image and will be fully unsupported by April 1 https://github.com/actions/runner-images/issues/11101. We cannot r...
2,575
null
openwallet-foundation/acapy
# Repository Context Name: openwallet-foundation/acapy Description: # Pull Request ## 0.11.0-rc0 Signed-off-by: Stephen Curran <swcurran@gmail.com> # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common opt...
6,417
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [ Misc ] Apply MoE Refactor to Qwen2 + Deepseekv2 To Support Fp8 SUMMARY: * apply MoE refactor to DeepSeekv2 to support `fp8` * * apply MoE refactor to Qwen2Moe to support `fp8` * in combination with #6415, this will support fused AWQ as...
11
null
jonasbkarlsson/ferroamp_operation_settings
# Repository Context Name: jonasbkarlsson/ferroamp_operation_settings Description: # Pull Request ## Added constants for modes. # Relevant Files Found ## custom_components/ferroamp_operation_settings/const.py ``` """Constants file""" from homeassistant.const import Platform from homeassistant.const import __ve...
1,847
null
bentoml/BentoML
# Repository Context Name: bentoml/BentoML Description: # Pull Request ## chore: add runner <!--- Thanks for sending a pull request! Please make sure to read the contribution guidelines, then fill out the blanks below before requesting a code review. Name your Pull Request with one of the following prefixes, ...
19,266
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Improve handling of additional files in Helm unit tests (Cherry-pick of #19263) # Relevant Files Found ## src/python/pants/backend/helm/dependency_inference/deployment.py ``` # Copyright 2022 Pants project contributors (see CONTRIBUTORS....
3
null
kebrick/pyiikocloudapi
# Repository Context Name: kebrick/pyiikocloudapi Description: # Pull Request ## Update api.py 'organizationId' instead of 'organizationIds'. 'errorDescription': "Required property 'organizationId' not found in JSON. # Relevant Files Found ## pyiikocloudapi/api.py ``` import datetime import json import logging...
719
null
openmainframeproject/feilong
# Repository Context Name: openmainframeproject/feilong Description: # Pull Request ## Support indicated userid Add a parameter meta_data in guest_create Add parameter meta_data to support the indicated userid when creating the virtual machine. userid is used to create the virtual machine and if m...
960
null
PMEAL/OpenPNM
# Repository Context Name: PMEAL/OpenPNM Description: # Pull Request ## Missing dep message fixes a minor issue, making it easier to see which dependencies have not been run. It does NOT show the entire tree of missing deps, only those missing for the current model being regenerated. Still better than before. # ...
81
null
huggingface/distil-whisper
# Repository Context Name: huggingface/distil-whisper Description: # Pull Request ## [training] configure bs in preprocessing Fixes #78 # Relevant Files Found ## training/run_distillation.py ``` #!/usr/bin/env python # coding=utf-8 # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed und...
237
null
biocore/microsetta-private-api
# Repository Context Name: biocore/microsetta-private-api Description: # Pull Request ## St dh event log Adds schema change, new repo and new model object for representing an Event Log. This will be used initially to track emails we send out to end users. Relevant to https://github.com/biocore/microsetta-admi...
1,726
null
kedro-org/kedro
# Repository Context Name: kedro-org/kedro Description: # Pull Request ## Use `show_locals` False default for rich logging Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> ## Description When we added `rich` as our default logger we set `show_locals=True` to enable display of local variables. Howev...
4,223
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## remove keys that should not be going forward Removes the following keys: option,strict <- no longer needed option,loglevel <- can be handled cleanly with the logger API tool,task,file <- no longer needed tool,task,dir <- n...
366
null
postmanlabs/httpbin
# Repository Context Name: postmanlabs/httpbin Description: # Pull Request ## Digest authentication and expiried nonce - stale=true scenerio Hi, In this change digest authentication path is expanded by extra value `stale_after`. This integer value will cause that after `stale_after` successful responses next re...
22
null
jupyter/testpath
# Repository Context Name: jupyter/testpath Description: # Pull Request ## Make it easier to use custom code in mocked commands The `MockCommand` class, which mocks out a system command, currently offers a single way to customise the behaviour of the mock command: providing an entire custom script body to replace t...
150
null
pavdmyt/yaspin
# Repository Context Name: pavdmyt/yaspin Description: # Pull Request ## spellcheck: setup cspell integration & fix spelling # Relevant Files Found ## examples/signals.py ``` """ examples.signals ~~~~~~~~~~~~~~~~ Handling signals. Reference --------- - Signals in a nutshell: https://twitter.com/b0rk/stat...
14,034
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## polymake: fix dependency name See #13949 # Relevant Files Found ## var/spack/repos/builtin/packages/polymake/package.py ``` # Copyright 2013-2019 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level...
45
null
TheLabbingProject/pylabber
# Repository Context Name: TheLabbingProject/pylabber Description: # Pull Request ## Added a new property for external usage of the APP_IP environment ... variable. # Relevant Files Found ## pylabber/settings.py ``` """ Django settings for pylabber project. For more information on this file, see https://docs.dj...
8,492
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## Rework some TF tests # What does this PR do? Rework some TF tests to make them compliant with dict returns, and simplify some of them. # Relevant Files Found ## tests/test_modeling_tf_common.py ``` # coding=utf-8 # Copyright 2019...
9
null
brainglobe/brainrender
# Repository Context Name: brainglobe/brainrender Description: # Pull Request ## Load cells from file. Allows loading of hdf5 or csv files containing cell (or other point objects) positions, with column headings including `x`, `y`, and `z`. Cell positions must be in the same coordinate space as the root image. ...
1,661
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## add enablement for rtlmp in openroad Parameter selection is based on survey of ORFS designs and what is enabled there. # Relevant Files Found ## siliconcompiler/tools/openroad/openroad.py ``` ''' OpenROAD is an automated ph...
1,690
null
bcgov/sbc-auth
# Repository Context Name: bcgov/sbc-auth Description: # Pull Request ## Release to main merge *Issue #:* https://github.com/bcgov/entity/issues/<Put the github issue number here> *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this cont...
222
null
hed-standard/hed-python
# Repository Context Name: hed-standard/hed-python Description: # Pull Request ## Rename parse_dataframe. Add parameter to not expand def labels as it goes # Relevant Files Found ## hedtools/hed/util/base_file_input.py ``` import os import openpyxl import pandas import copy import io from hed.util.def_dict im...
4,214
null
FederatedAI/FATE
# Repository Context Name: FederatedAI/FATE Description: # Pull Request ## Feature 1.9 column expand anonymous edit Signed-off-by: yolandawu131@gmail.com Fixes ISSUE #3860 Changes: 1. Renew FlowClient when loading pickled PipeLine object 2. Fix HeteroFeatureSelection load model for models of ver 1.8.x...
121
null
IBM/unitxt
# Repository Context Name: IBM/unitxt Description: # Pull Request ## New function operator # Relevant Files Found ## src/unitxt/card.py ``` from dataclasses import dataclass from typing import Dict, List, Optional, Union from .artifact import Artifact from .instructions import InstructionsDict, InstructionsLis...
6,064
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Minor docs improvements Closes DOC-6 Closes DOC-9 Closes DOC-19 # Relevant Files Found ## pydantic/alias_generators.py ``` """Generators for converting between different naming conventions.""" import re __all__ = ('to_pascal', 'to_cam...
131
null
learningequality/kolibri-app
# Repository Context Name: learningequality/kolibri-app Description: # Pull Request ## Add certifi to hidden imports to ensure its resources get gathered. Hopefully fixes [#126](https://github.com/learningequality/kolibri-app/issues/126) # Relevant Files Found ## hooks/hook-kolibri.py ``` import glob import json...
3,178
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [Bugfix] Check file exists before removing it `FileNotFoundError: [Errno 2] No such file or directory` is raised when trying to remove tmpfile that does not exist. This occurs when there is no network connection and there is no tophub cache. # Re...
65
null
SAP/odfuzz
# Repository Context Name: SAP/odfuzz Description: # Pull Request ## DO NOT MERGE - add env variable IGNORE_METADATA_RESTRICTIONS When the scan is triggered by FioriDAST we would like to have more possiblities of fuzzed url even if sap:filterable="false". This pull request is to enable FioriDAST to ignore restricti...
180
null
cereja-project/cereja
# Repository Context Name: cereja-project/cereja Description: # Pull Request ## v1.7.5 # Relevant Files Found ## cereja/__init__.py ``` """ Copyright (c) 2019 The Cereja Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (th...
108
null
openvinotoolkit/model_analyzer
# Repository Context Name: openvinotoolkit/model_analyzer Description: # Pull Request ## [95453] Bump NumPy version to 1.22.0 # Relevant Files Found ## model_analyzer/constants.py ``` # Copyright (C) 2019-2022 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from enum import Enum class YoloAnchors(Enu...
157
null
CNFeffery/feffery-antd-docs
# Repository Context Name: CNFeffery/feffery-antd-docs Description: # Pull Request ## fix: 增加对话框显示回调逻辑 # Relevant Files Found ## views/AntdModal/demos/basic_callbacks.py ``` import json from dash import html import feffery_antd_components as fac from dash.dependencies import Component, Input, Output from serve...
10,168
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Milestone 3 - Change directives to components and test easy components (Part 3) ## Overview <!-- READ ME FIRST: Please answer *both* questions below and check off every point from the Essential Checklist! If there is no corresponding issue nu...
1,015
null
PennyLaneAI/qml
# Repository Context Name: PennyLaneAI/qml Description: # Pull Request ## tutorial eqnn force field ------------------------------------------------------------------------------------------------------------ **Title:** Symmetry-invariant quantum machine learning force fields **Summary:** Tutorial on equiva...
108
null
mit-quest/necstlab-damage-segmentation
# Repository Context Name: mit-quest/necstlab-damage-segmentation Description: # Pull Request ## Cf/fix ingest Ingest is now working. 3 Things were modified: - hidden file in the keys folder + the way it the code was defined to get the keys, created an error. Now it gets the json file in the keys folder, not just...
3,535
null
bcgov/lear
# Repository Context Name: bcgov/lear Description: # Pull Request ## 28742 DBC2: Add the CBEN incorp type as allowable for DBC *Issue #:* bcgov/entity#28742 *Description of changes:* In the rules file for DBC allowances, support incorp type for CBENs By submitting this pull request, I confirm that you can us...
13,836
null
yt-dlp/yt-dlp
# Repository Context Name: yt-dlp/yt-dlp Description: # Pull Request ## [ie/PlyrEmbed] Add extractor <!-- **IMPORTANT**: PRs without the template will be CLOSED Due to the high volume of pull requests, it may be a while before your PR is reviewed. Please try to keep your pull request focused on...
4,181
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [ Relay ][ Frontend ][ Tensorflow ]add op add_n to relay/frontend/tensorflow.py Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, pleas...
17
null
mmanchev23/healthy-at-home
# Repository Context Name: mmanchev23/healthy-at-home Description: # Pull Request ## Django # Relevant Files Found ## app/urls.py ``` from . import views from django.urls import path, include from django.contrib import admin from django.conf import settings from django.conf.urls.static import static urlpattern...
38
null
matterhorn103/avo_xtb
# Repository Context Name: matterhorn103/avo_xtb Description: # Pull Request ## Run calculations in parallel Closes #32 # Relevant Files Found ## config.py ``` # SPDX-FileCopyrightText: 2024 Matthew J. Milner <matterhorn103@proton.me> # SPDX-License-Identifier: BSD-3-Clause """Configure various options via the...
1,211
null
rigetti/pyquil
# Repository Context Name: rigetti/pyquil Description: # Pull Request ## Add `RX(0) _` to the native gates of a N-q qvm Closes https://github.com/rigetti/quilc/issues/640 # Relevant Files Found ## pyquil/device/_isa.py ``` ############################################################################## # Copyright...
210
null
arviz-devs/arviz-plots
# Repository Context Name: arviz-devs/arviz-plots Description: # Pull Request ## Add plot_ppc_tstat Closes #162 - Add `plot_ppc_tstat` for handling t_stat logic(no 'p' and 'u' values) <!-- readthedocs-preview arviz-plots start --> ---- 📚 Documentation preview 📚: https://arviz-plots--210.org.readthedocs.buil...
260
null
BLSQ/openhexa-app
# Repository Context Name: BLSQ/openhexa-app Description: # Pull Request ## Fix missing ForeignKey from zonal stats analysis # Relevant Files Found ## hexa/plugins/connector_accessmod/models.py ``` from __future__ import annotations import base64 import enum import json import typing from django.conf import s...
6
null
AI-for-Education/fabdata-llm
# Repository Context Name: AI-for-Education/fabdata-llm Description: # Pull Request ## Add option for extra_body in models.yaml Useful for: - o3-mini reasoning_effort parameter - custom OpenRouter provider routing parameters # Relevant Files Found ## src/fdllm/llmtypes.py ``` from __future__ import annotations...
48
null
benkonrath/transip-api
# Repository Context Name: benkonrath/transip-api Description: # Pull Request ## Add add_dns_entries function on DomainService. # Relevant Files Found ## tests/service_tests/test_domain.py ``` import unittest from transip.service import DomainService from transip.client import MODE_RO, MODE_RW from transip.ser...
12
null
dotcypress/GitHubMarkdownPreview
# Repository Context Name: dotcypress/GitHubMarkdownPreview Description: # Pull Request ## piping stderr into stdout broke curl This caused download statistics from curl to be displayed at the top of the preview. # Relevant Files Found ## GHMarkdownPreview.py ``` import os import sublime import sublime_plugin i...
58
null
mapilio/mapilio-kit
# Repository Context Name: mapilio/mapilio-kit Description: # Pull Request ## modify explanations # Relevant Files Found ## mapilio_kit/base/run.py ``` import os import getpass import subprocess from login import list_all_users from upload import upload, zip_images from edit_config import edit_config from proce...
774
null
OpenCTI-Platform/connectors
# Repository Context Name: OpenCTI-Platform/connectors Description: # Pull Request ## Updating Mandiant connector to collect reports <!-- Thank you very much for your pull request to the OpenCTI project! We as a community driven project depend on support and contributions like this! Thus already a BIG THANK YOU...
367
null
atlassian-api/atlassian-python-api
# Repository Context Name: atlassian-api/atlassian-python-api Description: # Pull Request ## fixing Confluence.remove_page_attachment_keep_version() method Hi there, **TL;DR:** This patch intends to fix the `remove_page_attachment_keep_version()` method in the `Confluence` class, so that it only removes (some) o...
6
null
emergenzeHack/ems_toolkit
# Repository Context Name: emergenzeHack/ems_toolkit Description: # Pull Request ## I changed the curl part a bit I changed the curl part a bit because as it was before: a) It was based on a saved cookie/auth - but that could be deleted any time on the server (for any reason) b) There were unnecessary requests fo...
96
null
morevnaproject-org/RenderChan
# Repository Context Name: morevnaproject-org/RenderChan Description: # Pull Request ## Version 1.0-alpha3 # Relevant Files Found ## renderchan/core.py ``` __author__ = 'Konstantin Dmitriev' __version__ = '1.0-alpha2' import sys from renderchan.file import RenderChanFile from renderchan.project import RenderC...
190
null
K0lb3/UnityPy
# Repository Context Name: K0lb3/UnityPy Description: # Pull Request ## Fix random ResourceReader file loading You may not believe it (or you probably did already), but `possible_names` was actually a dictionary type before. The problem with that is you get these random numbers as keys, and the items inside go out ...
1,175
null
KE-works/pykechain
# Repository Context Name: KE-works/pykechain Description: # Pull Request ## #1174 Editing the project info on a scope object is not working …iding any `project_info` Fixes #<issue> ## Checklist: - [x] My code follows the pykechain style - [x] I added type hinting to all functions - [x] I added doc...
330
null
qdrant/fastembed
# Repository Context Name: qdrant/fastembed Description: # Pull Request ## answerdotai/answerai-colbert-small-v1 support added answerdotai/answerai-colbert-small-v1 added + test coverage Notebook to reproduse test values: https://colab.research.google.com/drive/17oRpPAG1tcUsBzC4JqVR3EH24wmqAkKu?usp=sharing # ...
27,648
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## {monitor}`az monitor clone`: Migrate command to codegen V2 **Related command** <!--- Please provide the related command with az {command} if you can, so that we can quickly route to the related person to review. ---> az monior clone **Desc...
4,288
null
GoogleChrome/chromium-dashboard
# Repository Context Name: GoogleChrome/chromium-dashboard Description: # Pull Request ## Update extension approved email to use "extension" I noticed recently that the "extension approved" email does not mention that it is an extension that is being approved. This is a small change to fix that. # Relevant Files F...
129
null
harvester/tests
# Repository Context Name: harvester/tests Description: # Pull Request ## use --rancher-cluster-wait-timeout instead of --wait-timeout For cluster creation and deletion as Rancher RKE cluster usually take longer to create and remove. This will prevent unnecessary timeouts which can lead to dangling clusters in Ra...
7,337
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Allow extra blank lines in deck lists. # Relevant Files Found ## magic/decklist.py ``` import re import xml from typing import Any, Dict, Tuple import untangle from magic import oracle from magic.models import Card...
1
null
danielkelshaw/riemax
# Repository Context Name: danielkelshaw/riemax Description: # Pull Request ## Provided implementation of geometric tools Provided `src/riemax/manifold/geometry.py`, a collection of code for computing intrinsic quantities on the manifold, this includes: metric tensors, curvatures, inner products, and more... Also ...
101
null
constantinpape/elf
# Repository Context Name: constantinpape/elf Description: # Pull Request ## Add scripts for evaluating automatic tracking results # Relevant Files Found # Edits This pull request adds a script to evaluate the performance of automatic cell tracking results by comparing them against ground-truth annotations us...
305
null
rinikerlab/PyGromosTools
# Repository Context Name: rinikerlab/PyGromosTools Description: # Pull Request ## @rotate is bool and not str Signed-off-by: Felix Pultar <felix.pultar@phys.chem.ethz.ch> ## Description Quick fix for gromos++ wrapper `sim_box` # Relevant Files Found ## pygromos/gromos/gromosPP.py ``` """ FUNCTIONLIB: ...
230
null
sartography/cr-connect-workflow
# Repository Context Name: sartography/cr-connect-workflow Description: # Pull Request ## Pretty emails 160 We now produce responsive html emails from the email script. We use markdown to turn the element documentation into html, and jinja2 to inject that into our email template. The email template also has a ...
14
null
JhossePaul/pysetl
# Repository Context Name: JhossePaul/pysetl Description: # Pull Request ## Restores Py3.9 support - Adds Python 3.9 support - Fixes some minor type issue for wider inheritance support # Relevant Files Found ## src/pysetl/config/config.py ``` """Base Config module.""" from __future__ import annotations from abc...
101
null
tohtsky/irspack
# Repository Context Name: tohtsky/irspack Description: # Pull Request ## Renew id mapping # Relevant Files Found ## examples/movielens/movielens_20m_cold.py ``` import json from typing import Any, Dict, List, Tuple, Type import pandas as pd from scipy import sparse as sps from irspack import EvaluatorWithCol...
349
null
microsoft/azure-quantum-python
# Repository Context Name: microsoft/azure-quantum-python Description: # Pull Request ## Update to Cirq v0.15.0 # Relevant Files Found ## azure-quantum/azure/quantum/cirq/targets/quantinuum.py ``` ## # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## import numpy as np from typing impo...
3,687
null
pythonitalia/pycon
# Repository Context Name: pythonitalia/pycon Description: # Pull Request ## Grants admin: Add column for Confirmed and Proposed speakers ## Why To know if the Grant applicant has proposed a talk or not (at this stage the talks are not in the schedule yet). I modified the existing column to be "is_confirmed_ta...
83
null
pappasam/jedi-language-server
# Repository Context Name: pappasam/jedi-language-server Description: # Pull Request ## Apply the null removal monkeypatch, fixing many pygls bugs This applies the monkeypatch written by @karthiknadig directly to jedi-language-server. Since it's unclear how long pygls is going to take getting its pydantic release o...
20
null
Accruent/robotframework-zoomba
# Repository Context Name: Accruent/robotframework-zoomba Description: # Pull Request ## InsecureRequestWarning Update and package references warning change, updating package references for python 3 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 import sys from os.path import join, dirname sys.p...
940
null
v7labs/darwin-py
# Repository Context Name: v7labs/darwin-py Description: # Pull Request ## [DAR-4299][External] Allow import of NifTI annotations to dataset items with >1 slot # Problem In darwin-py 1.0.4 as part of [DAR-2981](https://linear.app/v7labs/issue/DAR-2981/darwin-py-consider-channel-annotation-upload-behaviour), we pre...
3
null
lashleyaq/HindsightAI
# Repository Context Name: lashleyaq/HindsightAI Description: # Pull Request ## Feature/batchprocessing Overview Additional refactoring of app.py in preparation for batch processing integration. Code reformatted to match PEP8 style guidelines. Improved error handling in cases where no results are found at ...
629
null
lookit/lookit-api
# Repository Context Name: lookit/lookit-api Description: # Pull Request ## override _build_sg_email in a custom backend so we can handle images # Relevant Files Found ## project/settings.py ``` """ Django settings for project project. Generated by 'django-admin startproject' using Django 1.9. For more inform...
302
null
StackStorm/st2
# Repository Context Name: StackStorm/st2 Description: # Pull Request ## [tiny] pep8 cleanup # Relevant Files Found ## contrib/examples/actions/python_fibonacci/fibonacci.py ``` #!/usr/bin/env python import sys import traceback def fib(n): if n < 2: return n return fib(n-2) + fib(n-1) if __na...
93
null
OneGov/onegov-cloud
# Repository Context Name: OneGov/onegov-cloud Description: # Pull Request ## Wtfs reports fix Fixes reports that span over two years and more # Relevant Files Found ## src/onegov/wtfs/forms/report.py ``` from datetime import date from onegov.core.orm.func import unaccent from onegov.form import Form from onegov...
408
null
allenai/open-instruct
# Repository Context Name: allenai/open-instruct Description: # Pull Request ## Update safety eval for larger models Some updates to make our eval script allow running larger models with the oe-safety fork. # Relevant Files Found ## scripts/submit_eval_jobs.py ``` import copy import subprocess import yaml import...
320
null
LinkedInAttic/naarad
# Repository Context Name: LinkedInAttic/naarad Description: # Pull Request ## Bootstrap 3 Change Updated Naarad for some UI Enhancements: 1. Updated Naarad to generate reports with Bootstrap 3 2. Updated Metric pages to allow linking so you can jump from metric name to its respective graph. (Back to Top also added...
10,561
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Refactors schedule creation for serve functionality <!-- 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. - Pro...
186
null
xjsender/haoide
# Repository Context Name: xjsender/haoide Description: # Pull Request ## Fixed bug #128: HTTP method 'GET' not allowed on Run Sync Test Run Sync Test now executes an HTTP POST rather than a GET. Executing Run Sync Test when one or more test method names are selected will now run apex tests for those methods onl...
156
null
pyronear/pyro-vision
# Repository Context Name: pyronear/pyro-vision Description: # Pull Request ## fix: Fixed OpenFire num_samples & image verification This PR introduces the following modifications: - fixes the `num_samples` mechanism of OpenFire - fixes the image verification mechanism of OpenFire - Optimizes `parallel` - Update...
1,691
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## Verilator SystemC support, fix trace - Add options for selecting C++ vs SystemC compilation mode, add [pins-bv](https://veripool.org/guide/latest/exe_verilator.html#cmdoption-pins-bv) option that's used by SystemC mode - Fix ...
174
null
XanaduAI/MrMustard
# Repository Context Name: XanaduAI/MrMustard Description: # Pull Request ## settings repr **Context:** settings are not easy do discover **Description of the Change:** the settings object has now a nice repr **Benefits:** users can see al the settings at once **Possible Drawbacks:** None I can think o...
139
null
BeanieODM/beanie
# Repository Context Name: BeanieODM/beanie Description: # Pull Request ## Revision id is removed from the api schema # Relevant Files Found ## beanie/__init__.py ``` from beanie.migrations.controllers.free_fall import free_fall_migration from beanie.migrations.controllers.iterative import iterative_migration f...
438
null
PaddlePaddle/PaddleSeg
# Repository Context Name: PaddlePaddle/PaddleSeg Description: # Pull Request ## update hrnet.py # Relevant Files Found ## dygraph/paddleseg/models/backbones/hrnet.py ``` # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may...
6,977
null
Azure/azure-cli-extensions
# Repository Context Name: Azure/azure-cli-extensions Description: # Pull Request ## [containerapp] Revert remove deprecate command `az containerapp env workload-profile set` --- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command <!--- Please provi...
77
null
stadt-bielefeld/bielefeldGEOCLIENT
# Repository Context Name: stadt-bielefeld/bielefeldGEOCLIENT Description: # Pull Request ## feat: setup mapfish print service This - sets up mapfish print as a service - sets mapfish print service as default (instead of CLI) - sets usage of print broker as default (instead of synchronous execution) - renames `...
1,787
null
PaddlePaddle/PaddleNLP
# Repository Context Name: PaddlePaddle/PaddleNLP Description: # Pull Request ## Fix gpt benchmark speed log for multi-card. <!-- Demo: https://github.com/PaddlePaddle/PaddleNLP/pull/26 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | ...
5,699
null
pydantic/pydantic
# Repository Context Name: pydantic/pydantic Description: # Pull Request ## Improve usage errors Selected Reviewer: @samuelcolvin # Relevant Files Found ## pydantic/_internal/_decorators.py ``` """ Logic related to validators applied to models etc. via the `@validator` and `@root_validator` decorators. """ fro...
59,909
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH: set __module__ for Dtype and Index classes Modified top-level name object for all Types class in the Dtype module by importing the set module decorator and decorating the class. Tested the modification by adding an assert statement to ...
46
null
CDonnerer/xgboost-distribution
# Repository Context Name: CDonnerer/xgboost-distribution Description: # Pull Request ## adding estimators to docs Closes #43 Thanks @thomasaarholt for flagging. # Relevant Files Found ## src/xgboost_distribution/model.py ``` """XGBDistribution model """ import numpy as np from sklearn.base import RegressorM...
13,126
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## perf(PDDR): Replace filter_by like with full text filter (backport #13120) This is an automatic backport of pull request #13120 done by [Mergify](https://mergify.io). --- <details> <summary>Mergify commands and options</summary> <br /> Mo...
151
null
sertit/eoreader
# Repository Context Name: sertit/eoreader Description: # Pull Request ## Avoid KeyError if a product metadata doesn't have a namespace For this product: `s3://sertit-rms2/archives/rms/2013/R0009_CHARTE452_Senegal_Inondations_2013/images_crise/Dakar/RISAT-1/133330111.zip` We have this error ``` Traceback (most r...
1,271
null
commaai/opendbc
# Repository Context Name: commaai/opendbc Description: # Pull Request ## Lexus ES TSS2: compensate for creeping force Seems to have a big effect at low speeds, we currently don't brake enough. Verify with https://github.com/commaai/openpilot/pull/33637 57048cfce01d9625/0000017b--93de962979/1 Before: ![ima...
4,378
null
mitodl/open-discussions
# Repository Context Name: mitodl/open-discussions Description: # Pull Request ## Fix chunk iteration in user migration command #### What are the relevant tickets? Fixes https://github.com/mitodl/open-discussions/issues/4377 #### What's this PR do? The existing `chunks` function has a quirk because internally ...
4,831
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Update tests in the `aggregators` package to pass numpy values of the correct dtype to computations. Update tests in the `aggregators` package to pass numpy values of the correct dtype to computations. 1. Some of these mo...
88
null
pysat/pysatModels
# Repository Context Name: pysat/pysatModels Description: # Pull Request ## Pydineof download changes # Description Addresses #(issue) Pulls in bug fixes found in #82 ## Type of change Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) # How Has This...
11,563
null
oppia/oppia
# Repository Context Name: oppia/oppia Description: # Pull Request ## Fix part of #11485: Revisit old completed lessons in story ## Overview <!-- READ ME FIRST: Please answer *both* questions below and check off every point from the Essential Checklist! If there is no corresponding issue number, fill in N/A whe...
234
null
zulip/python-zulip-api
# Repository Context Name: zulip/python-zulip-api Description: # Pull Request ## mypy: Add --disallow-any=generics & extend typing accordingly. Also reset typing of ExternalBotHandler to Any after discussion. This should also cause mypy to complain in future if `dict` or `list` are used, cf `Dict` and `List`. ...