pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
2,739 | null | demisto/demisto-sdk | # Repository Context
Name: demisto/demisto-sdk
Description:
# Pull Request
## Download non-utf into existing files
fixes: [XSUP-16532](https://jira-hq.paloaltonetworks.local/browse/XSUP-16532)
# Relevant Files Found
## demisto_sdk/commands/common/handlers/json/ujson_handler.py
```
from typing import IO, Any, Any... |
852 | null | psf/black | # Repository Context
Name: psf/black
Description:
# Pull Request
## Remove happiness of error message
In the even that `black` encounters an error, the output gleefully tells the user it is "All done!", followed by the emoji ligature of sadness.
This PR corrects that by ensuring that there are no mixed feelings... |
28,257 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## fix(typing): hack-hint to type checkers for ide use
Some type checkers seem to have bugs which wasn't accounted for in https://github.com/frappe/frappe/pull/28215
This brings back the hack and remedies this DX regression
# Relevant Files Fou... |
23 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## Make classes inherit from object
Some classes don't inherit from object which causes errors in python 2. This PR fixes this issue.
# Relevant Files Found
## modin/pandas/indexing.py
```
from __future__ import absolute_import
from __fut... |
94 | null | pyros-dev/pyros | # Repository Context
Name: pyros-dev/pyros
Description:
# Pull Request
## moved some dependencies out of pyros_setup, to not require pyros_setu…
…p if using ROS environment as usual.
# Relevant Files Found
## pyros/pyros_client.py
```
from __future__ import absolute_import
import logging
import unicodedata
im... |
13,296 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Remove `tests/tensorflow/save_keras_model.py`
<details><summary>🛠 DevTools 🛠</summary>
<p>
[](https://codespaces.new/harupy/mlflow/pull/13296?quickstart=1)
###... |
862 | null | pykeen/pykeen | # Repository Context
Name: pykeen/pykeen
Description:
# Pull Request
## 🧑🏭🔢 Fix numeric triples factory
This PR is a spin-off of #857 , which extracts the changes to numeric triples factory.
# Relevant Files Found
## src/pykeen/datasets/base.py
```
# -*- coding: utf-8 -*-
"""Utility classes for constructing... |
19 | null | andrewawilley/Five9-Configuration-Webservices-API-Samples | # Repository Context
Name: andrewawilley/Five9-Configuration-Webservices-API-Samples
Description:
# Pull Request
## small enhancements
# Relevant Files Found
## examples/ivrs/skill_transfer_module_usage.py
```
import argparse
import xml.etree.ElementTree as ET
import json
import csv
from five9 import five9_sess... |
44 | null | usegalaxy-eu/galaxy-social | # Repository Context
Name: usegalaxy-eu/galaxy-social
Description:
# Pull Request
## Improve plugin initialization
This pull request improves the plugin initialization process by ensuring that only the necessary plugins are imported.
This change will prevent errors that may occur due to empty configurations in `pl... |
30 | null | Insight-Services-APAC/ingenious | # Repository Context
Name: Insight-Services-APAC/ingenious
Description:
# Pull Request
## update new pattern and documentation.
# Relevant Files Found
## ingenious/services/chat_services/multi_agent/conversation_patterns/sql_manipulation_agent/sql_manipulation_agent.py
```
import autogen
import autogen.retrieve... |
627 | null | AI4Bharat/Shoonya-Backend | # Repository Context
Name: AI4Bharat/Shoonya-Backend
Description:
# Pull Request
## user_analytics fix
-reports fixes
# Relevant Files Found
## backend/organizations/views.py
```
from cProfile import label
from rest_framework import viewsets
from rest_framework.response import Response
from rest_framework.permis... |
210 | null | open-rmf/free_fleet | # Repository Context
Name: open-rmf/free_fleet
Description:
# Pull Request
## Changing Hardcoded map_frame to variable
<!--
For support requests, please read the Support Guidelines to know where to ask: https://github.com/open-rmf/rmf/wiki/Support-guidelines
For general questions and design discussion, please use... |
27 | null | Juice-XIJ/forza_auto_gear | # Repository Context
Name: Juice-XIJ/forza_auto_gear
Description:
# Pull Request
## Optimization
Optimization
# Relevant Files Found
## constants.py
```
import os
from pynput.keyboard import Key
# repo path
root_path = os.path.dirname(os.path.abspath(__file__))
# socket information
ip = '127.0.0.1'
port = 1235... |
2,088 | null | Lightning-AI/lightning-thunder | # Repository Context
Name: Lightning-AI/lightning-thunder
Description:
# Pull Request
## Versioning for check_traces
this is needed for adding features to check_traces and then incrementally tighten tests
# Relevant Files Found
## thunder/core/options.py
```
from typing import Any
from collections.abc import S... |
319 | null | JudgmentLabs/judgeval | # Repository Context
Name: JudgmentLabs/judgeval
Description:
# Pull Request
## Andrew/obs all tools
## 📝 Summary
if i user had their tools under a class, provided a new decorator observe_tools that essentially replaces the need to place a individual decorator over every function to track it
## 🎯 Purpose
... |
7 | null | pfnet/pytorch-pfn-extras | # Repository Context
Name: pfnet/pytorch-pfn-extras
Description:
# Pull Request
## Apply transformations to models before creating and loading the `state_dict`
This PR is intended to solve cases such as saving the module object of a torch.nn.DataParallel object in the snapshot. It also allows to apply a transforma... |
133 | null | shakenfist/shakenfist | # Repository Context
Name: shakenfist/shakenfist
Description:
# Pull Request
## Add console data API.
This needs some CI around it, but I have hand tested it for now.
Fixes #106.
# Relevant Files Found
## shakenfist/client/apiclient.py
```
import json
import logging
import os
from pbr.version import VersionInfo... |
26 | null | SmartCash/electrum-smart | # Repository Context
Name: SmartCash/electrum-smart
Description:
# Pull Request
## update dev branch
# Relevant Files Found
## lib/smartrewards_manager.py
```
from collections import namedtuple, OrderedDict
import base64
import threading
import json
from decimal import Decimal
from . import bitcoin
from .block... |
7 | null | SAP/swagger-plugin-for-sphinx | # Repository Context
Name: SAP/swagger-plugin-for-sphinx
Description:
# Pull Request
## Improve CI
# Relevant Files Found
## sphinx_swagger/__init__.py
```
__version__ = "0.1.0"
```
## sphinx_swagger/plugin.py
```
from __future__ import annotations
import urllib.request
from os.path import abspath, dirname,... |
5 | null | symerio/pgeocode | # Repository Context
Name: symerio/pgeocode
Description:
# Pull Request
## Allow looking up all the locations for a postcode
Normally all the places under single postcode are merged in comma separated list.
This adds non_unique parameter to the constructor which returns all locations per postcode, without squashin... |
20,216 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Bump cpprestsdk's zlib requirement to [>=1.2.11 <2] range
# Relevant Files Found
## recipes/cpprestsdk/all/conanfile.py
```
from conan import ConanFile
from conan.tools.cmake import CMake, CMakeDeps, CMakeToolchain, cmake_layo... |
20,505 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## Add new GUID in the list of reserved GUIDs
Fixes https://github.com/mozilla/addons/issues/9125
# Relevant Files Found
## src/olympia/constants/base.py
```
import re
from collections import namedtuple
from django.utils.translation im... |
1,451 | null | GridTools/gt4py | # Repository Context
Name: GridTools/gt4py
Description:
# Pull Request
## feat[cartesian]: read-only data dims direct access & Fields
## Description
We introduce a `ROField` which is a data dimensions only Field. Access is provided via `.at[]` which also becomes a way to access data dimensions on regular Field.
... |
27,670 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Serve] [Docs] Trim Ray Serve's "Getting Started" Page
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the... |
2,229 | null | owid/etl | # Repository Context
Name: owid/etl
Description:
# Pull Request
## 📊 war: polishing
Fixes:
- https://github.com/owid/owid-issues/issues/1354
- https://github.com/owid/owid-issues/issues/1355
- https://github.com/owid/owid-issues/issues/1356
<!-- This is an auto-generated comment: release notes by coderabbit.ai... |
164 | null | elastic/geneve | # Repository Context
Name: elastic/geneve
Description:
# Pull Request
## Adopt Ruff for linting Python
# Relevant Files Found
## geneve/solver/type_boolean.py
```
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional ... |
44,586 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Data] Remove dead `DEFAULT_MAX_TASKS_IN_FLIGHT_PER_ACTOR` constant
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a re... |
1,033 | null | landlab/landlab | # Repository Context
Name: landlab/landlab
Description:
# Pull Request
## Fix bug in GroundwaterDupuitPercolator, add symmetry test
* Handle zero permeable thickness
* no permeable thickness in adaptive timestep solver
* Bug fix: sign in velocity calculation
* Add water table symmetry test
* delint
*... |
164 | null | SCAI-BIO/datastew | # Repository Context
Name: SCAI-BIO/datastew
Description:
# Pull Request
## refactor: add retries to weaviate connection
# Relevant Files Found
## datastew/repository/weaviate.py
```
import json
import logging
import socket
from typing import Any, Dict, List, Literal, Optional, Sequence, Union
import weaviate
... |
16 | null | ci-lab-cz/streamd | # Repository Context
Name: ci-lab-cz/streamd
Description:
# Pull Request
## Fix bugs
# Relevant Files Found
# Edits
This pull request fixes multiple bugs and introduces several enhancements to the high-throughput MD pipeline, including better handling of boron-containing ligands via Gaussian calculations, imp... |
553 | null | canonical/pgbouncer-operator | # Repository Context
Name: canonical/pgbouncer-operator
Description:
# Pull Request
## [MISC] Remove Juju version warning
* Use new way to check Juju version
* Update uv lock
# Relevant Files Found
## src/charm.py
```
#!/usr/bin/env -S LD_LIBRARY_PATH=lib python3
# Copyright 2022 Canonical Ltd.
# See LICENSE fi... |
1,647 | null | arenadata/adcm | # Repository Context
Name: arenadata/adcm
Description:
# Pull Request
## ADCM-2706 Fixed actions list
# Relevant Files Found
## python/api/action/views.py
```
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a c... |
239 | null | fastplotlib/fastplotlib | # Repository Context
Name: fastplotlib/fastplotlib
Description:
# Pull Request
## maintain aspect handling in gridplot, better canvas renderer args handling in gridplot
- maintain_aspect behavior in `GridPlot` is such that it will use the `camera.main_aspect` value by default for each subplot if `show(matain_apsect... |
778 | null | py-mine/mcstatus | # Repository Context
Name: py-mine/mcstatus
Description:
# Pull Request
## Move to ruff-formatter & update settings
This replaces both `isort` and `black` with ruff's new tooling.
Ruff contained `isort` support for a while, however it was not entirely compatible with our custom isort rules before. Ruff has made ... |
23 | null | mswell/burnrecon | # Repository Context
Name: mswell/burnrecon
Description:
# Pull Request
## add getalive hosts with httpx
# Relevant Files Found
## burnrecon/base.py
```
from subdomain_parse import run_sub_parser
from database import connect_db
def subdomain_enum(target, domain):
run_sub_parser(target, domain)
def list_... |
287 | null | amazon-braket/amazon-braket-default-simulator-python | # Repository Context
Name: amazon-braket/amazon-braket-default-simulator-python
Description:
# Pull Request
## fix: Input type in _apply_hamiltonian
*Issue #, if available:*
*Description of changes:*
*Testing done:*
## Merge Checklist
_Put an `x` in the boxes that apply. You can also fill these out afte... |
1,197 | null | desihub/desispec | # Repository Context
Name: desihub/desispec
Description:
# Pull Request
## TSNR camera coadd fix
Addresses #1193. Runs through the use case example provided there and passes other vetting on values.
For future consideration: rename TSNR_QSO to TSNR_QSO_BRZ etc. to mirror nomenclature for flux etc.
# Relevant... |
800 | null | flagos-ai/FlagGems | # Repository Context
Name: flagos-ai/FlagGems
Description:
# Pull Request
## Fill(cpp wrapper)
### PR Category
<!-- [ Operator | OP Test | Model Test | Benchmark | CI/CD | User Experience | Other] -->
Operator
### Type of Change
<!-- [ Bug Fix | New Feature | Performance Optimization | Refactor | Documentation ... |
120 | null | OpenFreeEnergy/openfe | # Repository Context
Name: OpenFreeEnergy/openfe
Description:
# Pull Request
## Reworking method API settings
Not complete, but I'm adding this here so @richardjgowers can keep track of progress on this.
# Relevant Files Found
## openfe/setup/methods/rbfe_methods.py
```
# This code is part of OpenFE and is licen... |
6,055 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## sw4lite: Added -lgfortran and set to serial build
@bhatele I ran into similar issues with minighost. When building in parallel I ended up with modules not being available when needed.
# Relevant Files Found
## var/spack/repos/builtin/package... |
40 | null | mne-tools/mne-nirs | # Repository Context
Name: mne-tools/mne-nirs
Description:
# Pull Request
## Update conf.py
# Relevant Files Found
## doc/conf.py
```
# -*- coding: utf-8 -*-
#
# project-template documentation build configuration file, created by
# sphinx-quickstart on Mon Jan 18 14:44:12 2016.
#
# This file is execfile()d with... |
2,350 | null | ohcnetwork/care | # Repository Context
Name: ohcnetwork/care
Description:
# Pull Request
## Allow ICD11 diagnoses for chapters that were previously disabled
## Proposed Changes
- Allow ICD11 diagnoses for chapters that were previously disabled
## Linked Issues
- Fixes https://github.com/coronasafe/care_fe/issues/8338
## ... |
50 | null | GibbsConsulting/django-plotly-dash | # Repository Context
Name: GibbsConsulting/django-plotly-dash
Description:
# Pull Request
## Update dash_wrapper.py
Change the loading message, fixes #47
# Relevant Files Found
## django_plotly_dash/dash_wrapper.py
```
'''
dash_wrapper
This module provides a DjangoDash class that can be used to
expose a Plotly... |
1,334 | null | conda-forge/conda-smithy | # Repository Context
Name: conda-forge/conda-smithy
Description:
# Pull Request
## Private upload
Following https://github.com/conda-forge/conda-smithy/issues/1333
# Relevant Files Found
## conda_smithy/configure_feedstock.py
```
import glob
from itertools import product, chain
import logging
import os
import su... |
47 | null | project-ncl/repour | # Repository Context
Name: project-ncl/repour
Description:
# Pull Request
## [NCL-3071] if ref null for /clone, sync everything
# Relevant Files Found
## repour/clone.py
```
import asyncio
import logging
import os
from . import asutil
from . import exception
from .config import config
from .scm import git_prov... |
530 | null | open-mmlab/mmengine | # Repository Context
Name: open-mmlab/mmengine
Description:
# Pull Request
## [Docs] Fix typo in `instance_data.py`
## Modification
fix typo in `instance_data.py`.
# Relevant Files Found
## mmengine/structures/instance_data.py
```
# Copyright (c) OpenMMLab. All rights reserved.
import itertools
from collectio... |
18 | null | algorithmicsuperintelligence/optillm | # Repository Context
Name: algorithmicsuperintelligence/optillm
Description:
# Pull Request
## Option to use the Azure OpenAI API.
Just introduced the possibility to use the Azure OpenAI API as an alternative option to the OpenAI API.
# Relevant Files Found
## optillm.py
```
import argparse
import logging
import... |
2,808 | null | single-cell-data/TileDB-SOMA | # Repository Context
Name: single-cell-data/TileDB-SOMA
Description:
# Pull Request
## [python] Allow platform config to set both extent and filter
Found while experimenting with write-performance tuning, including dogfooding of #2564.
It turns out if the platform-config create spec for a dim has tile extent _an... |
132 | null | dbt-labs/dbt-common | # Repository Context
Name: dbt-labs/dbt-common
Description:
# Pull Request
## A method to add callbacks to the global event manager
resolves #131
### Description
It was annoying me that we had a way to add loggers to the global event manager but not callbacks. I'm doing work in dbt-core that could benefit fr... |
47 | null | OpenGeoscience/girder_geospatial | # Repository Context
Name: OpenGeoscience/girder_geospatial
Description:
# Pull Request
## Only trigger event if successful geometa extraction
This PR also introduces constants for the root `geometa` field on an item, and the triggered event name.
# Relevant Files Found
## geometa/__init__.py
```
from girder imp... |
4,053 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## [Serve] Make controller regions/ choose from replica resources
Fixes #3364 .
<!-- Describe the changes in this PR -->
<!-- Describe the tests ran -->
<!-- Unit tests (tests/test_*.py) are part of GitHub CI; below are tests th... |
152 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Couple of small fixes
1. Avoid long blockdims repr
2. Add Array.nbytes property
# Relevant Files Found
## dask/array/core.py
```
from __future__ import absolute_import, division, print_function
from operator import add, getitem
import inspec... |
3 | null | amancevice/redpanda | # Repository Context
Name: amancevice/redpanda
Description:
# Pull Request
## Use py.test
# Relevant Files Found
## tests/dialect_test.py
```
""" Test for dialect module. """
from datetime import datetime
import mock
import redpanda
import sqlalchemy
from nose.tools import assert_equal
from redpanda.example i... |
61 | null | hyroai/computation-graph | # Repository Context
Name: hyroai/computation-graph
Description:
# Pull Request
## fixed async issue
added async support in variadic_with_state_and_expectations
# Relevant Files Found
## computation_graph/graph_runners.py
```
from typing import Callable, Union
import gamla
from computation_graph import base_ty... |
1,693 | null | atlassian/dc-app-performance-toolkit | # Repository Context
Name: atlassian/dc-app-performance-toolkit
Description:
# Pull Request
## DCA-2247 Add bitbucket websudo to extension.ui
# Relevant Files Found
## app/extension/bitbucket/extension_ui.py
```
import random
from selenium.webdriver.common.by import By
from selenium_ui.base_page import BasePa... |
669 | null | canonical/postgresql-operator | # Repository Context
Name: canonical/postgresql-operator
Description:
# Pull Request
## [MISC] Merge update_tls_flag into update_endpoints
Early setting of the tls flags can cause errors when setting too early. [E.g.](https://github.com/canonical/pgbouncer-operator/actions/runs/11788944012/job/32837736355)
```
T... |
86 | null | makridenko/supadantic | # Repository Context
Name: makridenko/supadantic
Description:
# Pull Request
## improve error messages for invalid fields in QSet (#85)
closes #85
# Relevant Files Found
## supadantic/q_set.py
```
from typing import TYPE_CHECKING, Any, Generic, TypeVar
from supadantic.query_builder import QueryBuilder
if TYP... |
177 | null | sixty-north/cosmic-ray | # Repository Context
Name: sixty-north/cosmic-ray
Description:
# Pull Request
## Refactor of UnaryOp mutations
@abingham I've moved out one method into `util.py` and then made use of it in the `MutateUnaryOperator` class which now provides the same functionality as `ReverseUnarySub`, `ReverseUnaryAdd` and `RemoveNo... |
50 | null | LoSealL/VideoSuperResolution | # Repository Context
Name: LoSealL/VideoSuperResolution
Description:
# Pull Request
## [FIX] links to tensorflow's SRCNN & ESPCN
# Relevant Files Found
## prepare_data.py
```
"""
Copyright: Wenyi Tang 2017-2019
Author: Wenyi Tang
Email: wenyi.tang@intel.com
Created Date: Dec 20th 2018
Prepare datasets and inst... |
262 | null | PGScatalog/PGS_Catalog | # Repository Context
Name: PGScatalog/PGS_Catalog
Description:
# Pull Request
## Feature/updates mar2023 3
# Relevant Files Found
## catalog/models.py
```
import datetime
from django.db import models
from django.core.validators import MaxValueValidator, MinValueValidator
from django.contrib.postgres.fields impo... |
1,322 | null | nod-ai/amd-shark-ai | # Repository Context
Name: nod-ai/amd-shark-ai
Description:
# Pull Request
## fix SGLang Shortfin Llama benchmark fails
# Relevant Files Found
## app_tests/benchmark_tests/llm/sglang_benchmarks/conftest.py
```
# Copyright 2024 Advanced Micro Devices, Inc.
#
# Licensed under the Apache License v2.0 with LLVM Exc... |
194 | null | GDATASoftwareAG/robotframework-flaui | # Repository Context
Name: GDATASoftwareAG/robotframework-flaui
Description:
# Pull Request
## Add Base64 encoded screenshot and additional screenshot creation from XPATH element
This PR adds another logging function, to directly embed screenshots as base64 encoded strings in the output log.
It also expands the ... |
134 | null | knatarajan-lab/cehrgpt | # Repository Context
Name: knatarajan-lab/cehrgpt
Description:
# Pull Request
## removed vs_token_id and ve_token_id from the model config
# Relevant Files Found
## src/cehrgpt/data/cehrgpt_data_processor.py
```
import random
from typing import Any, Dict, List, Optional
import numpy as np
import pandas as pd
i... |
38 | null | JoJoonBalSsa/Taint-Bomb | # Repository Context
Name: JoJoonBalSsa/Taint-Bomb
Description:
# Pull Request
## park core1 fix
# Relevant Files Found
## src/main/resources/pyscripts/main.py
```
import sys
from taintAnalysis import TaintAnalysis
from removeComments import RemoveComments
from stringObfuscate import StringObfuscate
from analy... |
10,687 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fix #10287 network.ip_address don't recognize interfaces with dashes in ...
Allow interface names with dashes.
# Relevant Files Found
## salt/utils/network.py
```
# -*- coding: utf-8 -*-
'''
Define some generic socket functions for network... |
3,103 | null | gammapy/gammapy | # Repository Context
Name: gammapy/gammapy
Description:
# Pull Request
## Fix unit handling in .stack() methods and energy range in FluxEstimator
<!-- These are hidden commments. You can leave them or delete them. -->
<!-- Don't be shy! Github issues or pull requests are welcome any time. -->
<!-- But if you fi... |
2 | null | mkotler/ad-automoli | # Repository Context
Name: mkotler/ad-automoli
Description:
# Pull Request
## Added support to turn off lights that were manually turned on, optionally with a different delay
If only_own_events is False, then added state change listeners for all lights. Then, when a state change occurs outside automoli, manually se... |
4,597 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## [Fix] fix output_top_logprobs is not exist
## Motivation
When `logprobs` set to true, will return `output_token_logprobs`, and will report an error if `output_top_logprobs` is not exist.
## Modifications
Specify default empty valu... |
190 | null | lexiforest/curl_cffi | # Repository Context
Name: lexiforest/curl_cffi
Description:
# Pull Request
## Put `libcurl.dll` next to `_wapperd.pyd`
POC of https://github.com/yifeikong/curl_cffi/issues/173 (Windows-only)
-------
Drops `delvewheel` build-time dependency
 as f:
requirements = f.read().splitlines()
with open('README.md') as f:
long_d... |
68 | null | Huanshere/VideoLingo | # Repository Context
Name: Huanshere/VideoLingo
Description:
# Pull Request
## 修复刚才bugfix改出来的新问题:mac在choice=2的时候会安装whisperX的错误
# Relevant Files Found
## install.py
```
import os
import platform
import subprocess
import sys
import zipfile
import shutil
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
... |
201 | null | open-s4c/benchkit | # Repository Context
Name: open-s4c/benchkit
Description:
# Pull Request
## example/leveldb: comment for num values
# Relevant Files Found
## examples/leveldb/kit/leveldb.py
```
# Copyright (C) 2023 Huawei Technologies Co., Ltd. All rights reserved.
# SPDX-License-Identifier: MIT
"""
Benchkit support for LevelD... |
682 | null | Ostorlab/oxo | # Repository Context
Name: Ostorlab/oxo
Description:
# Pull Request
## Add pagination to vulnerabilities query
# Relevant Files Found
## src/ostorlab/serve_app/types.py
```
"""Graphene types for the local runtime."""
import collections
import enum
from typing import Optional, List
import graphene
import graph... |
8 | null | SkypLabs/faker-wifi-essid | # Repository Context
Name: SkypLabs/faker-wifi-essid
Description:
# Pull Request
## Update faker requirement from <9.0,>=4.1 to >=4.1,<10.0
Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https... |
19 | null | cools9/ElementalDB | # Repository Context
Name: cools9/ElementalDB
Description:
# Pull Request
## Type annoted client.py
## Updated Changes:
- Type Annotated client.py
# Relevant Files Found
## ElementalDB.py
```
import orjson
import os
import hashlib
class ElementalDB:
def __init__(self, db_directory, auth=False):
sel... |
18,087 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## [Marketplace Contribution] ServiceNow - Content Pack Update
## Original External PR
[external pull request](https://github.com/demisto/content/pull/18035)
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
#... |
19 | null | mlco2/codecarbon | # Repository Context
Name: mlco2/codecarbon
Description:
# Pull Request
## gpu ids
Allow user to specify their own gpu ids
note:
```
assert set(gpu_ids).issubset(set(range(self.num_gpus))), f"Unknown GPU ids {gpu_ids}"
```
to check that they specified known / available gpus
# Relevant Files Found
## co... |
295 | null | warriorframework/warriorframework_py3 | # Repository Context
Name: warriorframework/warriorframework_py3
Description:
# Pull Request
## WAR-2439: UT for project_driver
# Relevant Files Found
# Edits
This pull request adds unit tests for the `project_driver` module in the Warrior framework to improve code coverage and reliability. It introduces five... |
753 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Close memmap'd file when finished. Close #748
Fixes a bug in windows.
closes #748
# Relevant Files Found
## dask/array/tests/test_array_core.py
```
from __future__ import absolute_import, division, print_function
import pytest
pytest.importo... |
102 | null | OpenAstronomy/baldrick | # Repository Context
Name: OpenAstronomy/baldrick
Description:
# Pull Request
## Fix a substring bug in towncrier checker
fixes #100
# Relevant Files Found
## baldrick/plugins/github_towncrier_changelog.py
```
import os
import re
from collections import OrderedDict
from loguru import logger
from toml import loa... |
8 | null | jazzband/django-postgres-utils | # Repository Context
Name: jazzband/django-postgres-utils
Description:
# Pull Request
## Migration to jazzband
This addresses a couple of tasks in #7.
# Relevant Files Found
## docs/source/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most c... |
6 | null | mthorrell/wideboost | # Repository Context
Name: mthorrell/wideboost
Description:
# Pull Request
## modified setup.py
# Relevant Files Found
## setup.py
```
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="wideboost",
version="0.1.3",
author="Michael Horrell... |
12 | null | ASML-Labs/dagster-uc | # Repository Context
Name: ASML-Labs/dagster-uc
Description:
# Pull Request
## feat: multi project deployments
This will be a breaking change, by default a branch of your user code will get prefixed by the project name. The project name is fetched from the pyproject.toml.
All k8s objects use the name `{project_n... |
111 | null | mtgjson/mtgjson | # Repository Context
Name: mtgjson/mtgjson
Description:
# Pull Request
## Add letters to appending numbers for SPLIT-type cards, excluding meld
Fix #110
~~This adds a letter to split cards' number field to help distinguish them better. Follows V3 formats. Will NOT append letters to meld cards.~~
~~Example: [... |
26 | null | falcosecurity/kernel-crawler | # Repository Context
Name: falcosecurity/kernel-crawler
Description:
# Pull Request
## switching to vault.centos.org and adding archive.kernel.org
Signed-off-by: Logan Bond <lbond@secureworks.com>
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read ... |
667 | null | crestalnetwork/intentkit | # Repository Context
Name: crestalnetwork/intentkit
Description:
# Pull Request
## fix: web_scraper role
## Description
Please include a summary of the changes and the related issue.
## Type of Change
- [x] Bugfix
- [ ] New Feature
- [ ] Improvement
- [ ] Documentation Update
## Checklist
- [ ] I... |
2 | null | madmattp/Bayer-Dithering | # Repository Context
Name: madmattp/Bayer-Dithering
Description:
# Pull Request
## Added WebUI
# Relevant Files Found
## dither.py
```
import numpy as np
from PIL import Image, ImageEnhance, ImageSequence
import time
from multiprocessing import Process, Manager
from moviepy.editor import VideoFileClip, ImageSeq... |
136 | null | jazzband/django-formtools | # Repository Context
Name: jazzband/django-formtools
Description:
# Pull Request
## Add testing for Django 2.2
# Relevant Files Found
## setup.py
```
import codecs
import os
import re
import sys
from distutils.util import convert_path
from fnmatch import fnmatchcase
from setuptools import find_packages, setup
... |
41,744 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## perl-rose-datetime: New package plus updates
- perl-rose-datetime: New package
- perl-datetime: New version, updated dependencies to enable build time tests and added a runtime test
# Relevant Files Found
## var/spack/repos/builtin/packages/pe... |
119 | null | canonical/traefik-k8s-operator | # Repository Context
Name: canonical/traefik-k8s-operator
Description:
# Pull Request
## Traefik logging and grafana-dashboard integrations
This PR adds loki-logging and grafana-dashboarding integrations to the traefik charm.
## Testing Instructions
deploy cos-lite, then refresh the traefik charm with one built... |
272 | null | jmathai/elodie | # Repository Context
Name: jmathai/elodie
Description:
# Pull Request
## Fix source files modified on import #252
# Relevant Files Found
## elodie/filesystem.py
```
"""
General file system methods.
.. moduleauthor:: Jaisen Mathai <jaisen@jmathai.com>
"""
from __future__ import print_function
from builtins impo... |
15 | null | zhouzypaul/deblur | # Repository Context
Name: zhouzypaul/deblur
Description:
# Pull Request
## adding the Kaggle blur dataset
# Relevant Files Found
## eval.py
```
from matplotlib import pyplot as plt
from get_data import parse_dataset
import numpy as np
from motion_deblur import deblur
"""
this file handles the evaluation of ... |
8 | null | boxine/beautiful_barcode | # Repository Context
Name: boxine/beautiful_barcode
Description:
# Pull Request
## Add support for EPS
# Relevant Files Found
## beautiful_barcode/renderers.py
```
import subprocess
import xml.dom.minidom
class SVGRenderer:
def initialize(self, width, height):
self.doc = xml.dom.minidom.Document()... |
262 | null | spyder-ide/qtpy | # Repository Context
Name: spyder-ide/qtpy
Description:
# Pull Request
## PR: Unify and cleanup CI infra, improve robustness and test Python 3.9 and PyQt6
* [x] Upgrade CIs, unify and skip early
* [x] Port many improvements from docs + submanager
* [x] Set run/no run vars in matrix and ifs on steps
*... |
8 | null | luillyfe/resume-insights | # Repository Context
Name: luillyfe/resume-insights
Description:
# Pull Request
## Refactor skill extraction and categorization logic
Simplify the logic for extracting and categorizing skills to enhance code readability and maintainability. The new structured approach reduces complexity and potential errors in the ... |
574 | null | pydantic/logfire | # Repository Context
Name: pydantic/logfire
Description:
# Pull Request
## Fix docs redirects SEO bug
Temporary fix for https://github.com/mkdocs/mkdocs-redirects/issues/65
# Relevant Files Found
## docs/plugins/main.py
```
from __future__ import annotations as _annotations
import re
import subprocess
from path... |
11,036 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Add protocol_version to conn_config
To avoid "WARNING - Downgrading core protocol version"
# Relevant Files Found
## airflow/providers/apache/cassandra/hooks/cassandra.py
```
#
# Licensed to the Apache Software Foundation (ASF) under one... |
3 | null | kundajelab/variant-scorer | # Repository Context
Name: kundajelab/variant-scorer
Description:
# Pull Request
## Pval func
- Updated the function used to calculate empirical p-values
- Moved shap score function from helpers to shap_utils
# Relevant Files Found
## src/utils/helpers.py
```
from tensorflow.keras.utils import get_custom_object... |
3,928 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## rpi_rf protocol should be an int
**Description:**
_Use voluptuous for Pi RF Switch_ broke my switches. Looks like rpi_rf is expecting protocol to be an int not a string.
In the current dev I am getting the following traceback. This PR co... |
1,951 | null | IFRCGo/go-api | # Repository Context
Name: IFRCGo/go-api
Description:
# Pull Request
## Standard warnings from sync_molnix
Refers to https://github.com/IFRCGo/go-api/issues/1903 and to https://github.com/IFRCGo/go-web-app/issues/522
To be able to make groups of Molnix sync output.
New log rows like:
```
[2023-11-14 16:37:02,73... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.