pr_id
int64
repo_id
null
repo_name
string
text
string
381
null
globus/globus-compute
# Repository Context Name: globus/globus-compute Description: # Pull Request ## fix k8s provider and strategy after forwarder rearch This PR fixes 1. Make funcx's k8s provider compatible with Parsl 1.0 2. fix k8s strategy to work for the new forwarder architecture Tested on Petrelkube already # Relevant Fil...
152
null
tiiuae/mesh_com
# Repository Context Name: tiiuae/mesh_com Description: # Pull Request ## Feature/field test logger # Relevant Files Found # Edits This pull request adds a field test logging tool to the `common/tools` directory for collecting and recording field test data, such as Wi-Fi and GPS information, into uniquely nam...
3,931
null
vladmandic/sdnext
# Repository Context Name: vladmandic/sdnext Description: # Pull Request ## dev merge # Relevant Files Found ## modules/lora/lora_apply.py ``` from typing import Union import re import time import torch import diffusers.models.lora from modules.lora import lora_common as l from modules import shared, devices, e...
374
null
openedx/tutor-contrib-aspects
# Repository Context Name: openedx/tutor-contrib-aspects Description: # Pull Request ## chore: preparing release 0.40.0 Automated version bump for release 0.40.0. This pull request was automatically generated. It includes the following changes: - Version: 0.40.0 - Previous version: v0.39.0 ## [0.40.0](https://gi...
4,953
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## Exclude deleted resources from erv2 secrets-sync APPSRE-11837 # Relevant Files Found ## reconcile/external_resources/integration_secrets_sync.py ``` from reconcile.external_resources.model import ( ExternalResourcesInventory...
1,545
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## Revert namespace package search to normal package search # Before submitting Sorry I was mixing different types of namespace packages. This time it should work. for installing lightning we need to search for normal packag...
67
null
ngardiner/TWCManager
# Repository Context Name: ngardiner/TWCManager Description: # Pull Request ## Minor cleanup The old code only printed/updated the value of `num_cars_charging_now` if it was non-zero, but then prints it counting up every time. This would cause the reported value to be very jerky, even if it's actually steady. U...
95
null
pyodide/sphinx-js-fork
# Repository Context Name: pyodide/sphinx-js-fork Description: # Pull Request ## Use css instead of rst to bold types Resolves #94. # Relevant Files Found ## sphinx_js/__init__.py ``` from functools import cache from os.path import join, normpath from typing import Any from sphinx.application import Sphinx from...
109
null
rsokl/MyGrad
# Repository Context Name: rsokl/MyGrad Description: # Pull Request ## add ravel attr; cleanup tests # Relevant Files Found ## mygrad/__init__.py ``` from mygrad.tensor_base import Tensor from mygrad.math.arithmetic.funcs import * from mygrad.math.exp_log.funcs import * from mygrad.math.trigonometric.funcs impo...
2
null
kishanrajput23/Jarvis-Desktop-Voice-Assistant
# Repository Context Name: kishanrajput23/Jarvis-Desktop-Voice-Assistant Description: # Pull Request ## Update jarvis.py Suggested fix for screenshot issue #1 # Relevant Files Found ## Jarvis/jarvis.py ``` import pyttsx3 import pywin32_system32 import datetime import speech_recognition as sr import wikipe...
163
null
google/airio
# Repository Context Name: google/airio Description: # Pull Request ## Use base64 for safer encoding of numpy bytes. Use base64 for safer encoding of numpy bytes. # Relevant Files Found ## airio/pygrain/common/packing.py ``` # Copyright 2024 The AirIO Authors. # # Licensed under the Apache License, Version 2.0 ...
70
null
EleutherAI/aria
# Repository Context Name: EleutherAI/aria Description: # Pull Request ## Changing sample CLI design; Refactor devices; Trying out quantization - [x] changing some devices of `aria.run sample` so that I don't have to type in binary name and midi filename every time. - [x] refactor some codes related to devices, su...
229
null
openedx/openedx-events
# Repository Context Name: openedx/openedx-events Description: # Pull Request ## fix: use correct subdomain in event_type of XBLOCK_SKILL_VERIFIED **Reviewers:** - [ ] tag reviewer - [ ] tag reviewer **Merge checklist:** - [ ] All reviewers approved - [ ] CI build is green - [ ] Version bumped - [ ] Changelog reco...
300
null
ExaWorks/psij-python
# Repository Context Name: ExaWorks/psij-python Description: # Pull Request ## Updated name/references to `psij-python` from `psi-j-python`. # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages with open("src/psij/version.py") as f: exec(f.read()) if __name__ == '__main__': ...
1,086
null
ClusterHQ/flocker
# Repository Context Name: ClusterHQ/flocker Description: # Pull Request ## [FLOC-1218] Fix docstring markup Fixes https://clusterhq.atlassian.net/browse/FLOC-1218 # Relevant Files Found ## flocker/restapi/testtools.py ``` # Copyright Hybrid Logic Ltd. See LICENSE file for details. """ Public utilities for te...
27,199
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Enable updating CMK encryption key through SDK/CLI # Description Enables updating the CMK encryption key for a workspace now that workspace.encryption.keyVaultProperties.keyIdentifier is an updatable property. # All SDK Contrib...
4,632
null
fonttools/fontbakery
# Repository Context Name: fonttools/fontbakery Description: # Pull Request ## Markdown reports: order results by log-level. Restablish ordering of results on github markdown reports, showing the more severe results (such as FAILs) at the top. (issue #4600) # Relevant Files Found ## Lib/fontbakery/reporters/gh...
680
null
bramstroker/homeassistant-powercalc
# Repository Context Name: bramstroker/homeassistant-powercalc Description: # Pull Request ## Fix version check for TariffSelect change Somehow I misread the upstream commit history! # Relevant Files Found ## custom_components/powercalc/sensors/utility_meter.py ``` from __future__ import annotations import insp...
291
null
robbievanleeuwen/section-properties
# Repository Context Name: robbievanleeuwen/section-properties Description: # Pull Request ## Improve plot options Closes #280. - [x] Add option to change colour bar string formatting - [x] Add option to change mesh opacity for all plot types (plot mesh, plot centroids, plot stress, plot vectors) - [x] Add col...
40
null
BadWolf1023/MKW-Table-Bot
# Repository Context Name: BadWolf1023/MKW-Table-Bot Description: # Pull Request ## Reenable miis on tables # Relevant Files Found ## MiiPuller.py ``` ''' Created on Apr 3, 2021 @author: willg ''' import hashlib import aiohttp import base64 import binascii from typing import Tuple import Mii import ...
13
null
stlk/django-shopify-auth
# Repository Context Name: stlk/django-shopify-auth Description: # Pull Request ## Closes #12: Remove use of request.REQUEST # Relevant Files Found ## shopify_auth/views.py ``` import shopify from django.conf import settings from django.contrib import auth from django.core.urlresolvers import reverse from djan...
484
null
colcon/colcon-core
# Repository Context Name: colcon/colcon-core Description: # Pull Request ## Add package maintainer information to metadata This information could be useful to other extensions. # Relevant Files Found ## colcon_core/package_augmentation/python.py ``` # Copyright 2016-2019 Dirk Thomas # Licensed under the Apache ...
3,999
null
InternLM/lmdeploy
# Repository Context Name: InternLM/lmdeploy Description: # Pull Request ## [Fix] device args in chat cli when using pytorch engine Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not underst...
237
null
ministryofjustice/cla_backend
# Repository Context Name: ministryofjustice/cla_backend Description: # Pull Request ## save notes to AdaptationDetails from checker api # Relevant Files Found ## cla_backend/apps/checker/serializers.py ``` from rest_framework import serializers from legalaid.serializers import UUIDSerializer, \ Eligibilit...
978
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## create_load_balancer requires port definitions Throw the appropriate error when defining a loadbalancer with no ports # Relevant Files Found ## moto/elb/exceptions.py ``` from __future__ import unicode_literals from moto.core.exceptions impor...
1,515
null
all-of-us/curation
# Repository Context Name: all-of-us/curation Description: # Pull Request ## [DC-3045] Update retraction validation notebooks to use time travel snapshots # Relevant Files Found # Edits This PR introduces and refactors two retraction validation notebooks to support time travel snapshots for more accurate vali...
4,042
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Upgrade pyright to 1.1.305 # Checklist: - [x] I have performed a self-review of my own code - [x] I have added a short summary of my change to the CHANGELOG.md - [x] My code follows the style guidelines of this project - [ ] I have co...
64
null
mne-tools/mne-lsl
# Repository Context Name: mne-tools/mne-lsl Description: # Pull Request ## Add LSLTrigger for triggers on an LSL outlet # Relevant Files Found ## bsl/triggers/__init__.py ``` from .mock import MockTrigger from .parallel import ParallelPortTrigger from .software import SoftwareTrigger from .trigger_def import T...
372
null
allegro/ralph
# Repository Context Name: allegro/ralph Description: # Pull Request ## Show core counts graphs and properly update device's rack and dc on cache update http://ralph.allegrogroup.com/buildbot/builders/unittest-ralph-deshipu/builds/127 # Relevant Files Found ## src/ralph/ui/views/reports.py ``` #!/usr/bin/env py...
1,153
null
gnocchixyz/gnocchi
# Repository Context Name: gnocchixyz/gnocchi Description: # Pull Request ## Fix Python 3.8, SQLAlchemy 1.4 and MySQL 8 (backport #1147) (backport #1151) This is an automatic backport of pull request #1151 done by [Mergify](https://mergify.io). Cherry-pick of 58c78bf063f9ca4ef1f320d880ed4cf3fe156f62 has failed: ```...
16
null
PennyLaneAI/qml
# Repository Context Name: PennyLaneAI/qml Description: # Pull Request ## Ported state prep tutorial to pytorch Updates the State Preparation demo to use PyTorch # Relevant Files Found ## implementations/tutorial_state_preparation.py ``` r""" .. _state_preparation: State preparation on Rigetti Forest ==========...
3,024
null
langflow-ai/langflow
# Repository Context Name: langflow-ai/langflow Description: # Pull Request ## fix: Store message should not override sender by default Store message component overrides the input message sender and sender name to AI. This makes hard to configure memory chatbot where the store message component gets the input mes...
233
null
salesforce/policy_sentry
# Repository Context Name: salesforce/policy_sentry Description: # Pull Request ## write-policy --fmt yaml is now possible. Fixes #228 ## What does this PR do? Fixes #228 by allowing output to YAML `policy_sentry write-policy --fmt yaml` is now supported ## What gif best describes this PR or how it makes y...
209
null
joajfreitas/fcp-core
# Repository Context Name: joajfreitas/fcp-core Description: # Pull Request ## Type visitor # Relevant Files Found ## plugins/fcp_cpp/fcp_cpp/generator.py ``` # Copyright (c) 2024 the fcp AUTHORS. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated ...
2,066
null
mongodb/mongo-python-driver
# Repository Context Name: mongodb/mongo-python-driver Description: # Pull Request ## PYTHON-5043: Fix list[int, float] typo in binary.py # Relevant Files Found ## bson/binary.py ``` # Copyright 2009-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this...
392
null
UKP-SQuARE/square-core
# Repository Context Name: UKP-SQuARE/square-core Description: # Pull Request ## Fix for datastores Bing Search - fix `wait_for_up` on ES - add logging to /search - add option to set number of documents that shall be retrieved # Relevant Files Found ## datastore-api/app/core/startup.py ``` from .bing import Bi...
80
null
ollionorg/cloudendure-python
# Repository Context Name: ollionorg/cloudendure-python Description: # Pull Request ## 0.1.1 The goal of this PR is to increment the pypi release to `v0.1.1` # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """Define the CloudEndure module setup. Note: To use the 'upload' fun...
12,237
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## Adjust AlertManagerAPI to avoid using multiple spaces in various attibutes of alert Fixes #11911 #### Status ready #### Description This PR provides the following set of changes: - Add new `normalize_spaces` function in AlertManagerAPI ...
123
null
aiidateam/aiida-cp2k
# Repository Context Name: aiidateam/aiida-cp2k Description: # Pull Request ## Add k-points input. # Relevant Files Found ## aiida_cp2k/calculations/__init__.py ``` # -*- coding: utf-8 -*- ############################################################################### # Copyright (c), The AiiDA-CP2K authors. ...
75
null
adafruit/Adafruit_CircuitPython_CharLCD
# Repository Context Name: adafruit/Adafruit_CircuitPython_CharLCD Description: # Pull Request ## Fixed linting #74 # Relevant Files Found ## adafruit_character_lcd/character_lcd.py ``` # SPDX-FileCopyrightText: 2017 Brent Rubell for Adafruit Industries # SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit ...
7,485
null
ITISFoundation/osparc-simcore
# Repository Context Name: ITISFoundation/osparc-simcore Description: # Pull Request ## ✨Computational clusters: connect autoscaling to RabbitMQ :warning: <!-- Title Annotations: WIP: work in progress 🐛 Fix a bug. ✨ Introduce new features. 🎨 Enhance existing feature. ♻️ Refactor code....
3,032
null
siliconcompiler/siliconcompiler
# Repository Context Name: siliconcompiler/siliconcompiler Description: # Pull Request ## limit line length, not number of nodes in remote client # Relevant Files Found ## siliconcompiler/remote/client.py ``` # Copyright 2020 Silicon Compiler Authors. All Rights Reserved. import json import os import requests ...
40
null
IBM/gauge-api-steps
# Repository Context Name: IBM/gauge-api-steps Description: # Pull Request ## #37 Session properties proceed os env vars # Relevant Files Found ## gauge_api_steps/api_steps.py ``` # # Copyright IBM Corp. 2019- # SPDX-License-Identifier: MIT # import base64 import numexpr import json import os import re from g...
3,754
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## add repr method for ParameterTable <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ⚠️ Also, please add a release note file using r...
193
null
israel-dryer/ttkbootstrap
# Repository Context Name: israel-dryer/ttkbootstrap Description: # Pull Request ## Refactor scrolled frame with new model New model for `ScrolledFrame` class with custom `yview` methods and built without using `Canvas`. Added in this model is the `scrollheight` parameter which manually sets the height of the conte...
307
null
scaleway/scaleway-sdk-python
# Repository Context Name: scaleway/scaleway-sdk-python Description: # Pull Request ## feat: add missing special secret version revision # Relevant Files Found ## scaleway-async/scaleway_async/secret/v1alpha1/api.py ``` # This file was automatically generated. DO NOT EDIT. # If you have any remark or suggestion...
684
null
scaleapi/llm-engine
# Repository Context Name: scaleapi/llm-engine Description: # Pull Request ## fix: Sets terminationGracePeriodSeconds: 60 and adds --graceful-timeout 60 to entrypoint So it matches with --timeout 60 in start_fastapi_server.py # Pull Request Summary _What is this PR changing? Why is this change being made? Any...
149
null
aigc-apps/PAI-RAG
# Repository Context Name: aigc-apps/PAI-RAG Description: # Pull Request ## Personal/xi/test 遗漏await # Relevant Files Found ## src/pai_rag/data/rag_dataloader.py ``` import datetime import json import os from typing import Any, Dict, List from fastapi.concurrency import run_in_threadpool import asyncio from llam...
2,098
null
pallets-eco/flask-admin
# Repository Context Name: pallets-eco/flask-admin Description: # Pull Request ## Fixes for sqlalchemy 1.4 NOTE: tests are broken at the moment due to the related issue in sqlalchemy-utils https://github.com/kvesteri/sqlalchemy-utils/pull/487 # Relevant Files Found ## flask_admin/contrib/sqla/tools.py ``` import...
3,204
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## Prevent multiple instances of Systray The System Tray specification does not appear to support multiple trays. This can lead to issues where multiple trays are created. This PR addresses the issue by introducing a mechanism to specify the maxi...
98
null
cvxgrp/cvxpygen
# Repository Context Name: cvxgrp/cvxpygen Description: # Pull Request ## compatibility with CVXPY 1.7.4 # Relevant Files Found ## cvxpygen/solvers.py ``` import os import sys import shutil import warnings from abc import ABC, abstractmethod import platform import numpy as np import scipy.sparse as sp from cv...
59
null
RichardObi/medigan
# Repository Context Name: RichardObi/medigan Description: # Pull Request ## Update: CI pipeline and fix of related torch DataLoader init issue Update of CI actions/checkout@v3 # Relevant Files Found ## src/medigan/generators.py ``` # -*- coding: utf-8 -*- # ! /usr/bin/env python """ Base class providing user-li...
60
null
AlgoETS/BullETS
# Repository Context Name: AlgoETS/BullETS Description: # Pull Request ## this may fix it # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages requirements = [] with open('requirements.txt') as f: requirements = f.read().splitlines() readme = '' with open('README.md') as f: ...
1,371
null
pgmpy/pgmpy
# Repository Context Name: pgmpy/pgmpy Description: # Pull Request ## Adds all example model files to the packages [refs #1370] ### Your checklist for this pull request Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [x] Make sure you are requesting to **pull a topic/featu...
7
null
zweix123/dryads
# Repository Context Name: zweix123/dryads Description: # Pull Request ## 1.3.0 # Relevant Files Found ## dryads/common.py ``` import os import sys from enum import Enum, auto class DryadsFlag(Enum): Anchoring = auto() # 作为叶子的值,表示该叶子中的命令都是以执行脚本的路径开始, 默认从脚本所在的路径开始 AcceptArg = auto() # 作为叶子的值, ...
97
null
AI-Hypercomputer/maxtext
# Repository Context Name: AI-Hypercomputer/maxtext Description: # Pull Request ## Modify multihost_runner kill script for multiple PIDs Rarely either you can have multiple orphaned PIDs or PIDs stranded on multiple devices, this change now handles both. # Relevant Files Found ## multihost_runner.py ``` """ Cop...
15,800
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## Fixes for SNMP Profiles introduced in 7.48 ### What does this PR do? <!-- A brief description of the change being made with this pull request. --> Fixes based on changes found: https://github.com/DataDog/integrations-core/pull/1...
426
null
oakestra/oakestra
# Repository Context Name: oakestra/oakestra Description: # Pull Request ## Added delete addon API endpoint Once an addon has been POSTed to the Addon Marketplace Api it cannot be delted again, eventually clogging the marketplace with redundant addons. This PR adds the `/api/v1/marketplace/addons/{marketplace_addo...
72
null
Azure/pykusto
# Repository Context Name: Azure/pykusto Description: # Pull Request ## Quote column name if it is a Kusto keyword + workaround resolves #10 # Relevant Files Found ## pykusto/expressions.py ``` from datetime import datetime, timedelta from typing import Any, List, Tuple, Mapping, Optional from typing import Uni...
361
null
NCAR/MELODIES-MONET
# Repository Context Name: NCAR/MELODIES-MONET Description: # Pull Request ## Bugfix: MOPITT vertical summing While re-running some analysis with global model output I noticed that the use of `skip_na=False` in the vertical summing of the paired model data resulted in dropping of data (particularly obvious over th...
5,091
null
googleapis/python-aiplatform
# Repository Context Name: googleapis/python-aiplatform Description: # Pull Request ## chore: Rename the LlamaIndex Summarizer to Response Synthesizer. chore: Rename the LlamaIndex Summarizer to Response Synthesizer. # Relevant Files Found ## vertexai/preview/reasoning_engines/templates/llama_index.py ``` # -*-...
39
null
ManiacalLabs/BiblioPixel
# Repository Context Name: ManiacalLabs/BiblioPixel Description: # Pull Request ## Make sure that `self._buf` and `self.buffer` are always edited through surgery. There are two ways to edit lists. One way is _functional_ - you create a new list and use assignment. The other way is _surgical_ - you take the orig...
209
null
DagsHub/client
# Repository Context Name: DagsHub/client Description: # Pull Request ## Make stat work for remote files Before that remote files were only returned after listdir was called at least once. For now I'm just rerunning listdir in order to update the cache. Additionally the change to the `dirtree`: now it caches al...
1,927
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Upgrade python-telegram-bot to 4.0.1 v4.0.1 Implement Bot API 2.0 Almost complete recode of Dispatcher Tested with the following configuration: ``` yaml notify: - platform: telegram name: telegram api_key: 1234xxxxx:A...
2,489
null
gammapy/gammapy
# Repository Context Name: gammapy/gammapy Description: # Pull Request ## Refactor spectrum extraction tests This PR refactors the tests from `SpectrumExtraction` to the new "maker" scheme and also adapt the `Analysis` class to use it. # Relevant Files Found ## gammapy/scripts/analysis.py ``` # Licensed under a ...
2,722
null
aws/aws-sdk-pandas
# Repository Context Name: aws/aws-sdk-pandas Description: # Pull Request ## test: Add test for S3 access points ### Detail Add test for `read_parquet` and `to_parquet` using S3 access points By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # ...
81
null
agencyenterprise/neurotechdevkit
# Repository Context Name: agencyenterprise/neurotechdevkit Description: # Pull Request ## Add resource estimation for pulsed simulations With the changes made to this PR, the user should be able to see the resources and time estimation for running pulsed simulations closes #46 # Relevant Files Found ## src...
186
null
cognitedata/power-ops-sdk
# Repository Context Name: cognitedata/power-ops-sdk Description: # Pull Request ## refactor: Moved valid shop objects to watercourse config object ## Description Please describe the change you have made. ## Checklist: - [ ] Tests added/updated. - [ ] Documentation updated. - [ ] Changelog updated in [CHANGE...
28,074
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: iter with readonly values, closes #28055 @TomAugspurger wanted to get this in under the wire? - [x] closes #28055 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake...
57
null
Yale-Libs/yalexs
# Repository Context Name: Yale-Libs/yalexs Description: # Pull Request ## fix: handle activities that happen at the same microsecond # Relevant Files Found ## tests/test_util.py ``` import datetime import json import os import unittest import dateutil.parser from yalexs.activity import ( SOURCE_LOG, ...
82
null
pymtl/pymtl3
# Repository Context Name: pymtl/pymtl3 Description: # Pull Request ## Update 'exec' statements in 'VcdGenerationPass' to be Python3-compatilble This PR fixes one usage of `exec` in `VcdGenerationPass` which was Python2-only. # Relevant Files Found ## pymtl3/passes/VcdGenerationPass.py ``` """ ==================...
6
null
ray-project/lightgbm_ray
# Repository Context Name: ray-project/lightgbm_ray Description: # Pull Request ## Placement group capture child tasks With the merge of https://github.com/ray-project/ray/pull/17527, the default behavior for capturing child tasks in placement groups has changed. By explicitly setting `placement_group_capture_child...
271
null
home-assistant/supervisor
# Repository Context Name: home-assistant/supervisor Description: # Pull Request ## Add support for changelog # Relevant Files Found ## hassio/addons/addon.py ``` """Init file for HassIO addons.""" from copy import deepcopy import logging import json from pathlib import Path, PurePath import re import shutil im...
6,927
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Initial addition of fileserver event This event is intended to "notify" salt that there are changes to the underlying fileserver module. This can be used to (for example) trigger a module sync within the reactor system-- but really you can do ...
1,941
null
cocotb/cocotb
# Repository Context Name: cocotb/cocotb Description: # Pull Request ## Convert most examples to async/await <!-- Thanks for improving cocotb! Here are some points to make this as smooth as possible. Not all of them may be applicable. Most important: please explain *why* you are proposing this change. * M...
231
null
ska-sa/katdal
# Repository Context Name: ska-sa/katdal Description: # Pull Request ## mvftoms: put weights into WEIGHT_SPECTRUM column # Relevant Files Found ## katdal/ms_async.py ``` ################################################################################ # Copyright (c) 2018-2019, National Research Foundation (Squa...
8,148
null
Azure/azure-cli-extensions
# Repository Context Name: Azure/azure-cli-extensions Description: # Pull Request ## [az load] fix empty object on cli when file upload --- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command <!--- Please provide the related command with az {command...
183
null
kmc-jp/GodUploader-graphql
# Repository Context Name: kmc-jp/GodUploader-graphql Description: # Pull Request ## Slack共有時のURLがおかしいのを直す close #182 # Relevant Files Found ## api/src/goduploader/graphql/type/mutation/upload_artwork.py ``` import imghdr import logging import uuid from typing import List import graphene from goduploader.db imp...
2,116
null
zenml-io/zenml
# Repository Context Name: zenml-io/zenml Description: # Pull Request ## Consolidate Custom Filter Logic ## Describe changes I consolidated how custom filters (that are not based on the columns of the underlying table) are applied to filter models by introducing a `BaseFilter.get_custom_filters()` method that all ...
1,526
null
ApeWorX/ape
# Repository Context Name: ApeWorX/ape Description: # Pull Request ## chore: fix return type of `ContractContainer.__getattr__` [APE-1166] ### What I did i found this while working on other stuff ### How I did it <!-- Discuss the thought process behind the change --> ### How to verify it <!-- Discuss...
3
null
sanders41/meilisearch-python-sdk
# Repository Context Name: sanders41/meilisearch-python-sdk Description: # Pull Request ## Meilisearch v0.21.0 # :warning: Don't merge until MeiliSearch v0.21.0 is released :warning: ## Breaking Changes - `filters` and `facets_filter` parameters search parameters are removed and replaced by the `filter` parame...
1,708
null
fonttools/fonttools
# Repository Context Name: fonttools/fonttools Description: # Pull Request ## name: Remove now unnecessary Python 2 code path # Relevant Files Found ## Lib/fontTools/ttLib/tables/_n_a_m_e.py ``` # -*- coding: utf-8 -*- from fontTools.misc.py23 import * from fontTools.misc import sstruct from fontTools.misc.text...
22,178
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Switch unit tests for oss operator and oss sensor in alibaba provider to use mocks (#17617) * This PR switches unit tests for oss operator and oss sensor in alibaba-provider to use mocks instead of real OSS, as discussed in #17617 * Once the...
180
null
fuzzylabs/matcha
# Repository Context Name: fuzzylabs/matcha Description: # Pull Request ## [RPD-287] ZenML version inference for zenserver This PR has matcha look for a local install of zenml in the environment from which it was launched, then sets the version to be installed on the remote resources accordingly. If no installation...
77
null
yourlabs/django-session-security
# Repository Context Name: yourlabs/django-session-security Description: # Pull Request ## Require SESSION_EXPIRE_AT_BROWSER_CLOSE unless SESSION_SECURITY_INSECURE=True # Relevant Files Found ## session_security/settings.py ``` """ Settings for django-session-security. WARN_AFTER Time (in seconds) before t...
548
null
cookiejar/cookietemple
# Repository Context Name: cookiejar/cookietemple Description: # Pull Request ## Fix: Sync blacklisted files, close old sync PRs, PR from temporary sync branch Sync blacklisted file did not work: Blacklisted files were synced and tracked by git. **Solution** - Reset and discard all blacklisted files for every ...
108
null
sbrunner/deskew
# Repository Context Name: sbrunner/deskew Description: # Pull Request ## Add more types # Relevant Files Found ## deskew/__init__.py ``` from typing import Any, Dict, List, Optional, Tuple import numpy as np from skimage.feature import canny from skimage.transform import hough_line, hough_line_peaks def _ge...
1,009
null
inveniosoftware/invenio-rdm-records
# Repository Context Name: inveniosoftware/invenio-rdm-records Description: # Pull Request ## custom fields: use vocabulary schema and fix tests - requires https://github.com/inveniosoftware/invenio-communities/pull/770 - closes https://github.com/inveniosoftware/invenio-vocabularies/issues/205 Tests are passin...
20
null
Trustworthy-AI-Group/TransferAttack
# Repository Context Name: Trustworthy-AI-Group/TransferAttack Description: # Pull Request ## code of "Boosting Adversarial Transferability across Model Genus by Deformation-Constrained Warping" # Relevant Files Found ## transferattack/__init__.py ``` from .gradient.fgsm import FGSM from .gradient.ifgsm import ...
9,121
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## aws - add support for workspaces web Closes #9120 # Relevant Files Found ## c7n/resources/resource_map.py ``` # Copyright The Cloud Custodian Authors. # SPDX-License-Identifier: Apache-2.0 ResourceMap = { "aws.access-ana...
2
null
depau/applemusic-ytmusic-playlist-converter
# Repository Context Name: depau/applemusic-ytmusic-playlist-converter Description: # Pull Request ## Bugfix missing parameters on json2ytmusic prints Because of missing parameters that we're being printed on "json2ytmusic.py" the code would crash. In these changes, we now check for the field "author name" on the ...
3,786
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## Email designs ![image](https://user-images.githubusercontent.com/9355208/28611402-520cbe88-7209-11e7-9b42-2b4fd64a5e47.png) ![image](https://user-images.githubusercontent.com/9355208/28611431-645aaffa-7209-11e7-817d-80191e514a0f.png) ![im...
14
null
gumyr/cq_warehouse
# Repository Context Name: gumyr/cq_warehouse Description: # Pull Request ## Fix Countersunk Holes Countersunk holes didn't work due to a change is how toPending() works now. Fixed. # Relevant Files Found ## src/cq_warehouse/fastener.py ``` """ Parametric Threaded Fasteners name: fastener.py by: Gumyr date: ...
99
null
smithy-lang/smithy-python
# Repository Context Name: smithy-lang/smithy-python Description: # Pull Request ## aiohttp A very minimal aiohttp based client implementation. Might be enough to unblock testing? What's not in this PR (yet?): 1. Writing tests got cut short by realizing that neither of the common aiohttp mocking libraries ([aior...
172
null
melexis/warnings-plugin
# Repository Context Name: melexis/warnings-plugin Description: # Pull Request ## Add the newly required property 'check_name' to CQ reports The Code Quality property `check_name` has become required. It is "A unique name representing the check, or rule, associated with this violation." https://docs.gitlab.com/ci/t...
1,247
null
red-hat-storage/cephci
# Repository Context Name: red-hat-storage/cephci Description: # Pull Request ## Fix baremetal user creation Signed-off-by: Pragadeeswaran Sathyanarayanan <psathyan@redhat.com> # Description Align baremetal compute to use the common service account user. __Logs__ http://magna002.ceph.redhat.com/cephci-jenki...
2
null
lxndrblz/forensicsim
# Repository Context Name: lxndrblz/forensicsim Description: # Pull Request ## refactor: change indexeddb access from raw API to wrapper API # Relevant Files Found ## Forensicsim_Parser.py ``` # This python autopsy module will parse Leveldb databases of Electron-based Microsoft Teams Desktop Client. # # Contact...
16,028
null
netbox-community/netbox
# Repository Context Name: netbox-community/netbox Description: # Pull Request ## Fixes #16027: Correct typo in error message Fixes #16027: Correct typo in error message # Relevant Files Found ## netbox/ipam/models/ip.py ``` import netaddr from django.contrib.contenttypes.fields import GenericForeignKey from dja...
31
null
winter-telescope/mirar
# Repository Context Name: winter-telescope/mirar Description: # Pull Request ## Check for kowalski creds only if using it More tolerant towards kowalski credentials, can run other pipelines where kowalski is not being used without setting kowalski credentials. Also added the option to use a token instead of user/...
809
null
SoCo/SoCo
# Repository Context Name: SoCo/SoCo Description: # Pull Request ## Suppress error flagged by new version of Pylint (2.7) # Relevant Files Found ## soco/events.py ``` # pylint: disable=not-context-manager # NOTE: The pylint not-content-manager warning is disabled pending the fix of # a bug in pylint. See https...