pr_id
int64
repo_id
null
repo_name
string
text
string
980
null
inveniosoftware/invenio-communities
# Repository Context Name: inveniosoftware/invenio-communities Description: # Pull Request ## release: v7.1.1 :heart: Thank you for your contribution! ### Description Please describe briefly your pull request. ### Checklist Ticks in all boxes and 🟢 on all GitHub actions status checks are required to me...
37
null
joke2k/faker
# Repository Context Name: joke2k/faker Description: # Pull Request ## Added de_DE localization .. based on [fzaninotto/Faker](https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider/de_DE) + minor cleanup. Best regards from Berlin. # Relevant Files Found ## faker/__init__.py ``` AVAILABLE_LOCALES =...
851
null
holoviz/panel
# Repository Context Name: holoviz/panel Description: # Pull Request ## Set sizing_mode behavior at panel extension load This pr allow to set the default sizing_mode behavior when panel extension is loaded It follows discussion https://github.com/holoviz/panel/issues/823 Howver, it does not fix the issue wich is ...
3,818
null
quay/quay
# Repository Context Name: quay/quay Description: # Pull Request ## db: optimize _get_user_repo_permissions to send to read replica (PROJQUAY-8839) it uses a union query which doesn't invoke the replica selection logic. Make this into 2 seperate queries # Relevant Files Found ## data/model/permission.py ``` from...
6,784
null
pyvista/pyvista
# Repository Context Name: pyvista/pyvista Description: # Pull Request ## Support reading and saving pickled meshes ### Overview Allow using `mesh.save()` and `pv.read()` with `.pkl` or `.pickle` extension. # Relevant Files Found ## pyvista/core/dataobject.py ``` """Attributes common to PolyData and Grid Obje...
61
null
damiafuentes/DJITelloPy
# Repository Context Name: damiafuentes/DJITelloPy Description: # Pull Request ## Added example code for mission pads and referenced it in README Hi guys, Out of the handful of Tello Python projects here, you guys have the most organized and seamlessly working implementation! I wanted to contribute a simple e...
332
null
dropbox/stone
# Repository Context Name: dropbox/stone Description: # Pull Request ## Bumping version to 3.3.6 Bumping version to 3.3.6 ## **Checklist** <!-- For completed items, change [ ] to [x]. --> **General Contributing** - [ ] Have you read the Code of Conduct and signed the [CLA](https://opensource.dropbox.com/cla...
634
null
XENONnT/straxen
# Repository Context Name: XENONnT/straxen Description: # Pull Request ## First nVeto monitor plugin ## What does the code in this PR do / what does it improve? I added a plugin nVetoPeakMonitor at the end of the code. ## Can you briefly describe how it works? I count number of hitlets_nv per channel and numbe...
233
null
kennethreitz/responder
# Repository Context Name: kennethreitz/responder Description: # Pull Request ## WebSocket returns it's better to keep dispatch separated Usage ``` @api.route('/ws', websocket=True) async def ws1(ws): await ws.accept() while True: name = await ws.receive_text() await ws.send_text...
121
null
etingof/pyasn1
# Repository Context Name: etingof/pyasn1 Description: # Pull Request ## Prefer https:// URLs where available # Relevant Files Found ## pyasn1/__init__.py ``` import sys # http://www.python.org/dev/peps/pep-0396/ __version__ = '0.4.2' if sys.version_info[:2] < (2, 4): raise RuntimeError('PyASN1 requires P...
4,501
null
jina-ai/serve
# Repository Context Name: jina-ai/serve Description: # Pull Request ## feat(websocket): json/bytes support # Pull Request Title Support for streaming json using websocket ![websocket](https://user-images.githubusercontent.com/9050737/158654300-f656ec60-8dab-4e05-92ce-8aa1ac3a1495.gif) Closes # (issue) # Rele...
485
null
scikit-hep/particle
# Repository Context Name: scikit-hep/particle Description: # Pull Request ## Add test for None masses Ensure no fishy mass=None appear except for non-known particles and special particles. # Relevant Files Found ## src/particle/particle/convert.py ``` # Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schre...
7
null
Deepomatic/dmake
# Repository Context Name: Deepomatic/dmake Description: # Pull Request ## add support for K8s continuous deployment # Relevant Files Found ## deepomatic/dmake/core.py ``` import os, sys import yaml import deepomatic.dmake.common as common from deepomatic.dmake.common import DMakeException from deepomatic....
10
null
albertogeniola/MerossIot
# Repository Context Name: albertogeniola/MerossIot Description: # Pull Request ## Added support for Mss425e This PR fixes #9 and uses the generic Device defined in PR #7. I had to remove `turn_on` and `turn_off` from the generic Device since the Mss425e does not use `Toggle` but `ToggleX` as it works with multiple...
82
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## Allow kwargs when interacting with contract functions ### What was wrong? Contract functions could not be called with keyword arguments. ### How was it fixed? Added some wizardry to allow it. #### Cute Animal Picture ![il_570xn 504431072_...
1,685
null
huggingface/optimum-habana
# Repository Context Name: huggingface/optimum-habana Description: # Pull Request ## fix video diffusion black output if --bf16 is set. add hpu graph support follow the readme guide PT_HPU_MAX_COMPOUND_OP_SIZE=1 python image_to_video_generation. py --model_name_or_path "stabilityai/stable-video-diffusion-i...
173
null
Mindtrace/mindtrace
# Repository Context Name: Mindtrace/mindtrace Description: # Pull Request ## Feature/160 labelstudio utility revised The PR adds Label studio API revised version of existing [PR]((https://github.com/Mindtrace/mindtrace/pull/161). It is a subset of the same, and would follow another PR to add the remaining changes ...
405
null
ecmwf/anemoi-core
# Repository Context Name: ecmwf/anemoi-core Description: # Pull Request ## fix: Update level retrieval logic ## Description Closes #404 Some datasets have malformed metadata, and fail on the level retrieval ## What problem does this change solve? This updates the logic, including checks for surface level if...
16
null
quentinlampin/microschc
# Repository Context Name: quentinlampin/microschc Description: # Pull Request ## [Bugfix] CoAP zero-length option value Zero-length Option Value are no longer reported by the CoAP parser. # Relevant Files Found ## microschc/__init__.py ``` __version__ = '0.15.1' ``` ## microschc/parser/protocol/coap.py ``` "...
494
null
laminlabs/lamindb
# Repository Context Name: laminlabs/lamindb Description: # Pull Request ## 🚸 Add relationship between `DFolder` and `DObject` Via upgrade of `lnschema-core` to 0.27.1. # Relevant Files Found ## lamindb/_check_versions.py ``` from bionty import __version__ as bionty_v from lndb import __version__ as lndb_v from...
160
null
Noob-mukesh/MukeshRobot
# Repository Context Name: Noob-mukesh/MukeshRobot Description: # Pull Request ## Update global_bans_sql.py # Relevant Files Found ## MukeshRobot/modules/sql/global_bans_sql.py ``` import threading from sqlalchemy import Boolean, Column, Integer, String, UnicodeText from MukeshRobot.modules.sql import BASE, S...
24
null
videosdk-live/agents
# Repository Context Name: videosdk-live/agents Description: # Pull Request ## Add Simli Virtual Avatar Example # Relevant Files Found ## examples/test_cascading_pipeline.py ``` # This test script is used to test cascading pipeline. import asyncio import os from typing import AsyncIterator, Optional from videos...
220
null
coze-dev/coze-py
# Repository Context Name: coze-dev/coze-py Description: # Pull Request ## feat: Support retrieve bot background image <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced background customization options for bots, offering improved ...
2,467
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## Dereference read-only pointers in CFG and decompiler. # Relevant Files Found ## angr/analyses/cfg/cfg_fast.py ``` import itertools import logging import math import re import string from typing import List, Optional from collections import defa...
207
null
fga-eps-mds/2018.2-GamesBI
# Repository Context Name: fga-eps-mds/2018.2-GamesBI Description: # Pull Request ## Mudança de banco e atualização de models ## Descrição O banco foi trocado de mongo para postgres. As models foram atualizadas para seguir o novo padrão da arquitetura ## Related _Issue_ #201 #206 ## Motivação e contexto ...
53
null
gnn-tracking/gnn_tracking
# Repository Context Name: gnn-tracking/gnn_tracking Description: # Pull Request ## Ensure that layer variable is defined even without pixel_only Closes #52 Solution is to always run the `pixel_only` method (renamed now), but to simply "allow everything" if `pixel_only` is not set. # Relevant Files Found ## sr...
39
null
testdrivenio/django-on-docker
# Repository Context Name: testdrivenio/django-on-docker Description: # Pull Request ## dependency updates # Relevant Files Found ## app/hello_django/asgi.py ``` """ ASGI config for hello_django project. It exposes the ASGI callable as a module-level variable named ``application``. For more information on thi...
10
null
MoveOnOrg/fb-to-redshift_deprecated
# Repository Context Name: MoveOnOrg/fb-to-redshift_deprecated Description: # Pull Request ## tweaks to work without redshift enabled # Relevant Files Found ## fb_get_token.py ``` #!/usr/bin/python # -*- coding: utf-8 -*- """ Get access tokens that allow us to get data from Graph API. See README.md for how...
86
null
shawngmc/game-extraction-toolbox
# Repository Context Name: shawngmc/game-extraction-toolbox Description: # Pull Request ## Implements MARVEL vs. CAPCOM Fighting Collection: Arcade Classics Closes #81 Implements MARVEL vs. CAPCOM Fighting Collection: Arcade Classics from Steam. All games are extractable with the exception of the following ones...
8,459
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## BM deployment: use config.AUTH instead of load_auth_config Use standard `config.AUTH` object for bare metal deployment related configuration instead of directly loading the auth.yaml file. This change will allow us to move the BM co...
1,678
null
Giskard-AI/giskard-oss
# Repository Context Name: Giskard-AI/giskard-oss Description: # Pull Request ## GSK-2080 Fix wording ## Description # Relevant Files Found ## giskard/push/__init__.py ``` """ This module defines various push classes used for model debugging. The main classes are: - Push: Base push class - ExamplePush: Push ...
44
null
FINNGEN/META_ANALYSIS
# Repository Context Name: FINNGEN/META_ANALYSIS Description: # Pull Request ## Add mlogp column to results Now mlogp value is reported as its own column. This circumvents problems with p-value appearing as zero (and future problems with pheweb import). #43 Functionally changed the code so that even if only one...
188
null
Turplanlegger/turplanlegger-api
# Repository Context Name: Turplanlegger/turplanlegger-api Description: # Pull Request ## Add checked property on items in itemlist # Relevant Files Found ## tests/test_item_lists.py ``` import json import unittest from turplanlegger.app import create_app, db from turplanlegger.auth.utils import hash_password ...
9,105
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## feat(safe_exec): allow iterators and comprehension # Relevant Files Found ## frappe/core/doctype/report/test_report.py ``` # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # See license.txt from __future__ import unicod...
8
null
astrofrog/astropy
# Repository Context Name: astrofrog/astropy Description: # Pull Request ## Adjust version-checking to switch to builtin if version is wrong This implements the idea I mentioned in astropy/astropy#76 - it seems to run the tests just fine, and I'm on py.test 2.1... # Relevant Files Found ## astropy/tests/helper.p...
1,786
null
typeddjango/django-stubs
# Repository Context Name: typeddjango/django-stubs Description: # Pull Request ## Fix IndexError crash when using `from_queryset()` of custom Manager subclass # I have made things! ## Related issues Fixes https://github.com/typeddjango/django-stubs/issues/1785 ``` File "/.venv/lib/python3.11/site-packa...
1
null
elastic/enterprise-search-python
# Repository Context Name: elastic/enterprise-search-python Description: # Pull Request ## Add enterprise-search-python to Clients CI # Relevant Files Found ## noxfile.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # license agreements. See the NOTICE file distributed with # this work ...
27
null
mila-iqia/babyai
# Repository Context Name: mila-iqia/babyai Description: # Pull Request ## better unblocking To be considered after #26. This PR improves unblocking strategy, making it almost provably correct. This fixes some rare missions of `BossLevel` and quite a few missions (thought not all) of `MiniBossLevel`. Yet to be t...
173
null
wandelbotsgmbh/wandelbots-nova
# Repository Context Name: wandelbotsgmbh/wandelbots-nova Description: # Pull Request ## feat(runner): added result field # Relevant Files Found ## nova/runtime/runner.py ``` import contextlib import contextvars import datetime as dt import io import sys import threading import traceback as tb import uuid from ...
74
null
replicate/monobase
# Repository Context Name: replicate/monobase Description: # Pull Request ## Add --no-cuda flag for CPU only nodes # Relevant Files Found ## src/monobase/build.py ``` import argparse import datetime import itertools import logging import os import os.path import re from opentelemetry import trace from monobas...
7
null
voucherifyio/voucherify-python-sdk
# Repository Context Name: voucherifyio/voucherify-python-sdk Description: # Pull Request ## Naming convention Unified naming convention. Updated Readme and increased Version # Relevant Files Found ## examples/customer_test.py ``` import pprint from voucherify import Client as voucherifyClient """ Initializat...
297
null
California-Planet-Search/radvel
# Repository Context Name: California-Planet-Search/radvel Description: # Pull Request ## added colors to default_colors array Tiny change to add a few more colors to the default_colors array to accommodate fits with lots of new instruments. # Relevant Files Found ## radvel/plot/__init__.py ``` import numpy as n...
1,258
null
open-mmlab/mmdetection3d
# Repository Context Name: open-mmlab/mmdetection3d Description: # Pull Request ## [Fix] Update configs to use new nms config style This is a PR to resolve https://github.com/open-mmlab/mmdetection3d/issues/1254 I tried to follow the migration instructions given in https://github.com/open-mmlab/mmdetection/pull/...
1,736
null
tenstorrent/tt-xla
# Repository Context Name: tenstorrent/tt-xla Description: # Pull Request ## Fix pre-commit Fixing pre-commit on new files. # Relevant Files Found ## tests/jax/multi_chip/bounties/gemma3/gemma3/gemma3_tp.py ``` # SPDX-FileCopyrightText: (c) 2025 Tenstorrent AI ULC # # SPDX-License-Identifier: Apache-2.0 "...
1,030
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Delete bin/generate_truss_examples.py Moved as part of docs unification. Related: https://github.com/basetenlabs/docs.baseten.co/pull/55 # Relevant Files Found ## bin/generate_truss_examples.py ``` """ Script to take the Truss examp...
621
null
lisphilar/covid19-sir
# Repository Context Name: lisphilar/covid19-sir Description: # Pull Request ## Issue613 test ## Related issues #613 ## What was changed - Refactoring - Update tests for speed-up # Relevant Files Found ## covsirphy/analysis/scenario.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import copy from dat...
43
null
jamesturk/scrapelib
# Repository Context Name: jamesturk/scrapelib Description: # Pull Request ## poetry # Relevant Files Found ## setup.py ``` #!/usr/bin/env python from setuptools import setup, find_packages long_description = open('README.rst').read() setup(name="scrapelib", version='1.3.0', py_modules=['scrapelib...
531
null
spdx/tools-python
# Repository Context Name: spdx/tools-python Description: # Pull Request ## Added convenience function to extract SPDX elements by their Id # Relevant Files Found ## src/spdx/document_utils.py ``` # Copyright (c) 2022 spdx contributors # Licensed under the Apache License, Version 2.0 (the "License"); # you may ...
1,406
null
F5Networks/f5-openstack-agent
# Repository Context Name: F5Networks/f5-openstack-agent Description: # Pull Request ## HPB related to 9.8-stable (cherry picked from commit cc6e26bcb33cf40f87e06ecec68a4f391803ff1a) # Relevant Files Found ## f5_openstack_agent/lbaasv2/drivers/bigip/icontrol_driver.py ``` # coding=utf-8# # Copyright (c) 2014-201...
91
null
linkedin/kafka-tools
# Repository Context Name: linkedin/kafka-tools Description: # Pull Request ## Add demote command This takes the given set of brokers to demote, and makes sure that they are not in the front of the replica list. After this action runs, a PLE will move leadership from the demoted brokers. If it is not possible ...
1,263
null
pypa/setuptools
# Repository Context Name: pypa/setuptools Description: # Pull Request ## fix Python 3.7 support - update scanning code to handle pyc header change - handle change to `Exception.__repr__` output # Relevant Files Found ## setuptools/command/bdist_egg.py ``` """setuptools.command.bdist_egg Build .egg distributio...
58,725
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Check docker and docker compose at startup of task sdk integration tests <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for addition...
3,058
null
rapid7/insightconnect-plugins
# Repository Context Name: rapid7/insightconnect-plugins Description: # Pull Request ## [SOAR-18570] Insight VM Cloud 8.1.1 release ## Proposed Changes ### Description Bumping SDK to latest versions Previous PR's: - #3022 - #3057 Describe the proposed changes: - SDK bump to 6.2.3 # Relevan...
21
null
edwork/homeassistant-peloton-sensor
# Repository Context Name: edwork/homeassistant-peloton-sensor Description: # Pull Request ## Change device_state_attributes to extra_state_attributes 2021.12 introduces a new message in the logs for any component using device_state_attributes instead of extra_state_attributes. This minor change is a preventative m...
3,198
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Adding PatchedDeviceArray to drop stride attribute for cupy<7.0 As discussed in [cudf#3236](https://github.com/rapidsai/cudf/pull/3236), cupy does not handle the case that `__cuda_array_interface__['strides'] == None`. However, numba 0.46+ ...
6
null
caktus/django-comps
# Repository Context Name: caktus/django-comps Description: # Pull Request ## Generating Static Comps Basic working command to export templates as static. It still needs some work - Configurable output directory - Cleanup output directory - Assumes using default static file storage (local file system) - Tests But ...
49
null
florimondmanca/aiometer
# Repository Context Name: florimondmanca/aiometer Description: # Pull Request ## Prepare package for Production/Stable status, add Py3.13 This package seems to have serves folks for years without any changes. It is certainly "done". Let's consider it production ready... Then I will release version 1.0. # Relev...
10
null
lxyu/pinyin
# Repository Context Name: lxyu/pinyin Description: # Pull Request ## Fix conversion for characters with vowel ü (v) Diacritical conversion failed silently for inputs like 少女, returning "shǎo" instead of the correct "shǎonv̌". The code for choosing the right character to add the diacritical mark to failed to consid...
39
null
taskiq-python/taskiq
# Repository Context Name: taskiq-python/taskiq Description: # Pull Request ## Fixed parameter parsing for string annotations. This request fixes type resolving for python3.11+. Since in modern versions of python all types are converted to strings. You can enable this by importing ``` from __future__ import...
3,645
null
mosaicml/composer
# Repository Context Name: mosaicml/composer Description: # Pull Request ## Update pre-commit requirement from <4,>=3.4.0 to >=3.4.0,<5 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a h...
1,260
null
OGGM/oggm
# Repository Context Name: OGGM/oggm Description: # Pull Request ## Add cook_rgidf to docs and small change <!-- Thank you for your pull request! Below are a few things we ask you kindly to self-check before (or during) the process! Remove checks that are not relevant. --> cc @Keeptg # Relevant Fil...
181
null
rdegges/django-twilio
# Repository Context Name: rdegges/django-twilio Description: # Pull Request ## django 3.1 support # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- from __future__ import unicode_literals, absolute_import from os.path import abspath, dirname, join, normpath from setuptools import find_packages, s...
3,435
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## fix(general): Fix file paths in k8s and bicep **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** ## Description Files paths for k8s and bicep included absolute pat...
188
null
astropy/astrowidgets
# Repository Context Name: astropy/astrowidgets Description: # Pull Request ## Remove interface definition and api testing infrastructure # Relevant Files Found ## astrowidgets/ginga.py ``` """Module containing core functionality of ``astrowidgets``.""" # STDLIB import functools from pathlib import Path import...
454
null
geopython/pywps
# Repository Context Name: geopython/pywps Description: # Pull Request ## fix #447 # Overview Fixes #447 # Contribution Agreement (as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing) - [x] I'd like to contribute [feature X|bugfix Y|docs|something else] to P...
1,131
null
vertica/VerticaPy
# Repository Context Name: vertica/VerticaPy Description: # Pull Request ## Plotly Scatter Plot - bugfix + Unit Test update Previously, when using the "by" option, the data type for x-axis and y-axis became string. This caused the plot to be misleading as it was more of a categorial axis than numerical. I fixed ...
113
null
dominodatalab/python-domino
# Repository Context Name: dominodatalab/python-domino Description: # Pull Request ## [DOM-33608] List type fix for EDV support ### What's the problem? Scheduled jobs were failing because of a list type error ### Solution? Change type `List` to `list` ### JIRA [DOM-33608](https://dominodatalab.atlassian.ne...
5
null
nabobery/veo3-workflow-agents
# Repository Context Name: nabobery/veo3-workflow-agents Description: # Pull Request ## 📝 Add docstrings to `feat/veo3-integration` Docstrings generation was requested by @nabobery. * https://github.com/nabobery/veo3-workflow-agents/pull/4#issuecomment-3202163806 The following files were modified: * `notebook_d...
136
null
Kubeinit/kubeinit
# Repository Context Name: Kubeinit/kubeinit Description: # Pull Request ## feat: add simple agent skeleton This patch adds a simple skeleton code for the agent # Relevant Files Found # Edits This pull request adds a basic skeleton for a Kubeinit agent, introducing a modular structure for a command-line interf...
63
null
w4n9H/autocoder-nano
# Repository Context Name: w4n9H/autocoder-nano Description: # Pull Request ## Dev # Relevant Files Found ## src/autocoder_nano/agent/agentic_edit.py ``` import hashlib import json import os import re import time import xml.sax.saxutils from copy import deepcopy # from importlib import resources from typing imp...
332
null
celery/django-celery
# Repository Context Name: celery/django-celery Description: # Pull Request ## Fix WorkerState.is_alive() not accurate when settings.USE_TZ = True and ... ...the local timezone is not UTC. WorkerState.is_alive() uses local timestamp (`time()`) to compare the database timestamp. If `USE_TZ` is True in Django settin...
5,788
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [shardformer] fix import ## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [ ] I have ad...
3
null
genaasia/N-rep
# Repository Context Name: genaasia/N-rep Description: # Pull Request ## Feature/ex match # Relevant Files Found ## src/text2sql/evaluation/metrics/__init__.py ``` from .execution_match import df_execution_match ``` ## src/text2sql/evaluation/metrics/execution_match.py ``` from txt2sql.metrics import executi...
137
null
nari-labs/dia
# Repository Context Name: nari-labs/dia Description: # Pull Request ## Gradio UI Improvements - Added Gradio Seed Input, Audio Prompt Transcript Field, Console Log Outputs ## Changes - Added seed input option to Gradio parameters interface - Implemented automatic random seed generation when none is provided - D...
27
null
PlaidWeb/Authl
# Repository Context Name: PlaidWeb/Authl Description: # Pull Request ## Add email throttling and improve testability of email_addr handler Fixes #18 # Relevant Files Found ## authl/__init__.py ``` """ Authl: A wrapper library to simplify the implementation of federated identity """ import logging import requ...
1
null
cmcmarrow/tamcolors
# Repository Context Name: cmcmarrow/tamcolors Description: # Pull Request ## move tests move tests # Relevant Files Found ## setup.py ``` from distutils.core import setup, Extension import platform import os def readme(): with open(os.path.join("tamcolors", "README")) as f: return f.read() ext_m...
16,344
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Cleanup: Remove unused variable in lax.scan test The parameter `SCAN_IMPLS` seems not being used for over 10 months, and is replaced by `SCAL_IMPLS_WITH_FOR` fully. This is a result of several PRs: #11301, #11344, #11900, #11954 and #12149. This c...
127
null
gabrieldemarmiesse/python-on-whales
# Repository Context Name: gabrieldemarmiesse/python-on-whales Description: # Pull Request ## Bump version to 0.13.1 # Relevant Files Found ## setup.py ``` from pathlib import Path from setuptools import find_packages, setup CURRENT_DIR = Path(__file__).parent def get_long_description() -> str: return (...
80
null
clear-street/studio-sdk-python
# Repository Context Name: clear-street/studio-sdk-python Description: # Pull Request ## chore(internal): add support for TypeAliasType # Relevant Files Found ## src/studio_sdk/_models.py ``` from __future__ import annotations import os import inspect from typing import TYPE_CHECKING, Any, Type, Union, Generic...
8
null
BarinthusBio/HLAfreq
# Repository Context Name: BarinthusBio/HLAfreq Description: # Pull Request ## Revert "HLAF-8 better tests" Reverts BarinthusBio/HLAfreq#7 # Relevant Files Found ## src/HLAfreq/HLAfreq.py ``` """ Download and combine HLA allele frequencies from multiple datasets. Download allele frequency data from [allelefrequ...
106
null
copier-org/copier
# Repository Context Name: copier-org/copier Description: # Pull Request ## Basic support for automatic copy updates TODO: - [x] Remove from WIP when #103 is merged and commits from that PR are removed from this one. --- This is a totally breaking PR. It had to come sooner or later... Before this patch,...
6
null
ilias4780/fpl_statistics_ui_app
# Repository Context Name: ilias4780/fpl_statistics_ui_app Description: # Pull Request ## Update to version 1.8.0 # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see...
120
null
5g-empower/empower-runtime
# Repository Context Name: 5g-empower/empower-runtime Description: # Pull Request ## Update in the Wi-Fi slice descriptor # Relevant Files Found ## empower/core/slice.py ``` #!/usr/bin/env python3 # # Copyright (c) 2016 Roberto Riggio # # Licensed under the Apache License, Version 2.0 (the "License"); # you may...
427
null
NVIDIA-Merlin/NVTabular
# Repository Context Name: NVIDIA-Merlin/NVTabular Description: # Pull Request ## adding cvg temp fix This fixes the convergence issues in pytorch reported previously. # Relevant Files Found ## nvtabular/loader/torch.py ``` # # Copyright (c) 2020, NVIDIA CORPORATION. # # Licensed under the Apache License, Vers...
1,586
null
ethereum/consensus-specs
# Repository Context Name: ethereum/consensus-specs Description: # Pull Request ## fix default value in compute_domain Fixes #1582 Default value being passed into `compute_domain` was not being overridden when using alternative configuration files. Instead, default to `None` and conditionally set the variable i...
1,570
null
open-mmlab/mmpretrain
# Repository Context Name: open-mmlab/mmpretrain Description: # Pull Request ## [Fix] Fix ddp bugs Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make t...
717
null
sunpy/sunpy
# Repository Context Name: sunpy/sunpy Description: # Pull Request ## fix astropy Quantity error in draw_limb see astropy/#1881 # Relevant Files Found ## sunpy/map/mapbase.py ``` """ Map is a generic Map class from which all other Map classes inherit from. """ from __future__ import absolute_import #pylint: di...
329
null
sblibs/pySwitchbot
# Repository Context Name: sblibs/pySwitchbot Description: # Pull Request ## Add support for switchbot air purifier This adds support for switchbot air purifierin preparation to start working on HA integration. # Relevant Files Found ## switchbot/__init__.py ``` """Library to handle connection with Switchbot."""...
42
null
dcramer/django-devserver
# Repository Context Name: dcramer/django-devserver Description: # Pull Request ## improve memory usage report This commit correctly report memory allocation, deallocation and total heap size between request. As discussed at https://github.com/dcramer/django-devserver/issues/41#issuecomment-1856952 # Relevant Fi...
1,032
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Parse alter default privileges and more Postgres access privileges Resolves #348 and #350 # Relevant Files Found ## src/sqlfluff/dialects/dialect_ansi.py ``` """The core ANSI dialect. This is the core SQL grammar. We'll probably extend ...
332
null
numalariamodeling/covid-chicago
# Repository Context Name: numalariamodeling/covid-chicago Description: # Pull Request ## Add CSV dropdown selector This PR adds a CSV dropdown selector. # Relevant Files Found ## plotly_dash/app.py ``` # -*- coding: utf-8 -*- # Operational Libs import logging import os import glob # Dash Libs import dash impor...
113
null
flypipe/flypipe
# Repository Context Name: flypipe/flypipe Description: # Pull Request ## 112 bug graph html edge check selected columns # Relevant Files Found ## flypipe/catalog/node.py ``` import inspect import types import os from pathlib import Path from flypipe.node_graph import RunStatus from flypipe.node_function...
14,842
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Pytest should delete all temporary files I want to merge this change because Pytest should delete all temporary files. <!-- Please mention all relevant issue numbers. --> # Impact - [ ] New migrations - [ ] New/Updated API fields or m...
10,088
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## docs(sdk): lazydocs automations init.pyi Description ----------- <!-- Include reference to internal ticket "Fixes WB-NNNNN" and/or GitHub issue "Fixes #NNNN" (if applicable) --> Hides Classes from lazydocs generations using comment (then get...
157
null
kpn/kstreams
# Repository Context Name: kpn/kstreams Description: # Pull Request ## break(AsyncGenerator): Stream as async generators (yield from stream)… … are only available with the new typing approach # Relevant Files Found ## examples/fastapi-sse/fastapi_sse/__main__.py ``` import logging import uvicorn if __name__ ==...
57
null
ds-wizard/engine-tools
# Repository Context Name: ds-wizard/engine-tools Description: # Pull Request ## Hotfix 3.20.1 (develop) # Relevant Files Found ## packages/dsw-data-seeder/dsw/data_seeder/consts.py ``` PROG_NAME = 'dsw-seeder' VERSION = '3.20.0' NULL_UUID = '00000000-0000-0000-0000-000000000000' LOGGER_NAME = 'DSW_DATA_SEEDER...
21,604
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## libfyaml: new package # Relevant Files Found # Edits This pull request adds a new package for libfyaml, a fully featured YAML parser and emitter that supports the latest YAML specification and passes the full YAML test suite. The key change...
1,328
null
softlayer/softlayer-python
# Repository Context Name: softlayer/softlayer-python Description: # Pull Request ## V5.9.0 Changelog ## [5.9.0] - 2020-08-03 https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0 - #1280 Notification Management + slcli user notifications + slcli user edit-notifications - #828 Added netwo...
13,408
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## [batch] Use new v3 billing tables on the driver and front end Let's use the new compacted billing tables! # Relevant Files Found ## batch/batch/driver/main.py ``` import asyncio import copy import json import logging import os import re impor...
1,711
null
open-mmlab/mmdeploy
# Repository Context Name: open-mmlab/mmdeploy Description: # Pull Request ## [Fix] fix torch allocator resouce releasing #1708 # Relevant Files Found ## mmdeploy/backend/tensorrt/torch_allocator.py ``` # Copyright (c) OpenMMLab. All rights reserved. import tensorrt as trt import torch from mmdeploy.utils impo...