pr_id
int64
repo_id
null
repo_name
string
text
string
96
null
Amourspirit/python_ooo_dev_tools
# Repository Context Name: Amourspirit/python_ooo_dev_tools Description: # Pull Request ## Develop # Relevant Files Found ## ooodev/__init__.py ``` __version__ = '0.0.1' ``` # Edits This pull request updates the project version incrementally from `0.0.1` to `0.1.2`, primarily through a series of documentati...
32
null
scaleapi/scale-agentex-python
# Repository Context Name: scaleapi/scale-agentex-python Description: # Pull Request ## Fs/ag/notebooks2 # Relevant Files Found ## src/agentex/resources/agents.py ``` # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from __future__ import annotations from typing import Uni...
3,397
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Limit PFB IDs to 254 or fewer characters (#3313) https://github.com/DataBiosphere/azul/issues/3313 Author - [x] PR title references issue - [x] PR title matches issue title (preceded by `Fix: ` for bugs) <sub>or there is a good re...
180
null
IntersectMBO/cardano-node-tests
# Repository Context Name: IntersectMBO/cardano-node-tests Description: # Pull Request ## Pool refactor # Relevant Files Found ## cardano_node_tests/tests/test_pools.py ``` import json import logging from pathlib import Path from typing import List import allure import hypothesis import hypothesis.strategies a...
6,276
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## Use a single extend to add the global build number, extend expects a … …list, so a string will be converted into a list of chars ### Tests * Ran tests with multi-digit build numbers to confirm ### References * Link to impacted...
451
null
neo4j-contrib/neomodel
# Repository Context Name: neo4j-contrib/neomodel Description: # Pull Request ## Minor edits to Changelog and others files in preparation for a release # Relevant Files Found ## setup.py ``` import sys from setuptools import setup, find_packages setup( name='neomodel', version='4.0.0', description...
940
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Bugpage #893 # Relevant Files Found ## decksite/main.py ``` import os import re import traceback from flask import make_response, redirect, request, send_file, send_from_directory, url_for from werkzeug import except...
8,760
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Snowflake IO Manager handle pandas timestamps ### Summary & Motivation snowflake can't directly store pandas timestamps (https://github.com/snowflakedb/snowflake-connector-python/issues/616) so convert to strings that snowflake will inter...
1,482
null
gitpython-developers/GitPython
# Repository Context Name: gitpython-developers/GitPython Description: # Pull Request ## Add commit co-authors support Add co_authors property to the Commit object, which parses the commit message for designated co-authors, include a simple test. # Relevant Files Found ## git/config.py ``` # config.py # Copyrigh...
120
null
posit-dev/pointblank
# Repository Context Name: posit-dev/pointblank Description: # Pull Request ## feat: allow basic control of header in get_step_report() This PR allows the user to customize the header of any step report through the new `header=` arg in `get_step_report()`. Fixes: https://github.com/posit-dev/pointblank/issues/11...
5,542
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## Expand the type of `callbacks` in optimize to `Iterable` <!-- Thank you for creating a pull request! In general, we merge your pull request after it gets two or more approvals. To proceed to the review process by the maintainers, please make su...
2,425
null
alan-turing-institute/data-safe-haven
# Repository Context Name: alan-turing-institute/data-safe-haven Description: # Pull Request ## :arrow_up: Update Pulumi Docker images :warning: In order for CI to run on this PR it needs to be manually closed and re-opened :warning: ### :arrow_heading_up: Summary - Update Docker image versions from be5faede98e0de...
146
null
netket/netket
# Repository Context Name: netket/netket Description: # Pull Request ## Add automatic generation of markdown docs + extract all class methods To generate documentation now just go to '/Docs' and do ``` python make_all_docs.py ``` if a new submodule is added to main netket module, it must be manually added i...
2,270
null
devitocodes/devito
# Repository Context Name: devitocodes/devito Description: # Pull Request ## deps: support python 3.12 # Relevant Files Found ## devito/__init__.py ``` from itertools import product # Import the global `configuration` dict from devito.parameters import * # noqa # DSL imports from devito.types import NODE, CE...
2
null
reinhrst/abstractcp
# Repository Context Name: reinhrst/abstractcp Description: # Pull Request ## Extend the fix for ignoring private attributes to subclasses without Abstract in bases I found that issue #1 was still occuring with v0.9.7 when I had a parent class (`A`) with `abc.ABC` and `Abstract` as parents, and a subclass of `A` wi...
3
null
TheMTank/ai-distillery
# Repository Context Name: TheMTank/ai-distillery Description: # Pull Request ## Added json output to ner.py for all entities Changed generator to list. Added try catch for the odd failure of text file being too big # Relevant Files Found ## ner.py ``` """ ner.py (Executable) Extract named entities from a text ...
50
null
exoplanet-dev/pymc-ext
# Repository Context Name: exoplanet-dev/pymc-ext Description: # Pull Request ## Replace deprecated `compile_pymc()` with new name `compile()` This was issuing a warning with the latest PyMC version. # Relevant Files Found ## src/pymc_ext/utils.py ``` __all__ = [ "Evaluator", "eval_in_model", "sample...
275
null
kayak/pypika
# Repository Context Name: kayak/pypika Description: # Pull Request ## Fixes for #270, #271 and #272 Fixes for each of the following issues: - #270: Dialect is now passed to function arguments - #271: All imports are now absolute - #272: `get_sql` now matches `__str__` behaviour by passing dialect in kwargs A...
2
null
sigma7863/skills-getting-started-with-github-copilot
# Repository Context Name: sigma7863/skills-getting-started-with-github-copilot Description: # Pull Request ## Improve student activity registration system <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * View comprehensive list of regist...
477
null
jupyter-server/jupyter_server
# Repository Context Name: jupyter-server/jupyter_server Description: # Pull Request ## Use Jupyter Packaging * Use the build backend and functions from `jupyter_packaging` and remove `setupbase.py` * Move static config to `setup.cfg` * Switch to `tbump` for version bumping * Add `check-manifest` support # Rele...
33
null
StenSipma/astrometry_net_client
# Repository Context Name: StenSipma/astrometry_net_client Description: # Pull Request ## Upgrade version 2.7 -> 2.8 # Relevant Files Found ## setup.py ``` import setuptools with open("README.rst", "r") as f: long_description = f.read() setuptools.setup( name="astrometry_net_client", version="0.2....
129
null
atlanhq/atlan-python
# Repository Context Name: atlanhq/atlan-python Description: # Pull Request ## Am 257 - Calculate aggregations # Relevant Files Found ## pyatlan/client/atlan.py ``` # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 Atlan Pte. Ltd. # Based on original code from https://github.com/apache/atlas (under Apache-...
52
null
Fingerstyle-Taiwan/django-backend
# Repository Context Name: Fingerstyle-Taiwan/django-backend Description: # Pull Request ## implement content-type module for like system ## 描述 implement content-type module for like system # Relevant Files Found ## app/contest/serializers.py ``` from core.models import Contest from rest_framework import se...
25
null
virt-s1/os-tests
# Repository Context Name: virt-s1/os-tests Description: # Pull Request ## Add a case to check process with high usage of Memory. # Relevant Files Found ## os_tests/tests/test_general_check.py ``` import unittest from os_tests.libs import utils_lib import json import os import re import time class TestGeneralC...
8
null
WikimediaNorge/UKBot
# Repository Context Name: WikimediaNorge/UKBot Description: # Pull Request ## Legger til PLURAL Bør testes først, så klart, det får ikke jeg til. # Relevant Files Found ## bot/ukbot.py ``` #encoding=utf-8 from __future__ import unicode_literals import matplotlib matplotlib.use('svg') import numpy as np import ...
315
null
opendatacube/odc-tools
# Repository Context Name: opendatacube/odc-tools Description: # Pull Request ## fix typo # Relevant Files Found ## libs/stats/odc/stats/_pq.py ``` """ Sentinel 2 pixel quality stats """ from functools import partial from typing import List, Dict, Optional, Tuple, cast, Iterable import xarray as xr from odc.a...
2,073
null
department-of-veterans-affairs/notification-api
# Repository Context Name: department-of-veterans-affairs/notification-api Description: # Pull Request ## HOTFIX - Push Back Comp and Pen Notifications <!-- Before you open this PR, make sure that you review and are taking steps to follow [the Definition of Mergeable in our team agreement](https://docs.google.com/...
1,287
null
ansible/eda-server
# Repository Context Name: ansible/eda-server Description: # Pull Request ## refactor: rename dispatch to queue_dispatch Minor refactor around the function `dispatch` this is to avoid confusion with dispatcherd. # Relevant Files Found ## src/aap_eda/tasks/orchestrator.py ``` # Copyright 2023 Red Hat, Inc. # # ...
11
null
greenwyrt/plover2CAT
# Repository Context Name: greenwyrt/plover2CAT Description: # Pull Request ## Add tab to align paper tape in strokes list I've mentioned attempts at making the paper tape easier to read before. The entire refactor would be really hard, but over a few weeks of testing this easier solution works really well and prov...
4,250
null
dmlc/dgl
# Repository Context Name: dmlc/dgl Description: # Pull Request ## [Bug] Record stream when using another CUDA stream for data transfer ## Description This is to fix #4247. https://github.com/pytorch/pytorch/issues/23729 explains why we need `.record_stream()`. ### Known issue: Subgraph transfer will be in t...
5,809
null
hpcaitech/ColossalAI
# Repository Context Name: hpcaitech/ColossalAI Description: # Pull Request ## [shardformer]upgrade transformers for llama ## 📌 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 descriptio...
10
null
ArtificialStellarPopulations/ArtPop
# Repository Context Name: ArtificialStellarPopulations/ArtPop Description: # Pull Request ## Add extinction option round 2 ![giphy](https://user-images.githubusercontent.com/10998105/170163665-474089c5-e9be-4a7a-a638-8d135d96a406.gif) ## Overview I realized today that my previous attempt at this (PR #9) had ...
8
null
Bin4ry/free-dog-sdk
# Repository Context Name: Bin4ry/free-dog-sdk Description: # Pull Request ## fix: fix low level state parsing This update fixes parsing of low level state packages # Relevant Files Found ## ucl/lowState.py ``` from ucl.enums import MotorModeLow, GaitType, SpeedLevel from enum import Enum from ucl.common import ...
14
null
czi-ai/cryolens
# Repository Context Name: czi-ai/cryolens Description: # Pull Request ## feat: Add Copick integration module for loading cryoET data - Add CopickDataLoader class for loading particles from Copick projects - Support for ML Challenge datasets from CZ cryoET Data Portal - Extract particles with orientations and pos...
53
null
fox-it/dissect.cstruct
# Repository Context Name: fox-it/dissect.cstruct Description: # Pull Request ## Return self on load for chaining Makes the API a bit nicer for loading definitions. ```python c_foo = cstruct().load(foo_def) ``` # Relevant Files Found ## dissect/cstruct/cstruct.py ``` from __future__ import print_function i...
17
null
fblissjr/ComfyUI-QwenImageWanBridge
# Repository Context Name: fblissjr/ComfyUI-QwenImageWanBridge Description: # Pull Request ## z-image updates # Relevant Files Found ## __init__.py ``` """ ComfyUI-QwenImageWanBridge Qwen2.5-VL implementation with custom vision support """ NODE_CLASS_MAPPINGS = {} NODE_DISPLAY_NAME_MAPPINGS = {} # Web directo...
111
null
JeetShetty/GreenPiThumb
# Repository Context Name: JeetShetty/GreenPiThumb Description: # Pull Request ## Changing RecordProcessor to return success This allows the main script to know if there was anything in the queue. The main script can then process records rapidly if any are in the queue, but will sleep briefly if the queue is empt...
18,671
null
PrefectHQ/prefect
# Repository Context Name: PrefectHQ/prefect Description: # Pull Request ## Add CTA for contributing examples Adds a link to the contributing examples doc on the examples index page and adds a warning comment to autogenerated examples pages. # Relevant Files Found ## scripts/generate_example_pages.py ``` import ...
6
null
nrsyed/youtube-audio-matcher
# Repository Context Name: nrsyed/youtube-audio-matcher Description: # Pull Request ## Docker and MySQL support Add basic support for Docker builds and MySQL. # Relevant Files Found ## setup.py ``` from setuptools import setup setup( name="youtube-audio-matcher", version="0.6", url="https://github.c...
38,989
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## fix `mistral3` tests # What does this PR do? Mistral3's processor will return different prompt on different days, something like ``` Your knowledge base was last updated on 2023-10-01. The current date is 2025-06-24. ``` s...
29,230
null
vllm-project/vllm
# Repository Context Name: vllm-project/vllm Description: # Pull Request ## [Doc]: fix typos in various files ## Purpose Improve quality by fixing typos: see commit diffs ## Test Plan N/A ## Test Result N/A --- - [X] The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)"...
2,709
null
PokemonGoF/PokemonGo-Bot
# Repository Context Name: PokemonGoF/PokemonGo-Bot Description: # Pull Request ## Adding a heartbeat to the analytics Short Description: ## Fixes: ## - # Relevant Files Found ## pokecli.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """ pgoapi - Pokemon Go API Copyright (c) 2016 tjado <https://github....
297
null
clawpack/visclaw
# Repository Context Name: clawpack/visclaw Description: # Pull Request ## Add ability to pass norm and alpha values to imshow I've found it useful to be able to specify a norm object to plotitem for 2d_imshow e.g., ```python plotitem.imshow_norm = mpl.colors.LogNorm(0.001, 10, clip=True) ``` Similarly...
639
null
nh-server/Kurisu
# Repository Context Name: nh-server/Kurisu Description: # Pull Request ## fix slowmode logging Channel being passed in context is the channel being messaged in, not the channel being mentioned in the message <!-- * If adding words to the filter list in events.py, make sure all characters are lowercase and cons...
370
null
ansys/pyensight
# Repository Context Name: ansys/pyensight Description: # Pull Request ## Volume render demo and aero forces demo Added two basic demos: aero force calculation & volume rendering demo. # Relevant Files Found # Edits This pull request adds two new demonstration scripts to the PyEnSight examples: one for calcula...
30
null
knavesec/CredMaster
# Repository Context Name: knavesec/CredMaster Description: # Pull Request ## Fix "continuing" Typo The plugin template and all current plugins have a typo in the line: "Connection success, continu**t**ing." This is a tiny change that corrects that typo in all files. # Relevant Files Found ## plugins/adfs/__init_...
113
null
ScanOC/trunk-player
# Repository Context Name: ScanOC/trunk-player Description: # Pull Request ## Adds Docker TLS, Docs Updates, and RawID Field support Adds Docker TLS, Docs Updates, and RawID Field support # Relevant Files Found ## radio/admin.py ``` from django.contrib import admin from django import forms from django.contrib.ad...
89
null
YaoFANGUK/video-subtitle-extractor
# Repository Context Name: YaoFANGUK/video-subtitle-extractor Description: # Pull Request ## * 修复视频文件路径含有空格时会导致vsf命令调用失败 1 # Relevant Files Found ## backend/main.py ``` # -*- coding: utf-8 -*- """ @Author : Fang Yao @Time : 2021/3/24 9:28 上午 @FileName: main.py @desc: 主程序入口文件 """ import re import os import r...
620
null
UKGovernmentBEIS/control-arena
# Repository Context Name: UKGovernmentBEIS/control-arena Description: # Pull Request ## fix: Async scoring bug ## Summary Fix issues with reducers in async scoring: * Update inspect version to later that supports returning None from a scorer * Use this to handle skips in post scoring function * Make the fix scori...
6,976
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Bump grpcio-tools from 1.59 to 1.62 - Bump up grpcio-tools to version 1.62.3 This is the most recent version compatible with protobuf-4.x which is required for compatibility of cirq-google with internal projects. - Bump mypy-protobuf to ...
50
null
carbonblack/cbc-syslog
# Repository Context Name: carbonblack/cbc-syslog Description: # Pull Request ## Release note and config test ## Pull request checklist Please check if your PR fulfills the following requirements: <!-- These checkboxes can be checked like this: [x] no spaces between the brackets and the x!--> - [x] Docs have b...
429
null
inspirehep/inspirehep
# Repository Context Name: inspirehep/inspirehep Description: # Pull Request ## submissions: handle "other" for field of interest * INSPIR-2671 # Relevant Files Found ## backend/tests/unit/submissions/test_jobs.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2019 CERN. # # inspirehep is free software; you can r...
18
null
qquerellka/teamfinder
# Repository Context Name: qquerellka/teamfinder Description: # Pull Request ## frontend: add Dockerfile # Relevant Files Found ## backend/presentations/app.py ``` # ============================================================================= # ФАЙЛ: backend/presentations/app.py # КРАТКО: создаёт и настраивает...
3,836
null
hypothesis/lms
# Repository Context Name: hypothesis/lms Description: # Pull Request ## LTI1.3 core certification func tests Functional tests for the LTI1.3 core certification. I kept a 1 to 1 relation with the cases in the certification tool. - For the the first ones, the bad payloads ones, the tools runs the same tests wi...
22
null
jugmac00/hibpcli
# Repository Context Name: jugmac00/hibpcli Description: # Pull Request ## Make sure module can be used as main programm Python has this interesting idiom "if __name__ == __main__", which determines what to do when a module is imported or directly called. It is odd to test, though, as - when importing the modul...
1,577
null
useblocks/sphinx-needs
# Repository Context Name: useblocks/sphinx-needs Description: # Pull Request ## 🧪 Fix schema benchmark tests Benchmark tests were broken and this went undetected. Benchmark should run in a small form on each PR to make sure they are not broken. # Relevant Files Found ## tests/conftest.py ``` """Pytest conftes...
26
null
unfoldadmin/django-unfold
# Repository Context Name: unfoldadmin/django-unfold Description: # Pull Request ## feat: darkmode support # Relevant Files Found ## src/unfold/admin.py ``` import copy from functools import update_wrapper from django import forms from django.contrib.admin import ModelAdmin as BaseModelAdmin from django.contri...
798
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Fixes and improvements to lottery script Fixes lottery code for using multiple priorities and StudentSubjectInterest, and adds an option to fill out lower priorities for students based on their interesteds. If someone wants to...
432
null
ARTbio/tools-artbio
# Repository Context Name: ARTbio/tools-artbio Description: # Pull Request ## V2 of Cherry_pick_fasta tool This version implement search of headers without the string search It also implement a multi-search level through a text dataset containing a list of term to search # Relevant Files Found ## tools/cherry_pi...
128
null
csiro-coasts/emsarray
# Repository Context Name: csiro-coasts/emsarray Description: # Pull Request ## Add image comparison tests using pytest-mpl # Relevant Files Found ## tests/test_plot.py ``` import logging import pathlib import cartopy.crs import matplotlib.figure import matplotlib.pyplot import numpy import pytest import shape...
257
null
mcp-getgather/mcp-getgather
# Repository Context Name: mcp-getgather/mcp-getgather Description: # Pull Request ## refactor: alltrails feed using distillation <img width="942" height="759" alt="Screenshot 2025-09-11 at 20 51 36" src="https://github.com/user-attachments/assets/79ffcb47-75f2-4c26-9945-3c3cf1d02ee5" /> # Relevant Files Found ...
27,744
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## groq[patch]: update standard tests - Add xfail on integration test (fails [> 50% of the time](https://github.com/langchain-ai/langchain/actions/workflows/scheduled_test.yml)); - Remove xfail on passing unit test. # Relevant Files Fou...
56
null
GlobalFishingWatch/ais-tools
# Repository Context Name: GlobalFishingWatch/ais-tools Description: # Pull Request ## Improved checksum Copy the improved checksum c code from the tagblock-c branch This helps with * Better buffer overrun protection * Better module layout for c code * Fix error reported on exit about bad refcount, caused ...
216
null
PointOneNav/fusion-engine-client
# Repository Context Name: PointOneNav/fusion-engine-client Description: # Pull Request ## Resolved log search issues when specifying local directories/files. # Changes - Refactored log search to check: exact file matches, local files/directories, local glob patterns, log dir pattern match # Fixes - Fixed inco...
182
null
guillermooo/dart-sublime-bundle
# Repository Context Name: guillermooo/dart-sublime-bundle Description: # Pull Request ## Small fixes # Relevant Files Found ## dartlint.py ``` # This module uses multiple threads. We don't do any synchronization with ST # because its API is reportedly fully thread-safe: # http://www.sublimetext.com/docs/3/api_...
1,557
null
fedspendingtransparency/data-act-broker-backend
# Repository Context Name: fedspendingtransparency/data-act-broker-backend Description: # Pull Request ## Sprint 79: Dev -> Staging # Relevant Files Found ## dataactcore/scripts/pull_fpds_data.py ``` import os import urllib.request import boto3 import zipfile import logging import argparse import requests impor...
71
null
ThalesGroup/kessler-game
# Repository Context Name: ThalesGroup/kessler-game Description: # Pull Request ## Fixed docstring for time_limit parameter The string for the `time_limit` parameter was the same as that of the `seed` parameter. This has been rewritten to provide an actual description of the `time_limit` parameter. # Relevant File...
115
null
Crinibus/scraper
# Repository Context Name: Crinibus/scraper Description: # Pull Request ## Update scraper.py and visualize.py scraper.py - add more if-statement in static method Format.change_name visualize.py - Delete function asus_2080ti - Add argument --partnumber and function find_partnum # Relevant Files Found ## tech...
507
null
eccentriccoder01/TalkHeal
# Repository Context Name: eccentriccoder01/TalkHeal Description: # Pull Request ## Feature: Polish UI/UX for Quick Wellness Self-Check (#487) ### 🧠 Problem The **Quick Wellness Self-Check** was functional but lacked visual polish: - The layout was basic and not visually distinct. - Input controls were not...
863
null
mininet/mininet
# Repository Context Name: mininet/mininet Description: # Pull Request ## Change Link/TCLink to accept universal parameters This also enables us to specify IP addresses for both sides of a TCLink, which enables LinuxRouter to work with TCLink. fixes #854 fixes #634 # Relevant Files Found ## mininet/link.py ...
643
null
crate/crate-operator
# Repository Context Name: crate/crate-operator Description: # Pull Request ## JMX exporter: upgrade to 1.2.0 ## Summary of changes Changes: https://github.com/crate/jmx_exporter/compare/1.1.0...1.2.0 ## Checklist - [x] Link to issue this PR refers to: https://github.com/crate/cloud/issues/2062 - [x] Rele...
931
null
mwaskom/seaborn
# Repository Context Name: mwaskom/seaborn Description: # Pull Request ## Fix #929: FacetGrid with unused categories Calculates correct number of subplots to draw when unused categories are present The test confirms the fix solves the ValueError. It also asserts that the number of axes drawn by FacetGrid should b...
419
null
Finch-API/finch-api-python
# Repository Context Name: Finch-API/finch-api-python Description: # Pull Request ## fix(client): always respect content-type multipart/form-data if provided # Relevant Files Found ## src/finch/_base_client.py ``` from __future__ import annotations import json import time import uuid import email import asynci...
52
null
pbs/pycaption
# Repository Context Name: pbs/pycaption Description: # Pull Request ## Do not use u'' strings in __all__ They are not allowed in **all** because in Python 2, names are strings, not unicode vals. Fixes: ``` TypeError: Item in ``from list'' not a string ``` # Relevant Files Found ## pycaption/__init__.py ``` f...
79
null
zarr-developers/numcodecs
# Repository Context Name: zarr-developers/numcodecs Description: # Pull Request ## Fix get codec Simple fix for #78. Also removed a minor spam output from running tests. TODO: * [ ] Unit tests and/or doctests in docstrings * [ ] ``tox -e py36`` passes locally * [ ] ``tox -e py27`` passes locally * [ ] D...
67
null
fgnt/meeteval
# Repository Context Name: fgnt/meeteval Description: # Pull Request ## simple normalizer and viz improvements - add simple normalizer - viz: - use ipywidget in notebook, when multiple session_ids are available - fix file server for slices # Relevant Files Found ## meeteval/viz/__main__.py ``` from pa...
93
null
roflcoopter/viseron
# Repository Context Name: roflcoopter/viseron Description: # Pull Request ## fix thumbnail saving to disk closes #91 # Relevant Files Found ## src/lib/recorder.py ``` import datetime import logging import os from threading import Thread import cv2 from lib.cleanup import SegmentCleanup from lib.helpers impor...
51
null
hutchresearch/latex2speech
# Repository Context Name: hutchresearch/latex2speech Description: # Pull Request ## Fixed backslash bug at end Got the backslash deleted at end of a word so the second word won't be a command # Relevant Files Found ## tex2speech/SSMLParsing/break_element.py ``` from SSMLParsing.ssml_element_node import SSMLElem...
61
null
DVNghiem/Velithon
# Repository Context Name: DVNghiem/Velithon Description: # Pull Request ## Refactor caching and JSON encoding in Velithon framework - Simplified FastJSONEncoder to use only orjson, removing support for ujson and stdlib JSON. - Introduced a simple caching mechanism for small strings in FastJSONEncoder. - Updated ...
79
null
HewlettPackard/python-ilorest-library
# Repository Context Name: HewlettPackard/python-ilorest-library Description: # Pull Request ## Fix getting attributes of a RisObject instance When getting a nonexistent attribute of a RisObject instance, instead of an AttributeError exception, a KeyError exception is raised. This is not an expected behaviour. ...
14
null
koenvervloesem/humble-explorer
# Repository Context Name: koenvervloesem/humble-explorer Description: # Pull Request ## Automatically hide and focus filter widget # Relevant Files Found ## src/humble_explorer/app.py ``` from argparse import Namespace from platform import system from bleak import BleakScanner from bleak.backends.device impor...
14
null
ydataai/ydata-fabric-sdk
# Repository Context Name: ydataai/ydata-fabric-sdk Description: # Pull Request ## feat: add easy dataset access for examples # Relevant Files Found ## examples/synthesizer_from_pandas.py ``` import os from pathlib import Path import pandas as pd from ydata.sdk.synthesizers import RegularSynthesizer # Do not...
68
null
elastic/enterprise-search-python
# Repository Context Name: elastic/enterprise-search-python Description: # Pull Request ## [Backport 7.13] Add integration tests for Workplace Search APIs Backport 3f4c572a4f22e922b2a038635bea6c0db5f34621 from #67 # Relevant Files Found ## tests/client/workplace_search/test_workplace_search.py ``` # Licensed to...
1,548
null
burnash/gspread
# Repository Context Name: burnash/gspread Description: # Pull Request ## Include the duplicate column names in error message When I get this error, I would like to go find the problematic column in the sheet and then fix it. This was difficult before, now it is easy. Also, fixup the lint action in CI, because I...
7,040
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## fix(terraform): Update CKV_ALI_1 # User description **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]: # " # PR Title We use the title to create chang...
18
null
sphinx-extensions2/sphinx-tippy
# Repository Context Name: sphinx-extensions2/sphinx-tippy Description: # Pull Request ## ✨ Add support for duration and delay tippy_props Fixes #17 also fix documentation about arrow and code about theme # Relevant Files Found ## src/sphinx_tippy.py ``` """Get rich tool tips in your sphinx documentation!"...
29
null
online-judge-tools/oj
# Repository Context Name: online-judge-tools/oj Description: # Pull Request ## use HTTPS for yukicoder at all 揺れがあったので # Relevant Files Found ## onlinejudge/yukicoder.py ``` # Python Version: 3.x import onlinejudge.service import onlinejudge.problem import onlinejudge.submission import onlinejudge.dispatch impo...
2,187
null
gee-community/geemap
# Repository Context Name: gee-community/geemap Description: # Pull Request ## fix: drop the use of pkg_resources Fix #2186 As mentioned in the issue, `pkg_resources` is not part of the default Python distribution anymore so this code is failing completely at import level starting from python 3.11. My idea i...
19,690
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: rate limit newsletter subscriptions # Relevant Files Found ## frappe/email/doctype/newsletter/newsletter.py ``` # Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors # MIT License. See LICENSE import frappe import frap...
270
null
elastic/elastic-transport-python
# Repository Context Name: elastic/elastic-transport-python Description: # Pull Request ## Drop support for urllib3 1.x It isn't supported upstream anymore. I would suggest releasing this as part of 9.3, not 9.2.1. # Relevant Files Found ## setup.py ``` # Licensed to Elasticsearch B.V. under one or more cont...
68
null
cloudfuse-io/lambdatization
# Repository Context Name: cloudfuse-io/lambdatization Description: # Pull Request ## docs: update docstring # Relevant Files Found ## infra/runtime/ballista/build/lambda-handler.py ``` import base64 import os from typing import List import subprocess import logging import pexpect from pexpect import popen_spaw...
440
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## Fix elliott find-builds For pre-releases, canonical builders will be enabled and `alternative_upstream` configs will be defined for many components. This feature requires distgits to be cloned (discussion [here](https://redhat-interna...
70
null
optimizely/python-sdk
# Repository Context Name: optimizely/python-sdk Description: # Pull Request ## Moving around some code # Relevant Files Found ## optimizely/optimizely.py ``` # Copyright 2016-2017, Optimizely # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with...
6,034
null
ibis-project/ibis
# Repository Context Name: ibis-project/ibis Description: # Pull Request ## feat(sqlite): add argmin and argmax functions ### Implementation Since version [3.7.11]( http://www.sqlite.org/releaselog/3_7_11.html), SQLite supports queries of the form: ```sqlite SELECT max(x), y FROM table ``` that: > retur...
636
null
open-contracting/kingfisher-collect
# Repository Context Name: open-contracting/kingfisher-collect Description: # Pull Request ## colombia: remove retry closes #599 # Relevant Files Found ## kingfisher_scrapy/spiders/colombia.py ``` import time from json import JSONDecodeError import scrapy from kingfisher_scrapy.base_spider import LinksSpider ...
243
null
flux-framework/flux-operator
# Repository Context Name: flux-framework/flux-operator Description: # Pull Request ## feat: hostIPC and hostPID I am primarily testing what these features add (or do not add to a user space kubernetes environment. So far, I do not see any changes. It doesn't hurt to add for others to use/test. # Relevant Files Fo...
2
null
rshorton/elsabot_jeep
# Repository Context Name: rshorton/elsabot_jeep Description: # Pull Request ## Jazzy related changes # Relevant Files Found ## launch/description.launch.py ``` # Portions of this file are from the Elsabot project by Scott Horton # and others from LinoRobot2 # Copyright (c) 2021 Juan Miguel Jimeno # # Licensed...
183
null
thunder-project/thunder
# Repository Context Name: thunder-project/thunder Description: # Pull Request ## Made RandomData generate lazily. # Relevant Files Found ## python/thunder/utils/datasets.py ``` """ Utilities for generating example datasets """ from numpy import array, asarray, random, shape, floor, dot, linspace, \ sin, s...
803
null
NVIDIA/NeMo-Agent-Toolkit
# Repository Context Name: NVIDIA/NeMo-Agent-Toolkit Description: # Pull Request ## Prevent retry storms in nested method calls Added `instance_context_aware` flag to the retry decorator to avoid retry storms caused by nested method calls. This ensures retries are not triggered recursively in the same instance's ex...
3,552
null
SCons/scons
# Repository Context Name: SCons/scons Description: # Pull Request ## Update Script/Main.py so it uses importlib Stop using the `imp` module in Main, replace with `importlib`, for "importing" the site file. It started life as a side-by-side change with a Py3 version added to the existing code, but since originally...