pr_id
int64
repo_id
null
repo_name
string
text
string
160
null
kedro-org/kedro-plugins
# Repository Context Name: kedro-org/kedro-plugins Description: # Pull Request ## Sync delta-spark requirements ## Description <!-- Why was this PR created? --> It's an oversight that we didn't sync the requirements properly for `delta-spark`. See https://github.com/kedro-org/kedro/commit/27f5490893dfce10a63ddeb5...
2,770
null
splunk/splunk-connect-for-syslog
# Repository Context Name: splunk/splunk-connect-for-syslog Description: # Pull Request ## fix: update dell powerstore index Updating the default index as the events are coming from storage appliances. Based on comment from: #2701 # Relevant Files Found ## tests/test_dell_powerstore.py ``` # Copyright 2019 Splu...
241
null
aws/sagemaker-pytorch-training-toolkit
# Repository Context Name: aws/sagemaker-pytorch-training-toolkit Description: # Pull Request ## Feature: Support new distribution mechanism for PT-XLA *Issue #, if available:* *Description of changes:* 1. Support new runner for distributed training with PT-XLA By submitting this pull request, I confirm th...
248
null
HumanCellAtlas/metadata-schema
# Repository Context Name: HumanCellAtlas/metadata-schema Description: # Pull Request ## Updated example commands for running json_to_spreadsheet_template.py. This PR updates the example usages of the json_to_spreadsheet_template.py script located at the bottom of the script. Updates include: 1. Replacing GitHub b...
88
null
IHEC/ihec-ecosystems
# Repository Context Name: IHEC/ihec-ecosystems Description: # Pull Request ## A few fixes for the JSON Sample Schema Addresses issues #86 and #87. # Relevant Files Found ## version_metadata/prevalidate.py ``` from .config import Config from .utils import cmn, json2, logger from . import egautils from . import ...
920
null
ModelTC/LightLLM
# Repository Context Name: ModelTC/LightLLM Description: # Pull Request ## fix: reset tensor with zeros # Relevant Files Found ## lightllm/models/deepseek2/flashinfer_struct.py ``` import os import torch import numpy as np import torch.distributed as dist from lightllm.models.deepseek2.infer_struct import Deeps...
18,978
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Serve xpis through addons server The so called "CDN URLs" for files are less useful now that even AMO main domain is behind a CDN, and we want to move away from it because internally it exposes paths on EFS that nginx is serving directl...
617
null
macrocosm-os/apex
# Repository Context Name: macrocosm-os/apex Description: # Pull Request ## v2.17.5 ## Changes - Hotfix AsyncLoopRunner. - Score non-streaming organic completions. - Fix API dependency issue. # Relevant Files Found ## shared/loop_runner.py ``` import asyncio import datetime from abc import ABC, abstract...
1,790
null
all-of-us/curation
# Repository Context Name: all-of-us/curation Description: # Pull Request ## [DC-3508] Record Suppression of some cancer condition * [DC-3508] Remove check for other cancer [DC-3508]: https://precisionmedicineinitiative.atlassian.net/browse/DC-3508?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJw...
3
null
dolamroth/visual_novel
# Repository Context Name: dolamroth/visual_novel Description: # Pull Request ## Fixed protocol settings names # Relevant Files Found ## visual_novel/visual_novel/settings/base.py ``` """ Django settings for visual_novel project. Generated by 'django-admin startproject' using Django 2.0.2. For more informatio...
516
null
nasa/opera-sds-pcm
# Repository Context Name: nasa/opera-sds-pcm Description: # Pull Request ## Reorganizing OPS Tools folder as well as including additional tools ## Purpose - Reorganize existing OPS-relevant tools into a sub-folder - Add additional tools, like an Elasticsearch cleanup script - Ensure README's provide clear direc...
47
null
FuzzyGamesOn/RE2R_AP_World
# Repository Context Name: FuzzyGamesOn/RE2R_AP_World Description: # Pull Request ## Add apworld version that was generated to Slot Data so the client can check it for mismatches Does what the title says. Will be accompanied by another PR in the client repo. # Relevant Files Found ## residentevil2remake/__init__....
168
null
missionpinball/mpf
# Repository Context Name: missionpinball/mpf Description: # Pull Request ## added types to BCP for int, float, bool, NoneType # Relevant Files Found ## mpf/core/bcp.py ``` """ MPF plugin which enables the Backbox Control Protocol (BCP) v1.0""" import logging import socket import threading import sys import tr...
41
null
koaning/doubtlab
# Repository Context Name: koaning/doubtlab Description: # Pull Request ## Issue 40 Should fix #40. # Relevant Files Found ## doubtlab/reason.py ``` import numpy as np from cleanlab.pruning import get_noise_indices class ProbaReason: """ Assign doubt based on low proba-confidence values from a scikit-...
320
null
opentelekomcloud/python-otcextensions
# Repository Context Name: opentelekomcloud/python-otcextensions Description: # Pull Request ## Replace blacklist with exclude stestr deprecated blacklist in favor of exclude # Relevant Files Found ## otcextensions/tests/functional/sdk/elb/v2/test_certificate.py ``` # Licensed under the Apache License, Version ...
786
null
DataRecce/recce
# Repository Context Name: DataRecce/recce Description: # Pull Request ## [Feature] Add on demand change analysis to CLL parsing <!-- Thanks for sending a pull request! Here are some check items for you: --> **PR checklist** - [ ] Ensure you have added or ran the appropriate tests for your PR. - [ ] DCO si...
14,169
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Bugfix][V1] Fix allowed_token_ids for v1 Sampler Revert the one and zero, so masked_fill_ is applied appropriately. Tested with 'test_allowed_token_ids' in https://github.com/vllm-project/vllm/pull/14159/ Additional test: ``` batche...
46
null
mostly-ai/mostlyai
# Repository Context Name: mostly-ai/mostlyai Description: # Pull Request ## feat(api): add import / export for generators # Pull Request ## Changes Briefly describe your changes here. ## Why this change? Explain the reason for the change. ## Testing How was the change tested? ## Additional Notes Any additi...
172
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Resample with dataset Note this is an expansion of @ascillitoe's #171 Add a filter to resample some other dataset onto a mesh's points... naming might be tricky here. Note that this will be implemented under `vtki.DataSetFilters` as a fil...
1,022
null
uw-it-aca/myuw
# Repository Context Name: uw-it-aca/myuw Description: # Pull Request ## Qa # Relevant Files Found ## myuw/views/api/instructor_schedule.py ``` from django.conf import settings from django.utils.decorators import method_decorator from django.contrib.auth.decorators import login_required import re import traceba...
35
null
Deep-MI/fsqc
# Repository Context Name: Deep-MI/fsqc Description: # Pull Request ## Remove freesurfer dependencies This PR removes the dependencies on FreeSurfer scripts, which have been replaced by custom implementations or functions from e.g. the scipy package. Dependencies are also removed from the Dockerfile. # Relevant Fi...
575
null
mingrammer/diagrams
# Repository Context Name: mingrammer/diagrams Description: # Pull Request ## Add k3s icon Followed contribution guideline. Resized image, ran auto-gen script and ran tests. # Relevant Files Found ## diagrams/onprem/container.py ``` # This module is automatically generated by autogen.sh. DO NOT EDIT. from . imp...
849
null
khive-ai/lionagi
# Repository Context Name: khive-ai/lionagi Description: # Pull Request ## refactor: Migrate operations/operate to Spec/Operable system ## Summary Refactored `lionagi/operations/operate/` to use the new Spec/Operable system instead of FieldModel/OperableModel. Achieves 46% code reduction while maintaining full bac...
61,855
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: If both index and axis are passed to DataFrame.drop, raise a clear error - [x] closes #61823 # Relevant Files Found ## pandas/core/generic.py ``` # pyright: reportPropertyTypeMismatch=false from __future__ import annotations import...
1,507
null
ONSdigital/eq-questionnaire-runner
# Repository Context Name: ONSdigital/eq-questionnaire-runner Description: # Pull Request ## Fix pub/sub unit test ### What is the context of this PR? A recent PR was raised to remove a failing Pub/Sub unit test (https://github.com/ONSdigital/eq-questionnaire-runner/pull/1504), which was asserting an API response ...
16
null
pinecone-io/VSB
# Repository Context Name: pinecone-io/VSB Description: # Pull Request ## shrink mnist test - **ParquetWorkload: Handle query count limiting in Dataset** - **mnist-test: Shrink to 20 queries** # Relevant Files Found ## vsb/workloads/dataset.py ``` from collections.abc import Iterator from google.cloud.storage ...
4,985
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## refactor(azure): remove validate_arguments for CLI ### Description Validate_arguments method inside azure specific parser was not valid since listing flags and others were not allowed. ### Checklist - Are there new checks inclu...
477
null
cantools/cantools
# Repository Context Name: cantools/cantools Description: # Pull Request ## Bugfix: BU_BO_REL causes 'index out of range' error # Relevant Files Found ## cantools/database/can/formats/dbc.py ``` # Load and dump a CAN database in DBC format. import re from collections import OrderedDict from collections import ...
3,157
null
Project-MONAI/MONAI
# Repository Context Name: Project-MONAI/MONAI Description: # Pull Request ## 3142 Fix mixed output data type in transforms Fixes #3142 . ### Description Hi @rijobro @wyli , this PR is followup of #3142 . I checked all the transforms to make the output be consistent and added backends to several transforms. ...
1,249
null
spacetelescope/jwql
# Repository Context Name: spacetelescope/jwql Description: # Pull Request ## drop support for Python 3.8 Numpy is imminently dropping support for Python 3.8 # Relevant Files Found ## jwql/tests/test_pipeline_tools.py ``` #! /usr/bin/env python """Tests for the ``pipeline_tools`` module. Authors ------- -...
98
null
gramineproject/gsc
# Repository Context Name: gramineproject/gsc Description: # Pull Request ## Change ownership of signing script to the default user of the image Signed-off-by: aneessahib <anees.a.sahib@intel.com> This PR changes ownership of `sign.sh` to local user before adding execution privilege. Currently signing works only w...
16,202
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## homematic: Make device avilable again when UNREACH becomes False ## Description: This fixes just a minor logic issue. When `UNREACH` is `True`, then the device is unavailable. ## Checklist: - [x] The code change is tested and wor...
2,988
null
GeotrekCE/Geotrek-admin
# Repository Context Name: GeotrekCE/Geotrek-admin Description: # Pull Request ## Get ready to use several workflow managers # Relevant Files Found ## geotrek/feedback/parsers.py ``` import logging import os from datetime import datetime from urllib.parse import urlparse from django.conf import settings from d...
144
null
mapillary/OpenSfM
# Repository Context Name: mapillary/OpenSfM Description: # Pull Request ## Minify reconstruction.meshed.py reconstruction.meshed.py gets too large to be loaded in the browser viewer for large datasets, and minifying this mitigates this. See #126 I wasn't sure exactly how much to minify. Setting indent to 0 ra...
405
null
Azure/azure-functions-python-worker
# Repository Context Name: Azure/azure-functions-python-worker Description: # Pull Request ## v1.0.0b6 # Relevant Files Found ## setup.py ``` import distutils.cmd import glob import os import pathlib import shutil import subprocess import sys import tempfile import urllib.request import zipfile from distutils.c...
1,912
null
GridTools/gt4py
# Repository Context Name: GridTools/gt4py Description: # Pull Request ## fix[next][dace]: Fix array subset on the branches of if-expressions The issue was discovered by Philip (@philip-paul-mueller). The lowering of if-expressions has to ensure that all branches (e.g. if/then states) write the same subset to th...
3,677
null
Textualize/rich
# Repository Context Name: Textualize/rich Description: # Pull Request ## exception groups Adds support for exception groups # Relevant Files Found ## rich/default_styles.py ``` from typing import Dict from .style import Style DEFAULT_STYLES: Dict[str, Style] = { "none": Style.null(), "reset": Style( ...
16
null
Stromberg90/Scripts
# Repository Context Name: Stromberg90/Scripts Description: # Pull Request ## Select boundary loop with vertices - Small addition using the new boundary selection: Now you can select a boundary "loop" by clicking two adjacent vertices on the boundary (shift+double click the second vertex) in addition to the regular...
196
null
open-mmlab/mmflow
# Repository Context Name: open-mmlab/mmflow Description: # Pull Request ## [Fix] Add `default_hooks` in schedule config Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, do...
491
null
ROCm/vllm
# Repository Context Name: ROCm/vllm Description: # Pull Request ## Using temp dir for the intermediate P3L file Avoid saving files to the current folder as it does not always have write permissions for the user # Relevant Files Found ## benchmarks/P3L.py ``` #!/usr/bin/env python3 # SPDX-License-Identifier: Ap...
420
null
open-telemetry/opentelemetry-python-contrib
# Repository Context Name: open-telemetry/opentelemetry-python-contrib Description: # Pull Request ## Update gRPCContext wrapper class # Description There are a few cases where one needs to dig into `grpc.ServicerContext` objects, and these fields were missing from our wrapper, which can cause issues with implme...
329
null
astronomer/astronomer-providers
# Repository Context Name: astronomer/astronomer-providers Description: # Pull Request ## Automate list of Extras in `README.rst` Update readme with the async azure package installation command # Relevant Files Found # Edits This PR adds a pre-commit hook to automatically generate and maintain the list of inst...
1,050
null
cryptoadvance/specter-desktop
# Repository Context Name: cryptoadvance/specter-desktop Description: # Pull Request ## fix fill_psbt HWI2 now parses xpubs in the global scope. This PR makes use of it. # Relevant Files Found ## src/cryptoadvance/specter/wallet.py ``` import copy, hashlib, json, logging, os, re import time from .device import D...
428
null
ceph/ceph-salt
# Repository Context Name: ceph/ceph-salt Description: # Pull Request ## Optimize 'ceph-salt config' and 'ceph-salt status' Optimizations: - The `salt-master` communication check relies on `salt-call`, which is very slow, so this PR will remove this check - `ceph-salt config` don't rely on any ceph-salt salt modu...
159
null
cal-adapt/climakitae
# Repository Context Name: cal-adapt/climakitae Description: # Pull Request ## Formatted to new Black 23.1.0 Version GitHub actions is pulling new Black 23.1.0 (previously 22.10.0) version, so code needs to be reformatted. # Relevant Files Found ## climakitae/data_loaders.py ``` import xarray as xr import dask i...
43
null
OpenGovAus/ausbills
# Repository Context Name: OpenGovAus/ausbills Description: # Pull Request ## Add TAS Parliament You know the drill at this point (it's for Tasmania). People who live there are called Tasmaniacs # Relevant Files Found # Edits This PR adds support for scraping and accessing Australian parliamentary bill data...
263
null
The-Academic-Observatory/oaebu-workflows
# Repository Context Name: The-Academic-Observatory/oaebu-workflows Description: # Pull Request ## Use gmail api Moved some common gmail functions to Observatory-platform. This PR uses them instead of duplicating effort # Relevant Files Found ## dags/oaebu_workflows/jstor_telescope/jstor_telescope.py ``` # Copyr...
2,034
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## Fix template extension retrivial Signed-off-by: Luca Carrogu <carrogu@amazon.com> **Please See** [Git Pull Request Instructions](https://github.com/aws/aws-parallelcluster/wiki/Git-Pull-Request-Instructions) *Issue #, if availab...
822
null
googlefonts/gftools
# Repository Context Name: googlefonts/gftools Description: # Pull Request ## Replace glyphsets.codepoints with gfsubsets - Remove dead scripts - Dead code - Use gfsubsets instead of glyphsets.codepoints - Require gfsubsets - Opportunistic black # Relevant Files Found ## Lib/gftools/scripts/add_font.py ```...
26,883
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Update jnp.unique to support upstream interface changes. https://github.com/numpy/numpy/pull/26018 added a new backend for `np.unique` which introduced two failures in our nightly CI: 1. `np.unique` now has a `sorted` input parameter. I've adde...
286
null
SpiNNakerManchester/SpiNNFrontEndCommon
# Repository Context Name: SpiNNakerManchester/SpiNNFrontEndCommon Description: # Pull Request ## fixed depricated logger.warn as it does not work with FormatAdapter Replaces #281 # Relevant Files Found ## spinn_front_end_common/interface/abstract_spinnaker_base.py ``` """ main interface for the spinnaker tools...
41
null
hass-agent/HASS.Agent-Integration
# Repository Context Name: hass-agent/HASS.Agent-Integration Description: # Pull Request ## Fix: removed requirement for MQTT integration This PR removes requirement for the MQTT integration that is causing issue for users using only local api, without any MQTT broker running. Previously added as part of https://g...
64
null
QData/TextAttack
# Repository Context Name: QData/TextAttack Description: # Pull Request ## rewrite logger to prevent additional storage, fix caching bug now call_model should be counted even when examples are in the cache # Relevant Files Found ## textattack/attack_methods/attack.py ``` import lru import math import numpy as np...
18,356
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## remove test_tasklist_v3 To merge after all reports depending on https://enikshay.in/a/enikshay/configurable_reports/data_sources/preview/static-enikshay-test_tasklist_v3/ have been moved over to test_tasklist_v4. May also require removi...
1,284
null
argoproj-labs/hera
# Repository Context Name: argoproj-labs/hera Description: # Pull Request ## Add `get_artifact` for template invocator use **Pull Request Checklist** - [x] Fixes #1283 - [x] Tests added - [x] Documentation/examples added - [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title **Description ...
866
null
Learning-and-Intelligent-Systems/predicators
# Repository Context Name: Learning-and-Intelligent-Systems/predicators Description: # Pull Request ## add setting to disable expected atoms check findings on repeated_nextto: - oracle & our backchaining approach work the same whether it's enabled or disabled, no difference in planning time - cluster_and_intersec...
277
null
asottile/pyupgrade
# Repository Context Name: asottile/pyupgrade Description: # Pull Request ## Update mypy and remove type: ignore # Relevant Files Found ## pyupgrade.py ``` import argparse import ast import codecs import collections import keyword import re import string import sys import tokenize import warnings from typing im...
7,837
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## Bump to 2.2.0.dev0 <!-- Thank you for pull request. Below are items maintainers should consider when merging the PR. Feel free to suggest a `unit@` label or check-mark the others as appropriate. --> Maintainer merge checklist * [ ] Title i...
498
null
CJNE/ha-myenergi
# Repository Context Name: CJNE/ha-myenergi Description: # Pull Request ## Run pre-commit, removed not necessary imports * custom_components/myenergi/diagnostics.py: * custom_components/myenergi/sensor.py: * tests/test_services.py: # Relevant Files Found ## custom_components/myenergi/diagnostics.py ...
56
null
pyranges/pyranges
# Repository Context Name: pyranges/pyranges Description: # Pull Request ## Fixes #54 Fixes #54 # Relevant Files Found ## pyranges/methods/attr.py ``` import pyranges as pr import numpy as np import pandas as pd def _setattr(self, column_name, column): isiterable = isinstance(column, list) or isinstance(...
307
null
mlcommons/modelbench
# Repository Context Name: mlcommons/modelbench Description: # Pull Request ## More content tweaks # Relevant Files Found ## tests/templates/test_test_report.py ``` import re from bs4 import BeautifulSoup def test_test_report(benchmark_score, template_env): template = template_env.get_template("test_repor...
21
null
adafruit/Adafruit_CircuitPython_LIS3MDL
# Repository Context Name: adafruit/Adafruit_CircuitPython_LIS3MDL Description: # Pull Request ## Add type annotations Resolves #17 by adding type annotations # Relevant Files Found ## adafruit_lis3mdl.py ``` # SPDX-FileCopyrightText: 2020 Bryan Siepert for Adafruit Industries # # SPDX-License-Identifier: MIT "...
2,597
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Add warning to threshold that it's a cell filter Closes https://github.com/pyvista/pyvista/issues/2595. As per that issue, it wasn't obvious to me that thresholding always operates on cells. I hope this added warning will help others (includi...
214
null
CDLUC3/ezid
# Repository Context Name: CDLUC3/ezid Description: # Pull Request ## Typo in model reference. Fixes #206 Probably fixes #206, directly addresses log messages like: ``` eb 15 09:55:31 uc3-ezidui02x2-stg ezid-proc-errorlog: DEBUG ezidapp.management.commands.proc_base proc_base 2538 140498724128576 Binder: Processi...
1,364
null
cryptoadvance/specter-desktop
# Repository Context Name: cryptoadvance/specter-desktop Description: # Pull Request ## Add single-key taproot support Adds single-key taproot support for regtest / signet if Bitcoin Core is compiled from master or branch 22.x. Requires the latest version of `embit`. Devices supporting taproot: - Bitcoin Core ...
6
null
google-research/connectomics
# Repository Context Name: google-research/connectomics Description: # Pull Request ## Add index normalizing expressions to BaseVolume Add index normalizing expressions to BaseVolume # Relevant Files Found ## connectomics/common/array.py ``` """Array types extending numpy arrays. The classes and types containe...
326
null
davidusb-geek/emhass
# Repository Context Name: davidusb-geek/emhass Description: # Pull Request ## Davidusb geek/dev/thermal model # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the docum...
192
null
Arbuzov/home_assistant_delonghi_primadonna
# Repository Context Name: Arbuzov/home_assistant_delonghi_primadonna Description: # Pull Request ## Respect machine nProfiles when loading profiles ## Summary - Load profile names according to machine `nProfiles` - Trim placeholder profiles to match supported count ## Testing - `isort --check-only custom_componen...
259
null
GoogleCloudPlatform/functions-framework-python
# Repository Context Name: GoogleCloudPlatform/functions-framework-python Description: # Pull Request ## fix: reduce gunicorn concurrency to at most 4 * maximum available cor… Updates gunicorn's multithreading logic to derive the maximum concurrency the container can handle from the number of cores available to the...
288
null
cekit/cekit
# Repository Context Name: cekit/cekit Description: # Pull Request ## Implemented way to run particlar test scenario only Cekit now have ``--test-name`` switch whcih can be used to run specific scenario only # Relevant Files Found ## cekit/cli.py ``` # -*- coding: utf-8 -*- import argparse import os import log...
27,807
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Added warning and color to gsm logs ## Status - [ ] In Progress - [x] Ready - [ ] In Hold - (Reason for hold) ## Description Added more clear logging to the secret manager (and replaced the error with warning as we do not want to fail ...
25
null
zhanghang1989/ResNeSt
# Repository Context Name: zhanghang1989/ResNeSt Description: # Pull Request ## Unit Test for Radix-major # Relevant Files Found ## resnest/gluon/splat.py ``` ##+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ## Created by: Hang Zhang ## Email: zhanghang0704@gmail.com ## Copyright (c) ...
28,126
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-datrie: New package, initial commit Adding this python packge. Needed as a dependency for a newer snakemake. # Relevant Files Found # Edits This pull request adds a new package for `py-datrie`, a Python implementation of a fast and memory...
448
null
dask/dask-kubernetes
# Repository Context Name: dask/dask-kubernetes Description: # Pull Request ## Operator hygeine - Renamed the operator file to `operator.py` - Removed the unnecessary `kubectl` dependency check in `dask_kubernetes.experimental.KubeCluster` - Fixed the multiple cluster test and removed the skip # Relevant Files F...
140
null
OWASP/OpenCRE
# Repository Context Name: OWASP/OpenCRE Description: # Pull Request ## Debug missing asvs debug missing nist entry # Relevant Files Found ## application/utils/parsers.py ``` import logging import re from copy import copy from pprint import pprint from typing import Any, Dict, List, Optional, Tuple from applica...
56,511
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [v3-1-test] Use Task Display Name in Graph if existing (#56455) (cherry picked from commit af2701fc9eca42ebe82253f7c763f0a1303fcff4) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> # Relevant Files Found ## airfl...
730
null
suitenumerique/people
# Repository Context Name: suitenumerique/people Description: # Pull Request ## 🩹(domains) add missing migrations after define ordering Add missing migration after define ordering by created_at for Mailbox, MailDomain and MailDomainAccess by created_at. # Relevant Files Found # Edits This pull request adds ...
117
null
plasma-umass/scalene
# Repository Context Name: plasma-umass/scalene Description: # Pull Request ## Added types. @sternj please look over for correctness. # Relevant Files Found ## scalene/replacement_lock.py ``` import sys from scalene.scalene_profiler import Scalene import threading from typing import Any @Scalene.shim def repla...
42
null
lukasturcani/stk
# Repository Context Name: lukasturcani/stk Description: # Pull Request ## Icosahedron Added construction of icosahedrons as two_plus+five topology. # Relevant Files Found ## stk/molecular/topologies/cage/__init__.py ``` from .cage_with_guest import * from .two_plus_three import * from .two_plus_four import * fr...
123
null
Voyz/ibind
# Repository Context Name: Voyz/ibind Description: # Pull Request ## added combo_positions to PortfolioMixin Added the combination positions endpoint from the IBKR web api documentation to PortfolioMixin. https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/#portfolio-combo # Relevant Files Found ## ...
208
null
ggozad/oterm
# Repository Context Name: ggozad/oterm Description: # Pull Request ## Enable scrolling with keys within a chat. Closes #74 # Relevant Files Found ## src/oterm/app/widgets/chat.py ``` import asyncio import json import random from pathlib import Path from ollama import Message, ResponseError from textual import...
161
null
google/cloud-forensics-utils
# Repository Context Name: google/cloud-forensics-utils Description: # Pull Request ## Add Google Metrics API Add a function that queries the metrics of a given project to determine recently used/active products & services that the project uses. # Relevant Files Found ## examples/gcp_cli.py ``` # -*- coding: utf...
61
null
allenai/beaker-py
# Repository Context Name: allenai/beaker-py Description: # Pull Request ## Add `Beaker.secret` client # Relevant Files Found ## beaker/__init__.py ``` """ Accounts -------- Manage your Beaker account with :data:`Beaker.account`. For example, you can check who you are logged in as with :meth:`Beaker.account.w...
566
null
theskumar/python-dotenv
# Repository Context Name: theskumar/python-dotenv Description: # Pull Request ## fix(cli): issue with execvpe on Windows execvpe works differently on Windows. See https://github.com/python/cpython/issues/63323#issuecomment-1093629198 for more information, tldr: Windows returns control immediately rather than on...
331
null
NVIDIA/NVFlare
# Repository Context Name: NVIDIA/NVFlare Description: # Pull Request ## Add persist/restore to cyclic workflow Fixes #334 # Relevant Files Found ## nvflare/app_common/workflows/cyclic_ctl.py ``` # Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version ...
15,328
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Add partitions docstrings Adds docstrings for the following methods: - PartitionedConfig.get_partition_keys - PartitionedConfig.partitions_def - PartitionedConfig.run_config_for_partition_fn - PartitionedConfig.run_config_for_partition...
33
null
tetraptych/unrasterize
# Repository Context Name: tetraptych/unrasterize Description: # Pull Request ## Fix docstring typo # Relevant Files Found ## unrasterize/classes.py ``` """Classes implementing methods to convert raster files to GeoJSON.""" import itertools import math import geojson import geopandas as gpd import numpy as n...
3,663
null
modelscope/ms-swift
# Repository Context Name: modelscope/ms-swift Description: # Pull Request ## update readme # Relevant Files Found ## swift/trainers/rlhf_trainer/grpo_trainer.py ``` # Copyright (c) Alibaba, Inc. and its affiliates. # Part of the implementation is borrowed from huggingface/trl. import concurrent.futures import ...
511
null
nasa/opera-sds-pge
# Repository Context Name: nasa/opera-sds-pge Description: # Pull Request ## DISP-S1 Release v3.0.0-rc.4.0 Integration of new SAS version 0.4.3 # Relevant Files Found ## src/opera/pge/disp_s1/disp_s1_pge.py ``` #!/usr/bin/env python3 """ ============== disp_s1_pge.py ============== Module defining the implemen...
24
null
segment-oj/segmentoj
# Repository Context Name: segment-oj/segmentoj Description: # Pull Request ## Fix response ztl # Relevant Files Found ## account/tests.py ``` from django.test import TestCase from rest_framework import status from rest_framework.test import APIRequestFactory, APIClient, force_authenticate from .views import ...
395
null
dwavesystems/dwave-system
# Repository Context Name: dwavesystems/dwave-system Description: # Pull Request ## Allow DWaveCliqueSampler to adjust to a QPU fail over # Relevant Files Found ## dwave/system/samplers/clique.py ``` # Copyright 2020 D-Wave Systems Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # ...
57
null
iriusrisk/startleft
# Repository Context Name: iriusrisk/startleft Description: # Pull Request ## Feature/opt 62 to dev # Relevant Files Found ## startleft/api/controllers/iac/file_type.py ``` from enum import Enum class FileType(str, Enum): JSON = 'JSON' YAML = 'YAML' XML = 'XML' ``` ## startleft/api/controllers/i...
92
null
PoolC/Yuzuki
# Repository Context Name: PoolC/Yuzuki Description: # Pull Request ## remove dependency win32api remove dependency win32api in main.py # Relevant Files Found ## main.py ``` # -*- coding: utf-8 -*- import logging import os logger = logging.getLogger() if not os.path.exists("log"): os.mkdir("log") from twis...
3,980
null
skypilot-org/skypilot
# Repository Context Name: skypilot-org/skypilot Description: # Pull Request ## [UX] default to minimal logging (no module/line number/timestamp). <!-- Describe the changes in this PR --> `sky launch --gpus T4` Before: <img width="1068" alt="Screen Shot 2024-09-24 at 13 46 56" src="https://github.com/user-at...
407
null
ai2cm/pace
# Repository Context Name: ai2cm/pace Description: # Pull Request ## Feature/physics docs ## Purpose Added a doc section for physics. ## Checklist Before submitting this PR, please make sure: - [ ] You have followed the coding standards guidelines established at [Code Review Checklist](https://drive.googl...
1,380
null
demisto/demisto-sdk
# Repository Context Name: demisto/demisto-sdk Description: # Pull Request ## detailed description_missing_in_beta_integration error message ## Status - [x] Ready ## Description A clearer error message regarding `description_missing_in_beta_integration` when the description file is missing. # Relevant Files...
7
null
bungoume/mecab-web-api
# Repository Context Name: bungoume/mecab-web-api Description: # Pull Request ## Update django 1.9 # Relevant Files Found ## text_analysis/main/tests.py ``` import json from django.core.urlresolvers import reverse from django.test import TestCase class TestReadingApi(TestCase): def _getTargetURL(self, *ar...
202
null
berkeley-dsep-infra/datahub
# Repository Context Name: berkeley-dsep-infra/datahub Description: # Pull Request ## Check whether daemonset exists. # Relevant Files Found ## deploy.py ``` #!/usr/bin/env python3 # vim: set et sw=4 ts=4 nonumber: import argparse import subprocess import yaml import os def tag_fragment_file(tag): tag_fr...
25,502
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## feat: debug stuck process by sending SIGUSR1 Usage: `kill -SIGUSR1 <PID>` PID - PID of gunicorn **worker**, RQ work horse or scheduler. Output in stderr (note that faulthandler prints stack traces in reverse order) ``` Current thr...
37
null
neo4j/graph-data-science-client
# Repository Context Name: neo4j/graph-data-science-client Description: # Pull Request ## Add initial support for Link prediction pipelines # Relevant Files Found ## gdsclient/indirect_endpoints.py ``` from .algo.algo_endpoints import AlgoEndpoints from .graph.graph_endpoints import GraphEndpoints from .query_r...