pr_id
int64
repo_id
null
repo_name
string
text
string
545
null
zauberzeug/nicegui
# Repository Context Name: zauberzeug/nicegui Description: # Pull Request ## Add point-cloud support to 3D scene In my project I need to render pointclouds. As I would like to use nicegui, I added the support for rendering pointclouds. Example usage: ```python from nicegui import ui import numpy as np with...
267
null
mercedes-benz/odxtools
# Repository Context Name: mercedes-benz/odxtools Description: # Pull Request ## Refactor decoding, part 4 This PR is the final part of the decode code refactoring miniseries. It contains the "leftovers" which I've encountered and fixed while implementing the rest of the series and which require the API changes of ...
323
null
aryn-ai/sycamore
# Repository Context Name: aryn-ai/sycamore Description: # Pull Request ## Upgrade guidance to 0.1.13. Guidance classifies models as either Chat, Instruction, or Completion. Between versions 0.1.10 and 0.1.13, they reclasified the gpt-3.5-instruct model from instruction to completion. Previously we only handling ch...
31
null
ternaus/iglovikov_helper_functions
# Repository Context Name: ternaus/iglovikov_helper_functions Description: # Pull Request ## Added code to generate stratified splits + process kaggle severstal # Relevant Files Found ## iglovikov_helper_functions/__init__.py ``` from __future__ import absolute_import __version__ = "0.0.13" ``` # Edits Th...
415
null
allenai/open-instruct
# Repository Context Name: allenai/open-instruct Description: # Pull Request ## Fix dataset mixing logic Currently the dataset mixing logic in reward modeling / online DPO / PPO is prone to error: The number of splits need to match up with the number of items in the dataset mixer. * `--dataset_mixer '{"trl-inter...
20
null
OpenBMB/RepoAgent
# Repository Context Name: OpenBMB/RepoAgent Description: # Pull Request ## Merge from the up-to-date main # Relevant Files Found ## ai_doc/change_detector.py ``` """ 这个类需要处理文件的差异和变更检测,它可能会用到 FileHandler 类来访问文件系统。 ChangeDetector 类的核心在于能够识别自上次提交以来文件的变更。 """ import git import re from .file_handler import FileHand...
1,935
null
GafferHQ/gaffer
# Repository Context Name: GafferHQ/gaffer Description: # Pull Request ## ScriptNode improvements - Refactored serialisation/execution so `ScriptNodePtr s = new ScriptNode; s->load()` can be used directly from C++. Before a bunch of `boost::python` voodoo was necessary. This simplifies embedding Gaffer in other ho...
211
null
microsoft/botbuilder-python
# Repository Context Name: microsoft/botbuilder-python Description: # Pull Request ## callerId, SemanticActionStates, and other swagger file updates Fixes: #189 # Relevant Files Found ## libraries/botbuilder-schema/botbuilder/schema/_connector_client_enums.py ``` # coding=utf-8 # -------------------------------...
734
null
XENON1T/pax
# Repository Context Name: XENON1T/pax Description: # Pull Request ## Allow import failure for matplotlib._cntr This is a workaround for #703. Currently pax does not run with matplotlib > 2.2.0 due to using the private matplotlib function `_cntr` that has been removed. This will allow pax to import and run even wi...
336
null
Nextdoor/kingpin
# Repository Context Name: Nextdoor/kingpin Description: # Pull Request ## New Actor - aws.iam.Role This initial work just allows us to create a role and manage its inline policies. I still have work to do to make sure that the role is usable by other instance profiles. Reviewer: @siminm # Relevant Files Found ...
54
null
Natooz/MidiTok
# Repository Context Name: Natooz/MidiTok Description: # Pull Request ## TokSequence is now subscriptable Following #53 # Relevant Files Found ## miditok/midi_tokenizer.py ``` """ MIDI encoding base class and methods """ from abc import ABC, abstractmethod import math from pathlib import Path import json from ra...
4,655
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## FotiGate - set subtype ## Status Ready ## Description Setting FortiGate integration subtype to python 2 ## Required version of Demisto Any ## Does it break backward compatibility? - No ## Must have - [ ] Code Review ## ...
92
null
cerfacs-globc/icclim
# Repository Context Name: cerfacs-globc/icclim Description: # Pull Request ## Doc/sphynx update Update doc structure. - Sphinx has been updated. - The theme has been changed to `pydata-sphinx-theme`. It make sense because icclim users will likely be already used to numpy, pandas or xarray doc which use this th...
331
null
rust-lang/surveys
# Repository Context Name: rust-lang/surveys Description: # Pull Request ## Flip angle of bar chart text in mobile layout To make it easier to read. Backported from https://github.com/rust-lang/blog.rust-lang.org/pull/1478. # Relevant Files Found ## report/surveyhero/render.py ``` import dataclasses import io...
1
null
deathbeds/jupyterlab-starters
# Repository Context Name: deathbeds/jupyterlab-starters Description: # Pull Request ## Cookiecutter # Relevant Files Found ## src/jupyter_starters/manager.py ``` """ manager, for starters """ # pylint: disable=no-self-use,unsubscriptable-object,fixme import base64 import urllib.parse from pathlib import Path ...
532
null
predibase/lorax
# Repository Context Name: predibase/lorax Description: # Pull Request ## bug : fix Qwen-2 sliding_window config bug The Qwen-2 config contains a large value for `sliding_window` config but the default value for `use_sliding_window` is false. This causes the cache manager to allocate a huge kv cache despite it bein...
235
null
PyPSA/linopy
# Repository Context Name: PyPSA/linopy Description: # Pull Request ## add chaining operations Support .add, .sub, .mul, .div for variables and expressions # Relevant Files Found ## linopy/expressions.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Linopy expressions module. This module contains defin...
1,302
null
blue-marble/gridpath
# Repository Context Name: blue-marble/gridpath Description: # Pull Request ## Storage min and max duration defaults # Relevant Files Found ## gridpath/project/capacity/capacity_types/stor_new_lin.py ``` # Copyright 2016-2023 Blue Marble Analytics LLC. # # Licensed under the Apache License, Version 2.0 (the "Li...
8,854
null
cloud-custodian/cloud-custodian
# Repository Context Name: cloud-custodian/cloud-custodian Description: # Pull Request ## 1488 add delete vpc action - new registered action for delete vpc in c7n vpc resources closes https://github.com/cloud-custodian/cloud-custodian/issues/1488 # Relevant Files Found ## c7n/resources/vpc.py ``` # Copyright ...
176
null
nitely/Spirit
# Repository Context Name: nitely/Spirit Description: # Pull Request ## require unicode-slugify from fork Fixes #175 since [unicode-slugify](https://github.com/mozilla/unicode-slugify) maintainers won't fix the `setup.py` issue (see https://github.com/mozilla/unicode-slugify/pull/23 and https://github.com/mozilla/u...
804
null
TIHLDE/Lepton
# Repository Context Name: TIHLDE/Lepton Description: # Pull Request ## Added serializer for category in event ## Proposed changes This PR adds a serializer for category in event category Issue number: closes # (remove if not an issue) ## Pull request checklist Please check if your PR fulfills the foll...
190
null
tiqi-group/pydase
# Repository Context Name: tiqi-group/pydase Description: # Pull Request ## Fix: triggering async functions Asynchronous functions could not be triggered by either client (browser, python, or restapi). This PR adds support for this. The async function will be awaited in the running asyncio event loop. # Relevant ...
906
null
gyana/gyana
# Repository Context Name: gyana/gyana Description: # Pull Request ## Feature/minor small things ## Before merging: - [x] Run both pytest and cypress - [x] Look through the changes and make sure nothing is broken ### If you aren't sure about anything: - [ ] Ask for a code review ### If you installed...
27,459
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Fix to Racket package: URL extrapolation fix # Relevant Files Found ## var/spack/repos/builtin/packages/racket/package.py ``` # Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-le...
83
null
eadwinCode/django-ninja-extra
# Repository Context Name: eadwinCode/django-ninja-extra Description: # Pull Request ## Fix `@api_controller` type signature The typing overloads for the `@api_controller` decorator currently both specify a `Union[Type[ControllerBase], Callable[..., Any], Any]` return type. This is a more general type than what is ...
634
null
InternLM/lmdeploy
# Repository Context Name: InternLM/lmdeploy Description: # Pull Request ## update turbomind session_len with model.session_len https://github.com/InternLM/lmdeploy/blob/373bd01394cfa784a9ab3fe0d404d6ae1beee3d0/lmdeploy/serve/turbomind/chatbot.py#L101 # Relevant Files Found ## lmdeploy/serve/async_engine.py ``...
79
null
andncl/arbok_driver
# Repository Context Name: andncl/arbok_driver Description: # Pull Request ## ArbokDriver::add_sequence_and_create_qc_measurement now takes in a sw… …eep_list if desired # Relevant Files Found ## arbok_driver/arbok_driver.py ``` import copy from typing import Union import numpy as np from qm import SimulationC...
178
null
project-chip/certification-tool-backend
# Repository Context Name: project-chip/certification-tool-backend Description: # Pull Request ## [Feature] DO NOT require commissioning every test ### What changed The goal of this PR is to store the commissioning information so the user will no have to factory reset their devices. The users will be prompted if t...
90
null
rsagroup/rsatoolbox
# Repository Context Name: rsagroup/rsatoolbox Description: # Pull Request ## Changes and additions to calculating the precision matrix 1. Added methods to datasets (getter method for measurements + method to create 3d array of measurements, where the data is split by an obs_descriptor along the third dimension). ...
1,274
null
postlund/pyatv
# Repository Context Name: postlund/pyatv Description: # Pull Request ## conf: Add password to RAOP output Relates to #1273 <a href="https://gitpod.io/#https://github.com/postlund/pyatv/pull/1274"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> # Relevant Files Found ## pyatv/conf.py ``` """Confi...
4,696
null
zauberzeug/nicegui
# Repository Context Name: zauberzeug/nicegui Description: # Pull Request ## Document how to update context menu items This PR fix #4695 by mentioning how to update context menu items. As it turns out, it's decently tricky. Took me a while to figure out as well, and it's not mentioned in the docs AFAIK. <im...
816
null
IMAP-Science-Operations-Center/imap_processing
# Repository Context Name: IMAP-Science-Operations-Center/imap_processing Description: # Pull Request ## Added FIELDNAMs, LABLAXISs, and CATDESCs for housekeeping attributes This PR adds `FIELDNAM`s, `CATDESC`s, and `LABLAXIS`s to the CoDICE L1 housekeeping CDFs. Closes #776 # Relevant Files Found ## imap_p...
15
null
Velleman/python-linkplay
# Repository Context Name: Velleman/python-linkplay Description: # Pull Request ## Start linting imports This PR starts linting the imports with Ruff. # Relevant Files Found ## src/linkplay/__main__.py ``` import asyncio import aiohttp from linkplay.controller import LinkPlayController async def main(): a...
5,458
null
Lightning-AI/pytorch-lightning
# Repository Context Name: Lightning-AI/pytorch-lightning Description: # Pull Request ## update nightly & upgrade Twine ## What does this PR do? - Update using old Twine for checking package - drop unused pkg rename script - validate also generated wheels ## Before submitting - [ ] Was this discussed/appro...
150
null
open-telemetry/opentelemetry-python-contrib
# Repository Context Name: open-telemetry/opentelemetry-python-contrib Description: # Pull Request ## Fixes and Improvements to botocore instrumentation # Description This PR aims to update the `botocore` instrumentation by doing the following: Fixes: - Removed code that modified `span.resource` since resour...
49
null
zeno-ml/zeno-client
# Repository Context Name: zeno-ml/zeno-client Description: # Pull Request ## fix: prevent auto-overwrite of project values # Description Prevents auto-overwrite of project fields: `public`, `description`, and `samples_per_page`. They are now `None` by default. Needs to be merged with https://github.com/z...
490
null
Volue-Public/energy-mesh-python
# Repository Context Name: Volue-Public/energy-mesh-python Description: # Pull Request ## _common.py: Remove some code duplication # Relevant Files Found ## src/volue/mesh/_common.py ``` """ Common classes/enums/etc. for the Mesh API. """ from __future__ import annotations import datetime import logging impor...
4,543
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Implement a generic API endpoint for enumeration of status codes Adds a generic API endpoint for enumeration of status codes, which will allow external applications (e.g. the mobile app) to access available status codes, as well as transl...
80
null
SparkRibeiro21/charmie_ws
# Repository Context Name: SparkRibeiro21/charmie_ws Description: # Pull Request ## Grab fallen object ## Description   ## Related links   Parent Issue:   - Link   <!-- ⬇️🟢 Private Links:   - [CompanyName internal link]() ⬆️🟢 -->   ## How was this PR tested?   ## Notes for reviewers   None.   ...
429
null
askap-vast/vast-pipeline
# Repository Context Name: askap-vast/vast-pipeline Description: # Pull Request ## Fixed sources table on measurement detail page Fixes #428. # Relevant Files Found ## vast_pipeline/views.py ``` import io import os import json import logging import traceback import dask.dataframe as dd import dask.bag as db impo...
1,179
null
mckinsey/vizro
# Repository Context Name: mckinsey/vizro Description: # Pull Request ## [Bug] Fix info icon rendering without container title ## Description Fixes a bug reported by Alexey where the info icon would render even when the container had no title. ## Screenshot ## Notice - [x] I acknowledge and agree that, by...
57
null
tarao1006/pyheatintegration
# Repository Context Name: tarao1006/pyheatintegration Description: # Pull Request ## Feature/fix typo - `separeted` を `separated` に修正しました。 #50 - `splitted` を `split` に修正しました。 #50 - READMEの画像urlを修正しました。 # Relevant Files Found ## examples/simple/main.py ``` import matplotlib.pyplot as plt import pandas as pd ...
158
null
crypkit/blockapi
# Repository Context Name: crypkit/blockapi Description: # Pull Request ## fix: Blockchair fetch error # Relevant Files Found ## blockapi/v2/api/blockchair.py ``` from abc import ABC from typing import Iterable, List from blockapi.v2.base import BalanceMixin, BlockchainApi, ITransactions from blockapi.v2.coins...
614
null
aisingapore/PeekingDuck
# Repository Context Name: aisingapore/PeekingDuck Description: # Pull Request ## feat: change --verify_install to use tempfile and stream from GCP - Create verification pipeline file in `tempfile.TemporaryDirectory` - Change `--verify_install` to stream from GCP - Change `peekingduck init` to create `model.posen...
244
null
vimalloc/flask-jwt-extended
# Repository Context Name: vimalloc/flask-jwt-extended Description: # Pull Request ## Update max age to still be before 2038 (one year) For issue #243 # Relevant Files Found ## flask_jwt_extended/config.py ``` import datetime from warnings import warn from six import raise_from # In Python 2.7 collections.abc ...
725
null
openedx/tutor-contrib-aspects
# Repository Context Name: openedx/tutor-contrib-aspects Description: # Pull Request ## chore: preparing release 0.100.0 Automated version bump for release 0.100.0. This pull request was automatically generated. It includes the following changes: - Version: 0.100.0 - Previous version: v0.99.0 ## [0.100.0](https:...
19
null
BitterLemonn/AddOn_Platinum
# Repository Context Name: BitterLemonn/AddOn_Platinum Description: # Pull Request ## v1.2.0 [fix] 修复UI注册失败 [change] 更改注册饰品内容内部结构(之前直接在BaubleDict添加的方式将被遗弃) [fix] 修复部分功能函数重构后无法调用的问题 # Relevant Files Found ## behavior_pack_Platinum/Script_Platinum/Script_Main/broadcasterServer.py ``` # coding=utf-8 import re fr...
1,798
null
letta-ai/letta
# Repository Context Name: letta-ai/letta Description: # Pull Request ## fix: use JSON schema name instead of tool name for loading from env **Please describe the purpose of this pull request.** Is it to add a new feature? Is it to fix a bug? **How to test** How can we test your PR during review? What commands...
778
null
dask/dask-ml
# Repository Context Name: dask/dask-ml Description: # Pull Request ## Fix passing `force_all_finite` keyword for `OneHotEncoder.fit` in SK_024 # Relevant Files Found ## dask_ml/preprocessing/_encoders.py ``` from typing import Any, List, Optional, Union import dask import dask.array as da import numpy as np i...
1,460
null
microsoft/lisa
# Repository Context Name: microsoft/lisa Description: # Pull Request ## add force_run for change settings command # Relevant Files Found ## lisa/tools/ethtool.py ``` import re from typing import Any, Dict, List, Set, cast from lisa.executable import Tool from lisa.operating_system import Posix from lisa.util ...
274
null
diem/client-sdk-python
# Repository Context Name: diem/client-sdk-python Description: # Pull Request ## Add reference ID exchange object types Adding data types for reference ID exchange as defined by DIP10 # Relevant Files Found ## src/diem/offchain/__init__.py ``` # Copyright (c) The Diem Core Contributors # SPDX-License-Identifier:...
18
null
Michael1009/cs4260_ISA
# Repository Context Name: Michael1009/cs4260_ISA Description: # Pull Request ## Merge Develop into Master # Relevant Files Found ## isa/jersey/views.py ``` from django.shortcuts import render from django.http import HttpResponse, JsonResponse from django.core import serializers from .models import User, Jersey...
45
null
thisiscam/math-with-slack
# Repository Context Name: thisiscam/math-with-slack Description: # Pull Request ## fix m1 chip detection Attempt at #40 and #44 # Relevant Files Found ## math-with-slack.py ``` #!/usr/bin/env python ################################################################################ # Rendered math (MathJax) with ...
1,965
null
allegro/ralph
# Repository Context Name: allegro/ralph Description: # Pull Request ## Added management IP/hostname to exporter - added management IP/hostname to DataCenterAsset resource - fixed exporting Network when host bits are set - allow to exclude some models from export # Relevant Files Found ## src/ralph/export_to_ng/...
4,463
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## Maputil speedups This is an attempt at something simpler than https://github.com/sunpy/sunpy/pull/4446 to speed up `contains_full_disk` (and other maputils functions). Times are for a 4k AIA image. *`contains_full_disk`* The bottleneck is run...
73
null
Cyberjusticelab/JusticeAI
# Repository Context Name: Cyberjusticelab/JusticeAI Description: # Pull Request ## 999/remove bllipp remove for now # Relevant Files Found ## src/nlp_service/app.py ``` from flask import Flask from flask import jsonify from flask import request from models.question import QuestionOutput from services.tenant_lan...
1,363
null
RhetTbull/osxphotos
# Repository Context Name: RhetTbull/osxphotos Description: # Pull Request ## Implements #1351, --sidecar-filename for import # Relevant Files Found ## osxphotos/cli/import_cli.py ``` """import command for osxphotos CLI to import photos into Photos""" from __future__ import annotations import csv import datac...
321
null
RedHatQE/openshift-python-wrapper
# Repository Context Name: RedHatQE/openshift-python-wrapper Description: # Pull Request ## handle capture syntax ##### Short description: Allow passing capture strings to support nmpolicy. Capture will be passed to interface configuration, dns-resolver, routes, and capture field ##### More details: ##### Wha...
11,484
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Fix error when deploying a remotely loaded flow with options <!-- Thanks for opening a pull request to Prefect! We've got a few requests to help us review contributions: - Make sure that your title neatly summarizes the proposed change...
432
null
zooniverse/aggregation-for-caesar
# Repository Context Name: zooniverse/aggregation-for-caesar Description: # Pull Request ## Add dropdown hash values string to loopup table Fix #431 The hash values used for dropdown tasks are now included in the string lookup table created during extractor configuration. These hash values are the ones that the...
259
null
deepgram/deepgram-python-sdk
# Repository Context Name: deepgram/deepgram-python-sdk Description: # Pull Request ## modified ` response.py ` to add support for tokens issue #170 add new fields related to token support that resulted in modification of ` response.py ` , these changes related to issue #170 # Relevant Files Found ## deepgram/c...
1,053
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## Don't stop plot checking after 1 error # Relevant Files Found ## src/plotting/check_plots.py ``` from typing import List, Dict from pathlib import Path import logging from chiapos import Verifier from collections import Count...
718
null
larq/larq
# Repository Context Name: larq/larq Description: # Pull Request ## Support nested models in ModelProfile Prevents the number of MACs being 0 and some other stats being slightly off. # Relevant Files Found ## larq/models.py ``` import itertools from dataclasses import dataclass from typing import Any, Callable, ...
931
null
moralmunky/Home-Assistant-Mail-And-Packages
# Repository Context Name: moralmunky/Home-Assistant-Mail-And-Packages Description: # Pull Request ## fix: use `async_forward_entry_setups` for HA 2024.7.x+ ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it ...
719
null
opensearch-project/opensearch-py
# Repository Context Name: opensearch-project/opensearch-py Description: # Pull Request ## Add support for urllib3 v2 ### Description Allows using urllib3 v2 if Python version is >= 3.10. The same technique is applied in https://github.com/boto/botocore/pull/3141/files. ### Issues Resolved https://github.c...
716
null
Graviti-AI/tensorbay-python-sdk
# Repository Context Name: Graviti-AI/tensorbay-python-sdk Description: # Pull Request ## fix(client): delete unused flag "is_dynamic=False" in "struct.py" # Relevant Files Found ## tensorbay/client/struct.py ``` #!/usr/bin/env python3 # # Copyright 2021 Graviti. Licensed under MIT License. # """User, Commit, ...
576
null
bcgov/WALLY
# Repository Context Name: bcgov/WALLY Description: # Pull Request ## better management of watershed geom cache # Relevant Files Found ## backend/api/v1/watersheds/controller.py ``` """ Functions for aggregating data from web requests and database records """ import base64 import datetime import logging from os...
2,497
null
RedHatInsights/insights-core
# Repository Context Name: RedHatInsights/insights-core Description: # Pull Request ## Add new parser for octavia conf file * Add new parser OctaviaConf * Add new tests for parser * Add documentation * Filters are added to the parser to ensure proper filtering of collected data Signed-off-by: Bob Fahr <bfa...
8
null
MetroRobots/ros_glint
# Repository Context Name: MetroRobots/ros_glint Description: # Pull Request ## Main Method # Relevant Files Found ## src/ros_glint/terminal.py ``` from colorama import Fore, Style, init init() def color_diff(diff, buffer_size=5): # Buffer size is the number of lines before and after diffs to print b...
1,652
null
k2-fsa/icefall
# Repository Context Name: k2-fsa/icefall Description: # Pull Request ## Add qwen-audio style model training: using whisper + qwen2 The recipe tried to reproduce some Speech Encoder + Projector + LLM training works, e.g. Qwen-audio. Got some initial results using Aishell1. | Training Dataset | Speech E...
39,658
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Improvising high availability field name in hive hook <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information re...
1,436
null
spacetx/starfish
# Repository Context Name: spacetx/starfish Description: # Pull Request ## Instantiate the multiprocessing pool using `with` This ensures we shut down the pool when complete. Test plan: `pytest -v -n4 starfish/core/spots/` Fixes: #1435 # Relevant Files Found ## starfish/core/spots/_detect_pixels/combine_adja...
1,293
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## sqlite test bugfix # Relevant Files Found ## tests/dataset/test_sqlalchemydataset.py ``` try: from unittest import mock except ImportError: import mock import pytest import pandas as pd from tests.test_utils ...
868
null
pymeasure/pymeasure
# Repository Context Name: pymeasure/pymeasure Description: # Pull Request ## Added instrument Teledyne HDO6xxx Fixes #857 Adding support the Teledyne oscilloscope. I am not done yet, but I would like to hear if this approach is acceptable: I am currently extending the `LeCroyT3DSO1204` class, instead of for exa...
6,899
null
Chia-Network/chia-blockchain
# Repository Context Name: Chia-Network/chia-blockchain Description: # Pull Request ## wallet: ignore bad pool configs # Relevant Files Found ## chia/pools/pool_config.py ``` from dataclasses import dataclass from pathlib import Path from typing import List from blspy import G1Element from chia.types.blockcha...
41,427
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: DataFrameGroupBy.__getitem__ with non-unique columns - [ ] closes #xxxx - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards...
10,303
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Add preview_open and preview_close events to Gallery ## Description Closes: #6697 ## 🎯 PRs Should Target Issues Before your create a PR, please check to see if there is [an existing issue](https://github.com/gradio-app/gradio/issu...
77
null
yfzm/poker-bot
# Repository Context Name: yfzm/poker-bot Description: # Pull Request ## Feature/show hand fix #73 # Relevant Files Found ## libs/game.py ``` from enum import IntEnum from functools import wraps from .card import Card from .poker_cmp import poker7 import random from typing import List, Dict from .player import ...
44,068
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: 43909 - check monoticity of rolling groupby - [x] closes #43909 - [x] tests added / passed - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) ...
153
null
cloudtools/stacker
# Repository Context Name: cloudtools/stacker Description: # Pull Request ## Cleanup output on non-verbose runs Removes a lot of the extraneous logging in non-verbose mode, adds an immediate checkpoint dump as soon as the first run is complete (showing you immediately the state of things) This requires that each a...
777
null
Genesis-Embodied-AI/Genesis
# Repository Context Name: Genesis-Embodied-AI/Genesis Description: # Pull Request ## [BUG] Work around OpenGL 4.2 requirement introduced by #545. ## Description Make support of OpenGL 4.2 optional since it is not supported on MacOS. "Disable" viewer features that are relying on it by raising an exception. ##...
427
null
ArkMowers/arknights-mower
# Repository Context Name: ArkMowers/arknights-mower Description: # Pull Request ## 不是新物品更新 是合约赏金和耶拉的私人信件(虽然第二个没什么人留着) 更新材料(晶体合约赏金)(忘了更新) 更新材料(耶拉的私人信件)(忘了更新) 更新物品的json 更新agent的干员名生成(在生成时候) # Relevant Files Found ## autogetres.py ``` import json import shutil import os ################ #############人名 #####...
54
null
qtoggle/qtoggleserver
# Repository Context Name: qtoggle/qtoggleserver Description: # Pull Request ## Loggable event handlers # Relevant Files Found ## qtoggleserver/core/api/funcs/ports.py ``` import asyncio from typing import List from qtoggleserver.conf import settings from qtoggleserver.core import api as core_api from qtoggl...
743
null
aio-libs/aiopg
# Repository Context Name: aio-libs/aiopg Description: # Pull Request ## Bump isort from 4.3.4 to 5.6.4 Bumps [isort](https://github.com/pycqa/isort) from 4.3.4 to 5.6.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pycqa/isort/releases">isort's releases</a>.</em></p> <...
1,384
null
bramstroker/homeassistant-powercalc
# Repository Context Name: bramstroker/homeassistant-powercalc Description: # Pull Request ## Fix decimal conversion error when using template in states power # Relevant Files Found ## custom_components/powercalc/sensor.py ``` """Platform for sensor integration.""" from __future__ import annotations import co...
898
null
Kludex/uvicorn
# Repository Context Name: Kludex/uvicorn Description: # Pull Request ## Config coverage upgrade Another small step to #102 brings config.py from 90 to 92% # Relevant Files Found ## tests/test_config.py ``` import json import socket from copy import deepcopy import pytest import yaml from uvicorn.config impo...
469
null
SukramJ/aiohomematic
# Repository Context Name: SukramJ/aiohomematic Description: # Pull Request ## Add more options for boolean conversions # Relevant Files Found ## hahomematic/helpers.py ``` """ Helper functions used within hahomematic """ from __future__ import annotations import base64 from dataclasses import dataclass from d...
2,229
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [MAINTENANCE] remove the obsolete TODO comments ##### SUMMARY Remove the obsolete TODO comments. ##### ISSUE TYPE <!--- Pick one below and delete the rest --> - MAINTENANCE Pull Request ##### COMPONENT NAME <!...
73
null
briannemsick/barrage
# Repository Context Name: briannemsick/barrage Description: # Pull Request ## [Release 0.3.0a0] Change Development Version **Description**: Set development version to `0.3.0a0`. # Relevant Files Found ## barrage/__init__.py ``` __version__ = "0.2.0" from .log import logger # noqa from .engine import Barrag...
705
null
NVIDIA-Merlin/models
# Repository Context Name: NVIDIA-Merlin/models Description: # Pull Request ## Add EncoderBlock Fixes: - #698 ### Goals :soccer: Introducing a new concept: Encoder which is a block that encodes features into some representation. This class can be used for prediction but can’t be trained/evaluated in isolation...
1,908
null
TileDB-Inc/TileDB-Py
# Repository Context Name: TileDB-Inc/TileDB-Py Description: # Pull Request ## Fix versions for setup.py and daily-numpy Fix versions for setup.py and daily-numpy. Closes https://github.com/TileDB-Inc/TileDB-Py/issues/1898 # Relevant Files Found ## setup.py ``` import glob import multiprocessing import os import...
64
null
OCHA-DAP/hdx-hapi
# Repository Context Name: OCHA-DAP/hdx-hapi Description: # Pull Request ## HDX-9611 national risk theme # Relevant Files Found ## alembic/versions/be60e42db4db_initialization.py ``` """Initialization Revision ID: be60e42db4db Revises: Create Date: 2023-09-20 12:43:26.000600 """ from typing import Sequence, ...
791
null
Anselmoo/spectrafit
# Repository Context Name: Anselmoo/spectrafit Description: # Pull Request ## per: ♻️ Apply refactors ### All PR-Submissions: --- - [x] Have you followed the guidelines in our Contributing document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Anselmoo/sp...
475
null
futuroptimist/token.place
# Repository Context Name: futuroptimist/token.place Description: # Pull Request ## ✨ : – maintain streaming session decrypt state what: keep streaming decrypt sessions alive across reconnects and add tests why: fulfill the streaming roadmap item and prevent UTF-8 decode crashes how to test: pre-commit run --all-fi...
562
null
redhat-openshift-ecosystem/operator-pipelines
# Repository Context Name: redhat-openshift-ecosystem/operator-pipelines Description: # Pull Request ## [ISV-4290] Validate consistency of ocp and k8s version constraints # Relevant Files Found ## operator-pipeline-images/operatorcert/static_tests/community/bundle.py ``` """ Bundle checks for the community ...
431
null
sartography/cr-connect-workflow
# Repository Context Name: sartography/cr-connect-workflow Description: # Pull Request ## User studies endpoint #561 Modifications for the new `StudyCreator` endpoint at UVA PB. The new endpoint returns STUDYID, TITLE, DATECREATED, and DATELASTMODIFIED Note that we now pass the UVA user id in our call to **upda...
188
null
fosslight/fosslight_source_scanner
# Repository Context Name: fosslight/fosslight_source_scanner Description: # Pull Request ## Tox to pytest ## Description **Refactoring the test commands defined in the original tox.ini to use pytest.** ## Type of change <!-- Please insert 'x' one of the type of change. --> - [ ] Bug fix (non-breaking ...
176
null
ScilifelabDataCentre/serve
# Repository Context Name: ScilifelabDataCentre/serve Description: # Pull Request ## SS-932 update password requirement ## Status To set the status of the pull request, use the built-in github feature to set the PR as Draft or Ready for review. ## Description I've added a seemingly well maintained for what...
35
null
dask-contrib/dask-deltatable
# Repository Context Name: dask-contrib/dask-deltatable Description: # Pull Request ## Drop python 3.8 The more recent dask versions no longer support 3.8 and I don't think it's worth keeping it around for this lib # Relevant Files Found ## dask_deltatable/_schema.py ``` from __future__ import annotations """ M...
3
null
Danielhiversen/pyAirthings
# Repository Context Name: Danielhiversen/pyAirthings Description: # Pull Request ## async_timeout>=3.0.0 # Relevant Files Found ## setup.py ``` from setuptools import setup install_requires = [ "aiohttp", "async_timeout" ] setup( name="airthings_cloud", packages=["airthings"], install_re...